Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views
Message
 
 
To
27/11/2001 16:30:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00586447
Message ID:
00586768
Views:
20
>Mark,
>
>I finally figured out that it si the .closetables and .opentables that is causing the message to pop up. But when these are not active I get the error that one of the views I need to select is not found. Any ideas on how to satisfy both of these. Like I said earlier I am new to remote views. I hope this is the way to accomplish my task of connecting a California branch of our company here in Texas accross a T1 line.

You should not need any code in the OpenTables or CloseTables of the DE. All I have in a DE is in the BeforeOpenTables method:

SET TALK OFF
SET DELETED ON
SET EXCLUSIVE OFF
SET MULTILOCKS ON
SET DATABASE TO DATABASE_NAME

That is the most I ever have there. If I add a view to the DE, I set the NoDataOnLoad to TRUE. In the Init of the form is where I retrieve data into the views by initializing any view parameters and issuing a REQUERY('viewname').
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform