Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textboxes & Option Button Groups
Message
From
06/08/2001 09:08:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/08/2001 08:58:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00540033
Message ID:
00540101
Views:
24
>Hallo Cetin,
> Thanks so much for your reply. I've tried what you suggested but it didn't work. All the same ........ how should I go about designing a form that has got muliple pages? I thought formsets was the way out? Keep in mind that the form used for data collection has multiple pages too and I want the Data Entry Clerk to have a screen that's as close as possible to the data collection form.
>
>Thanks.
>Rich.

Rich,
Oh pageframes :) and probably memvars. If so then something like this works :
with thisform.myPGf
 lnActive = .ActivePage
 for each oPage in .Pages
  .ActivePage = oPage.PageOrder
  .Refresh
 endfor 
 .ActivePage = lnActive
endwith
PS: Congratulations for your first golden medal in marathon :)
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