Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No more that one SQL per form???
Message
 
À
06/07/2000 23:37:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00389293
Message ID:
00389302
Vues:
34
>Thanks Jess. Could you be more specific?
>TIA
>Ulises

Manual code in the Init method. You can also do it Visually.
With Thisform
    Store 3 To .Combo1.RowSourceType,.Combo2.RowSourceType,.Combo3.RowSourceType,.Combo4.RowSourceType = 3
    .Combo1.RowSource = "Select name From Customer Into Cursor custtemp1"
    .Combo2.RowSource = "Select name From Customer Into Cursor custtemp2"
    .Combo3.RowSource = "Select name From Customer Into Cursor custtemp3"
    .Combo4.RowSource = "Select name From Customer Into Cursor custtemp4"
Endwith
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform