Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing informations between forms
Message
De
24/10/1997 09:33:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Passing informations between forms
Divers
Thread ID:
00056520
Message ID:
00056520
Vues:
72
I'm using VFP 5.0a, private data sessions and buffered tables.

Form "A" have a grid (based on a view) and a command group ("New", "Modify" and "Delete")
Form "B" (modal) have text and edit boxes corresponding to each column in form "A" grid.

The reason of the separate form for editing, is that I already have a pageframe on the form "A" and with a 640*480 resolution, I don't have enough space to put another pageframe.

"New" call form "B" wich shows empty fields
"Modify" call form "B" wich shows the current fields

Question: What is the best way to pass informations back and forth between these two forms?

Can't use parameters or properties, because of the memo fields.
I'm not sure I can access form "A" view from form "B", because of the private data sessions.
The only solution I see for now, is using a temporary table to store the information. This is slow and could cause problem if the user open two sessions of the application.

Any suggestions?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform