Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make specific word bold in listbox
Message
From
06/06/2005 02:57:44
 
 
To
06/06/2005 00:22:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01020380
Message ID:
01020389
Views:
20
No, it's not possible, unfortunately.

>Dear Experts
>
>I use following command to get specfic record from a table against a given word.
>
>SNAME=ALLTRIM("%")+ALLTRIM(THISFORM.TEXT1.VALUE)+ALLTRIM("%") && given word will be in sname
>
>SELECT CODE,DESC FROM MASTER;
>	WHERE LEN(ALLTRIM(STR(CODE)))=6 .AND. DESC LIKE SNAME;
>	ORDER BY DESC;
>	INTO CURSOR TEST
>
>THISFORM.LIST1.ROWSOURCE = "TEST"
>THISFORM.LIST1.SETFOCUS
>
>Is it possible to show given word bold in list box.
>
>Please help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform