Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page
Message
From
05/04/2004 06:46:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/04/2004 06:32:24
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Page
Miscellaneous
Thread ID:
00892189
Message ID:
00892200
Views:
15
>hello,
>
>i put the code in page1 (activate)
>
>if thisform.pageframe1.page1.text1.value="yes"
> thisform.Pageframe1.ActivePage = 6
> thisform.Pageframe1.Page6.Text1.SetFocus()
>endif
>
>still same thing

Put it in UIENable of page1.text1 (or any other object's UIENable in that page) :

*UIEnable
lparameters lEnable
if m.lEnable and thisform.pageframe1.page1.text1.value="yes"
thisform.Pageframe1.ActivePage = 6
thisform.Pageframe1.Page6.Text1.SetFocus()
endif

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