Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form works after suspend but not any way else
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00517299
Message ID:
00517363
Views:
17
>I converted a projected from 2.6 to VFP6 and ran into an problem, some of my picklist forms that worked in 2.6 that allowed a user to add a plant or company from a pop up screen now in VFP6 won't allow an add and instead when user escapes the popup form, one of the existing records is actually deleted. If I put a suspend just before this form is executed and then I resume the form works fine. What does this mean? I tried a wait window with 5 and 10 sec delay to see if that worked. Any help is greatly appreciated
>Thanks
>Rob

I would say it has something to do with the Activate of the form you return to after the Esc; when the suspend helps, I would say a _SCREEN.Visible = .T. before the form loads (I mean, at the point of your Suspend) could do the job. Could.
The Esc deleting the record looks like a .Cancel = .T. which should be .F..
How this ever is related to the Suspend helping ? maybe the Esc now works on _Screen ?

HTH (but guess not),
Previous
Reply
Map
View

Click here to load this message in the networking platform