SCA Micro Templates
  • Browse Header and Reverse Sort
  • Auto Next-Tab
  • XP Controls Enable
Intro - News Templates Download Q&A Price - Buy!

The S.C.A. Micro Templates include:

Browse Header Sort


XP Controls enable
Auto Next-Tab


These templates are sold in two packages, one for ABC and one for Clarion/Legacy at $15.00 each. You can buy both for $22.50.

They are compatible with Clarion 5.5, 5 and 4.

The Free S.C.A. Micro Templates include:

A SELECT Class

A Clarion Class for writing SELECT statements, here's the readme.txt file.

Download it here (9 kb).

Fix @D7 entry fields

It solves a problem wth date entry fields with picture @D7 in Clarion 5.5 and later. In clarion 5.0 and earlier, if you entered one or two digits and pressed tab, the run time library interpreted them as "day", and automatically added the current month and year, a very useful feature. With 5.5 and later, the same digits are interpreted as "month" causing lots of protests from users used to the previous behaviour.

This template works around the problem by changing the field picture to @D5 while the field has focus, and back to @D7 when the user leaves it. It's a Global template, so you populate it once and it fixes all your date fields in all your windows. It fixes all the @D7 forms (@D07, @D7-, etc.).

Download it here (900 bytes).