Bob,
First, which form/table your EEP is based on to
determine if a change has been made to the data?
.. My form is a form connected to a dummy table ..
Is that a one form or form within a form?
Do you see the value of ANY variable(s) change
behind the scene?
There seems to be a "change" made to the data
and that's why (ISTAT('Form_Dirty_Flag')) is
returning the value of 1.
Check it out ...
Very Best Regards,
Razzak.
At 03:29 PM 10/5/2001 -0400, Bob Powell wrote:
>
>I am attempting to use (ISTAT('FORM_DIRTY_FLAG'))
>fucntion to determine whether or not to run a piece
>of code.
>
>My code looks like:
>
>EDI USI FORMNAME
>
>IF (ISTAT('FORM_DIRTY_FLAG')) = 1 THEN
> DO THIS
>ENDIF
>
>My form is a form connected to a dummy table that is
>soley variables. Based on the above code if I enter
>the form and make no changes the DO THIS should be
>skipped because the value of ISTAT should be 0.
>It doesn't. It runs the DO THIS code. Anyone got
>a suggestion.
===================================-============================
R:BASE Developers's Conference: http://www.rbase.com/conference
Official R:BASE List Server: mailto:[EMAIL PROTECTED]
RBTI Events/Training: http://www.rbase2000.com/events
R:DCC Members: http://www.rbase2000.com/rdcc
================================================================
R:BASE, Oterro & R:Tango are registered trademarks of RBTI.
==================================-=============================