Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Datasession
Message
De
29/05/1999 11:50:00
 
 
À
28/05/1999 10:20:55
Daniel Christensen
University of Wisconsin River Falls
River Falls, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00223960
Message ID:
00224348
Vues:
24
>Is there a way to programmaticly create a private data session from a vfpw5.0 program? I know that you can have a form create it's own datasession but I can't seem to find any documentation on how to do this manually. Can anyone help?
>
>Thanks,
>Dan Christensen

No... the DataSession type property is only available at run time... so, you would have to create a form class ahead of time set to private data session. Once you have this form class created you can programatically create it as you need.

oFormPDS = createobj('FormPDS')

Now, oFormPDS is a reference to your form with a private data session.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform