Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Cover a Combobox with a text Box
Message
From
28/08/2000 03:43:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00409524
Message ID:
00409709
Views:
18
Gerard,
I think you tried to use it as a property. zorder() is a method. ie :
* Text1 gotfocus
with this.parent.Combo1
  .zorder(0)
  .Setfocus()
endwith

* Combo1 lostfocus
with this
  .Parent.Text1.Value = .List(.Listindex,2)
  .Zorder(1)
endwith
Cetin


>Cetin,
>I played around with using the zorder() but it kept coming up saying it was read-only. How dows one use the zorder method.
>
>Thanks
>
>Gerard
>
>
>
>>You could use zorder() to make it work. But you could completely get rid of textbox and show description in combo. You'd need to place description in first column (Incremental search would occur on that column).
>>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
Reply
Map
View

Click here to load this message in the networking platform