Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal to modeless at a runtime
Message
From
31/05/2015 14:18:10
 
 
To
31/05/2015 13:53:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP3
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01620405
Message ID:
01620414
Views:
60
>not tested, only to play devils advocate:
>
>Do form Name goFrm
>
>or (walking the form collection, getting a reference there
>or in a form[member] method via store thisform to a global variable or goApp.oForm) ?
>
>and then issuing on that form reference a .Show(0)/.Show(1)
>
>to say it with the Small Faces: Lazy Sunday Afternoon
>here ;-))

Hi Thomas, now you mention it, yes, this is another way, more explicitly this one:

goFrm = NULL
Do form Name goFrm NOSHOW && The NoShow is important, because the Mode can't be changed once shown.

goFrm.Show(0)
--or--
goFrm.Show(1)


Regards!
Fernando D. Bozzo
Madrid / Spain
Previous
Reply
Map
View

Click here to load this message in the networking platform