jack786
6th October 2004, 14:49
I need to know the record status in the code like is it new record or updating the old record ? any idea..

I have some code in check.input section it should trigger only once at the time of creating the record.
How do I restrict???

rgds,
jack

advrij
6th October 2004, 15:18
You can use the predefined variable update.status..

if update.status = add.set then

else

endif

'easy peasy'