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

