Posted October 20th, 2009 by Andrew Popoff
Today I have wrote the documentation for the class CFC_WndProc.
It is the class for subclassing. It was written some years ago. I use it everywhere on this day. The class included in CFC library of course. You can download the class, documentation (html) and examples here.
Tags: CFC Library, subclassing | No Comments »
Posted October 1st, 2009 by Andrew Popoff
Today I have told with my friend about a class which was written yesterday (see the post below). He have reminded me about ABC Free template which can save and restore listbox format. That’s why I changed the class so little
I’ve added a new method which restores the format. You need to restore format [...]
Tags: CFC Library | No Comments »
Posted September 30th, 2009 by Andrew Popoff
I have seen the title “No records available” earlier. Some programs show it in an empty listbox. I have added this little feature in the MS SQL Field Box yesterday. You will see the next image if the table has no indexes:
Today, I have decided to make a class. This class should be able to [...]
Tags: CFC Library | No Comments »
Posted April 29th, 2009 by Andrew Popoff
You can download the MS SQL Field Box source here.
You must also install the CFC Library 2.5 and register the templates that are included in the library (cfc_templates.tpl, DEBUG.TPL, dp_class.tpl).
I think that the class for working with ADO is that it’s worth a look.
Tags: CFC Library, Clarion 7, MS SQL Field Box | 1 Comment »
Posted April 16th, 2009 by Andrew Popoff
In this version I introduce the WinAPI customizable toolbar. There are classes and template. The documentation is still missing. Numerous examples are presented.
You can download the installation files here.
There are two files. One for install in C6 and one for C7.
Comments are welcome!
ps
There will be more information in coming days.
Tags: CFC Library | No Comments »
Posted November 27th, 2007 by Andrew Popoff
“The Life” it’s a game. You can find the rules of this game in Wikipedia.
Download the source and compile.
2 Comments »
Posted September 21st, 2007 by Andrew Popoff
I’ve posted an example app of how to call Google Maps from within a Clarion App if its of any use. It can be downloaded from Steve Parkers download centre.
Richard Rose [Intelligent Silicon Ltd]
Tags: Google Maps, in Clarion | No Comments »
Posted August 3rd, 2007 by Andrew Popoff
I posted a free class wrapper for the Quickcrypt encryption library on ClarionFAQ.
Jeff Slarve
Tags: Clarion FAQ, encryption library, Quickcrypt | No Comments »
Posted August 2nd, 2007 by Andrew Popoff
Good news and bad news.
Let’s start with the bad news: unfortunatly my current schedule does’nt allow me to spend much time on the scheduler class. (sorry but I need topay my bills aswell).
The good news: This means that I’ve decided to release it right now as it is. I’ve put together a simple demo and [...]
Tags: Scheduler class | 2 Comments »
Posted August 2nd, 2007 by Andrew Popoff
I am using this class in my xReportPreview template. Now I’ve decide to make “The Ruler Class” is free for use. You can download this class and demo application here: rulerclassdemo.zip
Tags: Ruler Class | No Comments »
Posted July 19th, 2007 by Andrew Popoff
Jeff Slarve has provided an updated version of his nifty BitList class and template.
From the article:
The idea behind BitList is that even in an era when storage is cheap, it sometimes makes sense to store binary values in individual bits rather than wasting whole bytes. The BitList template slices LONGs up into 32 separate fields, [...]
Tags: BitList, Clarion Magazine | No Comments »
Posted July 17th, 2007 by Andrew Popoff
New video for Clarion AppStats 1.06.
I’ve made some major changes to the main screen. Hopefully this will simplify the product as it was becoming to complicated I think..
This video includes sound, but unfortunately it doesn’t include Elisabeth Shue..
Clarion Desktop 4.0 Preview
Organize365 v6.32 Source Code.
This includes a FREE SDK that you can use from your [...]
Tags: AppStats, Clarion Desktop, Organize365, Strategy | No Comments »
Posted May 23rd, 2007 by Andrew Popoff
ClarionDesktop 3.82
Organize365 Source Code
J-Spell 1.42
J-Fax 1.52
No Comments »
Posted April 9th, 2007 by Andrew Popoff
This small example demonstrates how to use a different update forms in one browse window.
Imagine that you have a different types of a documents. The each document is a table. If you have a four types of a documents then you have a four different tables. You must show the all types of a [...]
No Comments »
Posted February 13th, 2007 by Andrew Popoff
This little prj is demonstrate how to use some API’s to enumerate the installed printers in Windows.
The CFCEnumPrinters class is a part of xReportPreview – the alternative previewer for the standart reports.
Download
No Comments »