Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thoughts on a Screen calling a screen calling a screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00651233
Message ID:
00651377
Vues:
10
Gerard,

I'd throw two other suggestions out

1) use a 4 page pageframe, putting the controls from each screen on each page

2) Have FormA (forms are the VFP name for 2.x screens) run in a Private data session. Then set the other's forms to Default data session. When FormA launches FormB it'll be running inside the private DS of the parent form. Then when FormB launches FormC it'll also be in same DS. This will let all of the forms see the same tables/cursors.

>I'm in the process of upgrading / rewriting an old APP that was in FPW 2.6.
>This app has a load of screens which work as follows:
>
>ScreenA calls
> ScreenB calls
> ScreenC Calls
> ScreenD etc
>
>
>i.e. I have a screen which calls a screen which in turn calls another screen etc
>
>ScreenB, ScreenC and ScreenD will need access to variables that are created in ScreenA.
>In FPW , I did this by initializing Variables in the Screen Setup , and once this was done, they persisted locally for ScreenB,ScreenC and ScreenD also
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform