Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select after choose 2 fields
Message
From
12/03/2000 22:56:02
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00344762
Message ID:
00344835
Views:
28
Hi Nick

Sorry too many questions, but is the first time i doing this, i try your code like bellow, and

create sql view myView1 as select forart.c_codigo,forart.c_sartigo,fornecedores.c_descri ;
from forart ;
left outer join fornecedores ;
on fornecedores.c_codigo=forart.c_codigo;
where forart.c_artigo=thisform.text1.value

select myView1-I get an error Alias not found and i have view rcorsource=1-Alias

requery()

Thank's in Advance

Joao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform