Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find the database dialog box
Message
 
To
07/10/2006 15:40:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160345
Message ID:
01160347
Views:
7
Is 'gastos' table open ?
Try:
set database to fc
before call your query.

>Hi, when i call a query from a form it displays a dialog box asking me to locate the database file and i don't know why, can you help me plz?
>
>this is the code that calls the query:
>
>DO "e:\fc\queries\gastos.qpr"
>
>
>and this is the query code:
>
>SELECT Gastos.tipo, Gastos.valor, Gastos.descripcion,;
> Gastos.nombrecaballo, Gastos.nombreyegua, Gastos.fecha;
> FROM ;
> fc!gastos;
> INTO CURSOR cvcursor
>REPORT FORM reportes\gastos.frx NOCONSOLE PREVIEW
>
>
>Thx.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform