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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't select from combo box????

Status
Not open for further replies.

Gert

Programmer
Apr 9, 2000
240
0
0
DO
Hi all,

I have a list of 6 combo box in an application, my problem is that i can select opcion from the combobox if i run the application from VFP, but I can't select any opcion if i run it from the exe file??

how coud i solve this problem???

thanks in advance!!!
 
Can you post some more info?
- are there any listitems in the runtime combobox?
- is the runtime combobox disabled?
- is the runtime combobox readonly?
- how is the combobox populated?
 
hi EricDenDoop

the listitemsis:

Blue, White, Green, Brown, Yellow
for all six combo

the runtime combobox is not disabled?
and the runtime combobox not readonly
 
Does making a selection from the combobox update a table? If so, perhaps the table needs to be excluded from your project when you build the .exe.

Jim
 
Gert,
Are you using the VFP baseclass comboboxes on a baseclass form? Or are you using some framework where these classes have been modified? (e.g. The VFP Wizard classes used by the application builder.)

Rick
 
i'm using the VFP baseclass comboboxes and i'm not updating table all data are enter by hand
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top