Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Switching DataSession's
Message
De
13/12/2004 13:00:44
 
 
À
13/12/2004 12:53:34
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00968641
Message ID:
00968821
Vues:
8
Hello Cetin

hmm, didn't know that about the error on ds. but sorry, still doesn't work. i tryied your 2 suggestions and even hardcoded for testing purpose the ds id - no effect, the command does not switch the ds.


>
>Gunnar,
>Sorry couldn't read the whole thread and don't know if you already checked this. The macro substition there looks like as the culprit. Set datasession doesn't error with macro substition even if it was something erroneous ie: DummyVariable is not defined and:
>set datasession to &DummyVariable
>doesn't error and doesn't do anything (as if you did "set datasession to")
>
>
if Type("_screen.ActiveForm") = "O"
>	CurrentDS	= set("datasession")
>	CallingFormDS	= _screen.ActiveForm.DatasessionId
>	if CallingFormDS <> CurrentDS
>		ResetDS = .t.
>		set datasession to CallingFormDS
>* or
>		set datasession to _screen.ActiveForm.DatasessionId
>	endif
>endif
>Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform