Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limiting records that show in a grid
Message
De
07/04/2006 17:46:51
 
 
À
07/04/2006 16:30:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01095298
Message ID:
01111606
Vues:
23
Yup, like this
SELECT ;
test_financing.amount,test_financing.source,test_financing.phase ;
from tip inner join test_financing on tip.tip_id = test_financing.tip_id ;
INTO CURSOR MyCursor
>OK Craig, I'm finally getting back to this problem and I want to explore your suggestion first. In my grid I set the rowsource to
>
>SELECT ;
>test_financing.amount,test_financing.source,test_financing.phase ;
>from tip inner join test_financing on tip.tip_id = test_financing.tip_id
>
>
>this produces a browse window when the grid inits. Are we supposed to SELECT into a cursor when the result is going into a grid? Upon closing the browse I get a syntax error with an OK button but no indication where the error is. Can you help further?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform