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

Click here to load this message in the networking platform