Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box - preventing truncated field values
Message
From
06/01/2006 11:20:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01083909
Message ID:
01084105
Views:
9
At least specific 3 items seemed to me the way to go. Actually I don't like neither value nor addlistitem and tend to be data based < g >. It might be xml,text,dbf whatever but external:)
Cetin

>Hi Cetin,
>
>Not sure if I agree with you <g>, Fabio's solution might be better in this case, but, unless I am mistaken, wouldn't it be more limited? For example, there is a limit in both the number of characters you can write (I believe 261 is the max) and with the content, for example:
>
>
.RowSource = ["Fournier, Michel", "A", "Basoz, Cetin", "B", "Lunardon, Fabio", "C"]
would not work; while
>
.AddListItem("Fournier, Michel",1,1)
> .AddListItem("A",1,2)
> .AddListItem("Basoz, Cetin",2,1)
> .AddListItem("B",2,2)
> .AddListItem("Lunardon, Fabio",3,1)
> .AddListItem("C",3,2)
>
would
>
>
>>
>>Bob,
>>Fabio's is much better, use that one.
>>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