Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop down List Boxes
Message
From
17/01/1997 08:38:31
 
 
To
17/01/1997 01:14:47
Kenneth Johnson
Software Consulting Services, Inc.
Cleveland, California, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00017632
Message ID:
00017640
Views:
67
>Would some explain in detail the steps to take to accomplish the following in VFP 5.0?
>I have a standard Wizard Form. I am using two tables, we will call them PRODUCTS and SUPPLIER. My form allows users to add new PRODUCTS. I would like to have a drop down list box to select a SUPPLIER.SUPPLERID. When they have selected a supplierid and save the record, it must get saved to the PRODUCTS.SUPPLIERID.

Hi

In 5.0 pretty straight forward put a combo box on your form set STYLE as 2- Dropdown List.
Set RowSource to Supplier.supplierid
Set RowSourceType to 6-Fields
Set ControlSource to Products.supplierid

That should do it
Previous
Reply
Map
View

Click here to load this message in the networking platform