Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox has a mind of its own
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00516528
Message ID:
00516614
Views:
9
Set BOUNDTO = .T.

>A combo box usually works like this, for the user. Click the drop down list and click the value desired. That value is stored in the record when saved.
>--------------------
>A combobox on the form, hand entered data, 2 columns, 4 rows, values 1.0,OnePointZero,1.2,OnePoinTwo,1.4,OnePointFour,1.5,OnePointFive. With no ControlSource, this.value (from column 1) is as expected (1.0,1.2,1.4,1.5 and type is "C").
>
>Change the ControlSource to a field in a table (TableName.Multiplier (n4.2)) and the type changes to "N" and this.value changes to the count (this.ListItemId) of the item picked (1,2,3,4) and stores that in the record when saved.
>
>How can I get 1.0, 1.2, 1.4, 1.5 saved to the record (ControlSource)?
>
>Dallas
Brien R. Givens

Brampwood Systems
Previous
Reply
Map
View

Click here to load this message in the networking platform