Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo
Message
From
05/04/2001 07:44:07
 
 
To
04/04/2001 12:53:08
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Combo
Miscellaneous
Thread ID:
00491456
Message ID:
00492269
Views:
13
Hi Ben.

>> replace user.name with this.DisplayValue <<

Try this instead:

INSERT INTO User ( Name ) VALUES ( This.DisplayValue )
This.Requery()

>> I only knows that i must use this two properties. <<

The only thing that you must have for a combo to work is a RowSourceType and a RowSource.

Typically a combo is used for displaying a set of valid choices from some sort of lookup table from which the user can select. This value is then used to populatye a field in another table to which the control is bound (i.e., its ControlSource).

Perhaps you have chosen the wrong control for the job here. What is it that you are trying to accomplish?

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform