Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find the database dialog box
Message
From
07/10/2006 15:40:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Find the database dialog box
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160345
Message ID:
01160345
Views:
50
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.
Next
Reply
Map
View

Click here to load this message in the networking platform