Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Population of fields
Message
De
07/01/2000 17:47:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Population of fields
Divers
Thread ID:
00314805
Message ID:
00314805
Vues:
79
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform