IF ( IsRowNew(), 1090519039, Long(Describe("datawindow.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 )
Written and compiled by Réal Gagnon ©1998-2012
[ home ]