Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup a Form but then go on my way
Message
 
 
To
23/09/2008 13:28:13
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01349887
Message ID:
01349933
Views:
19
>>>>>I have a button on a form that calls a process. I want to be able to display a form while that is happening. I tried, but the form waits for input and processing only happens if I close the form. Can I do something like DO FORM, but with a NO WAIT type of functionality? Then when my processing is done, I'll close that form.
>>>>
>>>>Make this form modeless and you can activate back the calling form.
>>>
>>>Ok, the button is not on a form, but in a PRG (old @Say stuff). I don't have functionality like THISFORM in it.
>>
>>What is the exact code that calls this form? Is the form an actual form? If yes, can you make it modeless?
>
>The exact code? I'm in a PRG with DO FORM MyForm. How can I ACTIVATE the PRG? The form pops-up, and stays there waiting for input until I close it. I need the code in the PRG to continue then I want to automatically close the form when the processing is done.

Is myForm Modal or Modeless? I haven't used DO FORM syntax for a long time, I use class based form and use

loForm = createobject('myFormClass')
loForm.Show()

the code in PRG continues to run here.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform