Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting text in sql statement - or in editbox
Message
From
23/08/2006 19:53:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Formatting text in sql statement - or in editbox
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01148068
Message ID:
01148068
Views:
62
hi everyone. just wondering if there is a way to format text that is received from a select statement (preferrably within the sql statement). i would want to maybe bold some of it or underline some of it, and it ends up in an editbox. as an example, here is what i'm trying to do:
SELECT ALLTRIM(fname) + " " + ALLTRIM(lname) + CHR(13) + CHR(13) + ;
	"contact name: " + ALLTRIM(contact_fname) + " " + ALLTRIM(contact_lname) + CHR(13);
	FROM t_table;
	INTO CURSOR curseditbox_contact
this information is displayed in an editbox and i would want to underline/bold the contact name.

Example:
Charlie Brown
contact name: Paul Jones (this should be underlined and bolded)

i would prefer to do this from within the sql statement rather than the edit box as what i select into the edit box will change as my program progresses.

thanks

paul
Next
Reply
Map
View

Click here to load this message in the networking platform