Move it to the onAfter EEP.
----- Original Message -----
From: "Dennis McGrath" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, September 10, 2010 5:20 PM
Subject: [RBASE-L] - Converting DOS forms to 7.6
I ran into an interesting problem.
I'd be interested in feedback on this.
My Dos form has a Field called TransID
It has a default value of .vTransID
vTransID is populated before the form is called
This populates the field in entry mode.
There is also a variable, vTransID (same name) defined in the form
vTransID = TransID
It seems the windows form processes the variable list before pushing the
default values into the table.
My transid always gets cleared on entry mode.
Dennis McGrath