Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter Records
Message
From
07/02/2013 04:15:04
 
 
To
07/02/2013 04:12:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01565243
Message ID:
01565376
Views:
58
>Hi,
>
>I applied that but it is opening a file dialogue box and asking for the file name.???
>
>Saif

Spelling : locaction replaced by location
Select simain.sino, ;
	simain.invdate, ;
	simain.pcode, ;
	simain.location, ;
	location.City, ;         && added
	sisub.icode, ;
	sisub.qntymaj, ;
	sisub.qntymin, ;
	sisub.ratemaj, ;
	sisub.ratemin ;
	FROM simain, sisub ;
	    left join location on ( location.pcode + location.location= simain.pcode + simain.location) ;  && added
	WHERE simain.sino = sisub.sino AND ;
	simain.pcode # 'CP011' ;
	Into Cursor tmpsi Readwrite ;
	ORDER By simain.sino 
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform