The future depends on us. It is up to us to the future of Clarion.
Will this programming language to live long and happy life or dies in oblivion depends on us. If you have to say, do it here in this blog. Welcome!

Read More

No Records Available

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: | No Comments »

Category: Source code

MS SQL Field Box 2.3 released

MS SQL Field Box 2.3 released. I added a popup menu. This items is usefull for me

Tags: | No Comments »

Category: SQL, Utilites

CFC Library 3.0

CFC Library 3.0 released. I’ve add some documentation and video
This is the first version which is released only by annual subscription. I have many ideas to improve the library. I will try to add new possibilities. It’s always nice to talk about plans But in fact I do not have so much [...]

Tags: | No Comments »

Category: General

New CFC Video And SnagIt

Today I have made the video. You can download it here.
I downloaded a new version of SnagIt. I was hoping that the new version will work better than the previous one. This is not so. Maybe the problem is in my old computer. It works well but it is too slow when the SnagIt works. [...]

Tags: , , | No Comments »

Category: Clarion7, Utilites

Life goes on!

I thought that they just drink beer but I was wrong. They want to show what they have been cooking over the last few months. Aussie Devcon 2009 soon

Tags: , | No Comments »

Category: General

“MS SQL Field Box 2.2″ released

I’ve just updated the MS SQL Field Box. Now it supports schemes and MS SQL 2008.
MSFB is a tool that allows to view a database structure and populates tables or column names in T-SQL editor. MS SQL managers 2000 and 2005 does not have built-in IntelliSense component. 3rdParty components like SQL Prompt or SQL Assistant [...]

Tags: | No Comments »

Category: Clarion7

CFC Library Documentation

I just started to translate the CFC documentation. I think that I will translate the template documentation only. After that I will release a new version. I think that it will be fast. The remaining large part of the documentation will be translated gradually. I have an idea to add the demo video to some [...]

Tags: | No Comments »

Category: General

CFC Library Documentation

Today, I have finished the documentation of library on russian language. It includes about 300 html-pages. Now I need to translate it to english

Tags: | No Comments »

Category: General

Clarion Folk

There are some Clarion-blogs that are not updated for a long time. It is not so easy to publish something. Comments are also very important. And you have your own personal life of course. That is why some of blogs are dead.
I think that if I was an English speaking person that I would write [...]

Tags: | No Comments »

Category: General

MS SQL 2008: Indexed view

I have a two tables. The first table consists of one column. This is the date column. The second table contains a goods and a new sale price for that goods.
This is the history of price changing.

July, 1 July, 1
——- [...]

Tags: , | No Comments »

Category: SQL