Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textboxes & Option Button Groups
Message
De
06/08/2001 09:08:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
06/08/2001 08:58:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00540033
Message ID:
00540101
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform