Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter Records
Message
De
07/02/2013 04:15:04
 
 
À
07/02/2013 04:12:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01565243
Message ID:
01565376
Vues:
57
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform