Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid and query
Message
De
17/12/1997 15:42:39
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Grid and query
Divers
Thread ID:
00066710
Message ID:
00066710
Vues:
69
Hello!

I'm doing a form where i have i grid object and the recordsource property is a sql select command:

ThisForm.Grid1.RecordSourceType = 4
ThisForm.Grid1.RecordSource = "SELECT DISTINCT Nota.cod_nota, Nota.nota_num, Nota.razao_soc,;
Prodnota.cod_prod, Produtos.desc_prod;
FROM poadesp!nota, poadesp!prodnota, poadesp!forneced, poadesp!produtos;
WHERE ALLTRIM(ProdNOTA.cod_prod) = ALLTRIM(PRODUTO);
AND PRODUTOS.COD_PROD = PRODNOTA.COD_PROD;
AND Prodnota.cod_nota = Nota.cod_nota;
INTO CURSOR PESQUISA"

But the vfp shows me a message saying "Sintax Error"

Anyone knows where is the wrong?

Thank

Anderson Reis Girardi
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform