Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Format problem
Message
From
11/12/2001 20:41:17
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00590977
Message ID:
00593035
Views:
30
Hi,

Thank for your help and advise.
BTW, how do I go about using a fixed font in my combobox problem
since it is due to the font problem ? Which font is a fixed fonts ?



>MakeLength is working correctly. Isn't it just a font problem ? Use a fixed font instead.
>
>For the bound combo, use the "Microsoft Databound list controls 6.0".
>
>
>>Hi, thank for the advise, below is my MakeLength function code. Please kindly
>>help to pinpoint my problem
>>
>>Public Function MakeLength(pvString As String, pvLength As Integer) As String
>>
>> Dim lLength As Integer
>> Dim lNo As Integer
>> Dim lStr As String
>>
>> lStr = Trim(pvString)
>> lLength = Len(lStr)
>>
>> If pvLength <= lLength Then
>> MakeLength = pvString
>> Exit Function
>> End If
>>
>> lLength = pvLength - lLength
>> MakeLength = lStr
>> For lNo = 1 To lLength
>> MakeLength = MakeLength & " "
>> Next
>>
>>End Function
>>
>>
>>Finally, just like to know can I programmatically use ADO to bound to a combo
>>box ?
>>
Best Regards
Virusim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform