Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select - don't ask for DBF
Message
 
 
To
24/02/2008 17:17:13
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01295962
Message ID:
01295967
Views:
12
This message has been marked as the solution to the initial question of the thread.
Try SET TABLEPROMPT OFF

Had to run several searches to find it <g>

>I want to use code like the following:
>
>
>try
>  select (fieldlist);
>    from (tablelist);
>    into cursor Tmp
>catch
>  ...
>endtry
>
>
>The idea of course is to cath the error, if a certain file is not found.
>
>But I also want to avoid the dialog for locating the files; I simply want to inform the user that something went wrong. How can I avoid this dialog?
>
>I might check for the existence of each DBF specifically, but I would like a more generic solution, and one that checks for other possible errors, too.
>
>TIA,
>
>Hilmar.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform