Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the deal with Combos?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00273965
Message ID:
00274368
Views:
39
Same here.

>I am using VFP 6 SP3. What are you using?
>
>>Hmm... Mine has been working fine and I haven't been doing that.
>>This is the code in the init.
>>
>>
DoDefault()
>>
>>select abbrev from states order by 1 into array This.aList
>>
>>local lnResult
>>lnResult = 1
>>if !empty( This.ControlSource )
>>	lnResult = ascan( This.aList, eval( This.ControlSource ) )
>>endif
>>
>>if lnResult = 0
>>	local lnLen
>>	lnLen = alen( This.aList, 1 ) + 1
>>	dimension This.aList[ lnLen, 1 ]
>>	This.aList[ lnlen ] = eval( This.ControlSource )
>>	asort( This.aList )
>>endif
>>
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform