Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change database dynamically
Message
From
16/06/2000 06:06:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to change database dynamically
Miscellaneous
Thread ID:
00381252
Message ID:
00381252
Views:
55
I have tried this code in beforeopentables method of DE. The DE is private.
************
IF TYPE('goapp') = 'O'
IF !EMPTY(goapp.currentdatabase)
THISFORM.SETALL("Database",goapp.currentdatabase,"cursor")
ENDIF
ENDIF
this.opentables()
*************
But this gives error.
Please correct me.

Rajesh
Next
Reply
Map
View

Click here to load this message in the networking platform