Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is a database table open on a workarea of this datasessi
Message
De
14/01/2004 07:24:46
 
 
À
14/01/2004 06:46:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00866660
Message ID:
00866668
Vues:
20
Hi Fabio,

I see what you mean.

Yes, you have to go the long way
aused()
for i = ...
   CURSORGETPROP('Database')
   CursorGetProp('SourceName')
endfor
________________________
>Hi,
>
>Someone has seen one VFP function for knowing this fact?
>
>
>? ISOPEN('mydatabase!mytable')
>or
>? ISOPEN('mydatabase!myView')
>
>
>the only long way is with a cycle to join these info and :
>
>Cycle on AUSED(ArrayName [, nDataSessionNumber])
> CURSORGETPROP('Database')
> ADBOBJECTS(ArrayName, cSetting)
> ....
>
>
>Thanks.
>
>Fabio
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform