Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing lots of data
Message
De
13/12/1999 09:39:43
 
 
À
13/12/1999 08:10:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00302634
Message ID:
00302678
Vues:
19
>Hi all-
>
>I need to pass all of the data associated with a grid, including the grid layout and the data for its rowsource to another form which will be used to edit the data. The rowsource data is a cursor which is the result of a lot of processing (xtabs etc). The second form cannot share the datasession of the first because the first still needs to be able to navigate to allow the user to view previous versions of the data while editing the current data in the 2nd form.
>
>I could put everything (grid structure, cursor) into arrays and pass them when the 2nd form is instantiated, but I wondered if there's a better way.
>
>Carlie

So, you have a grid of data, and you want to launch a second grid of the same data to edit?

How about doing a create cursor from the original cursor... append the data to it, use that cursor as the rowsource of your second view? You can do this all in the same data session.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform