Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go to a page of other form
Message
From
17/09/2005 11:58:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01050604
Message ID:
01050607
Views:
11
>Dear all
>
>I open a form2 over my main form, by pressin a button on page1 of main form.
>How can I do to go page2 of my main form everytime I close form2 ?
>
>Thanks
>
>Moises
*form.activate
if this.tag = 'InvokePage2'
 this.tag = ''
 this.myPageFrame.ActivePage = 2
endif

* Button click
thisform.tag = 'InvokePage2'
*...
Is one way to do it.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform