Have a different color for newly inserted rowTag(s): Datawindow

In the expression painter, code the following for the Background expression :
IF ( IsRowNew(), 1090519039, Long(Describe("datawindow.color")))
where 1090519039 is the regular window color.

Using the same idea, to make existing data read-only and newly inserted editable, code the following in the Protect expression :

IF ( IsRowNew() , 0 , 1 )



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]