Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another 6.0 bug still present in 7.0
Message
From
17/10/2001 07:44:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/10/2001 06:57:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00569452
Message ID:
00569460
Views:
29
>See this message.

Tonis,
Right. Simple workarounds work :
oForm = CREATEOBJECT("Form")
oForm.Autocenter = .T.
oForm.Addobject('combo','_combobox')
oForm.combo.Visible = .T.

oForm.Show()
Read EVENTS

Define CLASS _combobox AS combobox
  Procedure InterActiveChange
  Activate SCREEN
*!*	                 lnStart=this.selstart
*!*	                 this.displayvalue=this.text
*!*	                 this.selstart=lnStart
  ?'InterActiveChange fires'
  ?'THIS.Displayvalue returns: ',THIS.Displayvalue
  ?'THIS.Text returns: ',THIS.Text

Endproc
Enddefine
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform