Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Population of fields
Message
From
07/01/2000 17:47:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Population of fields
Miscellaneous
Thread ID:
00314805
Message ID:
00314805
Views:
80
I'm trying to get my form to reflect the changes that I the user opts to enter. If they press accep first button, then the form should reflect that. It's not working at all.. Can anyone help?

if thisform.entrypass.caption = 'Second'
for ix = 1 to fcount()
if eval(field(ix)) <> eval("thisform.ooldvals."+field(ix))
OldValues = eval("thisform.ooldvals."+field(ix))
NewValues = eval(field(ix))
CurField = field(ix)

SELE RGISDEMO

DO FORM VERIFY
DO CASE
CASE AcceptFirst = .T.
REPLACE (FIELD(ix)) WITH eval("thisform.ooldvals."+field(ix))
***this isn't working at all *****

THISFORM.REFRESH()
ENDCASE
ENDIF
ENDFOR
ENDIF

TIA

Jeff T.
Thanks in Advance.

J. Turner
Next
Reply
Map
View

Click here to load this message in the networking platform