Thread: ComboBox Value
View Single Post
  #8 (permalink)  
Old 11-18-2011, 11:08 AM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,459
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

It is possible to change this behaviour with the Door library.
The code below alows entry of text.

You must load the Door library and define an object called obj1.
Code:
obj1.New1(False)
obj1.FromControl
"ComboBox1")
obj1.SetProperty(
"DropDownStyle","DropDown")
Best regards.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote