Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No more that one SQL per form???
Message
 
 
To
06/07/2000 23:37:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00389293
Message ID:
00389302
Views:
33
>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."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform