Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace command in a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00334630
Message ID:
00334703
Views:
13
Daniel,

Your replace command is leaving the table at EOF and that causes the controls to be disabled. Try something like this around the REPLACE line;
LOCAL lnRecNo
lnRecNo = RECNO()
REPLACE ALL ...
IF lnRecNo <= RECCOUNT()
   GOTO lnRecNo
ENDIF
Thisform.Refresh()
Previous
Reply
Map
View

Click here to load this message in the networking platform