Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo
Message
From
08/10/2005 07:34:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/10/2005 07:14:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Combo
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01057426
Message ID:
01057427
Views:
9
>hi all,
>any idea ,help
>
>i build my combo via my table , i have 2 fields one as number1,2,3...
>second name
>i need to let thisform.text1.value=thisform.combo1.name(mean second field in mycombo)
>
>thanks.
with thisform.combo1
  thisform.text1.value= .List(.ListIndex,2)
endwith
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