Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable a item in a Combo Box!
Message
From
01/07/1998 05:38:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/06/1998 20:41:31
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00112483
Message ID:
00113289
Views:
42
>Hello Bill, Cetin and Edward i thank to you again, but now my problem is how i do to add a item with 2 colunms
>Codigo and Nome
>
>I try This.AddItem(Lote.Codigo, Lote.Nome) and i didn't get
>
>What can be wrong
>
>
>Thanks again
Anderson,
With additem AFAIK you can't do that. Instead use AddListItem.
nNewId = recno("lote")   && Recno(s) are good itemids
This.addlistitem(Lote.Codigo, nNewId, 1)
This.addlistitem(Lote.Nome, nNewId, 2)
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