Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't create combo box or list box

Status
Not open for further replies.

Dpac

Programmer
May 29, 2001
6
0
0
GB
When making a command box in FoxPro 2.6 we type
C = 1
@ ... GET C FUNCTION " *H ........... "
right ?!?!

So it's FUNC " *R .... for radio Buttons
FUNC " *C .... for checkboxes
What do I do I I want to create a listbox or a combobox
 
The easiest way to find this out is to use the Screen designer, add the controls you want to see, and then choose Generate to create the .SPR. Just look in here for the code FPW "likes".

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top