Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh pageframe
Message
From
09/05/2002 13:19:23
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00654608
Message ID:
00654614
Views:
18
>I have a form with 10 pages
> The fist page has a list box with client names
> and the other pages contain information about
> the client.
>
> I have to put in every page (activade method)
> in order to refresh data on the form every time I choose a client on the list box and selec a page.
>
> Is there a better way to do that ?
>
> Moisés

Moises,
You could do once in a loop.
*Listbox.UIEnable
lparameters tlEnable
if !tlENable
 for each oPage in this.Parent.Parent.Pages
   oPage.refresh
 endfor 
 oPage=.null.
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
Reply
Map
View

Click here to load this message in the networking platform