PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → RTF and Datafields
RTF and Datafields
Débuté par Thomas, 07 juil. 2008 00:43 - 1 réponse
Posté le 07 juillet 2008 - 00:43
Hello,
does anybody know, how can use Datafields (e.g. "Dear "+Contacts.Name) in
a RTF Memo on runtime?
Thomas
Posté le 07 juillet 2008 - 00:45
Hello Thomas
You can use RTFToText() or RTFInsert() and you may need to look at RTFAdd()
Newstring = "Dear "+RTFToText(rtfstring)
or
Newstring = RTFInsert(rftstring,"Dear ",1)

Regards
Al