Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make specific word bold in listbox
Message
De
06/06/2005 00:22:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Make specific word bold in listbox
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01020380
Message ID:
01020380
Vues:
66
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform