Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is a database table open on a workarea of this datasessi
Message
From
14/01/2004 07:24:46
 
 
To
14/01/2004 06:46:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00866660
Message ID:
00866668
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform