Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make specific word bold in listbox
Message
From
06/06/2005 00:22:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Make specific word bold in listbox
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01020380
Message ID:
01020380
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform