Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another 6.0 bug still present in 7.0
Message
De
17/10/2001 07:44:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/10/2001 06:57:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00569452
Message ID:
00569460
Vues:
30
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform