Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen Set Help..
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00190630
Message ID:
00190754
Views:
12
>>When you create a screen set (with the power tools) is there a way to specify that some/certain screens start out as invisible. Also, what is the programatic way to switch from one window to the other? I assume
>>
>>activate window
>>
>>Thanks,
>>BOb
>>
>>PS: Boy... you really MISS VFP when you go back to these 2.6 projects.
>
>Hi BOb,
>
>For the visibility thing, there's a NOSHOW clause. ACTIVATE WINDOW will work provided you give the screen a name. If you don't (or didn't), you could use foxtools to get the whandle of the screen with _WFindtitl(< caption >), then _WSelect(whandle).
>
>hth,

Right... I figured that... but, considering that the screen generator is creating the SPR code, I was wondering if there was a setting in the screeen set or such I could add that would append the the DEFINE WINDOW... for some reason I thought (rememberd) that there was a place/way to do this. Perhaps I can do it with a define like...

#DEFINE WindowName WindowName Noshow

Hmm...
BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform