Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid e Select
Message
 
À
12/03/2002 14:14:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00631681
Message ID:
00631712
Vues:
23
This message has been marked as a message which has helped to the initial question of the thread.
Olá Eduardo,

Tente, como primeiro passo, testar essa instrução SQL no command do VFP. Talvez o problema esteja aí.

Eu uso RecordSourceType = 1 (Alias) e defino o RecordSource com o nome do cursor gerado. No seu exemplo ficaria assim:
ThisForm.Grade.RecordSource = ""
Select all From TmpRevPart;
   Order By lc_SeqList Asc, lc_ValiDt1 Desc;
  Into Cursor Resultado
ThisForm.Grade.RecordSource = "Resultado"
[]s!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform