Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I tell if a view is open at runtime?
Message
From
13/07/2000 23:20:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How do I tell if a view is open at runtime?
Miscellaneous
Thread ID:
00392218
Message ID:
00392218
Views:
45
What is the best way to tell if a view is open at runtime?

I have the following code in the init of the form. (the view's name is of course "intrancust")

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
if !used('intrancust')
use intrancust
else
select ('intrancust')
endif

INDEX ON stocknum TAG intrancust
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

Thanks
JD
Next
Reply
Map
View

Click here to load this message in the networking platform