Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql problem
Message
From
14/04/2004 04:19:50
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
To
13/04/2004 07:55:26
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00894343
Message ID:
00894705
Views:
12
dear Erick
my problem is exist unfortunatly.

here is my code:



WITH thisform.list1
.rowsourcetype=3
.RowSource = "SELECT Havaleh.vnum, Havaleh.vdate, Havaleh.vval, Havaleh.transpay,;
Owner.ofamily, Products.pname, Havaleh.ocode, Havaleh.pcode,;
Havaleh.tonkiloo;
FROM havaleh;
LEFT OUTER JOIN owner ON Havaleh.ocode = Owner.ocode ;
LEFT OUTER JOIN products ON Havaleh.pcode = Products.pcode ;
ORDER BY Havaleh.vnum INTO CURSOR CursorTemp"
.refresh
ENDWITH


but when i run my form an error message say that exist error in my SQL statment.
when i delete Havaleh.pcode,Havaleh.tonkiloo problem was solved.
i dont know is it because number of field is more than 8?
Previous
Reply
Map
View

Click here to load this message in the networking platform