Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change database dynamically
Message
From
16/06/2000 09:22:41
 
 
To
16/06/2000 06:06:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00381252
Message ID:
00381300
Views:
16
>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

THISFORM.DataEnvironment.SETALL("Database",goapp.currentdatabase,"cursor")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform