Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can anybody help a newbie? II
Message
From
05/10/1999 19:04:25
 
 
To
05/10/1999 19:00:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00272960
Message ID:
00272987
Views:
34
Hi Jimmy,

>if you're still there, i have one more problem to iron out. how do i get the combos to default to '0' at the beginning of each use.
>my rowsourcetype is set to 1-value, and my rowsource is '0,1,2,3,.....'

At the beginning? Does that mean when you start the form or when you open the combobox? I'm not sure. But wherever you want to do it, put

Thisform.Combo1.Value = 0

Or, if you are doing this in an event of the Combobox, VFP has another built in identifer "This" that refers directly to the object your in, so it oculd be:

This.Value = 0
Previous
Reply
Map
View

Click here to load this message in the networking platform