 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
dave Guest
|
Posted: Tue Jul 27, 2004 11:28 am Post subject: using adding a char for a 'line feed' |
|
|
Hi
I am processing some text and saving it to a database by doing:
string:='hello'+'world'+'its me' etc
fieldbyname('myfield').value:=string;
I am then using a quickreport (tried both qrdbtext and qrdbrichtext) to
display the string by setting the dataset and field properties.
The problem I have is that I would like a line between string1, string2 etc
I thought I could do this by adding RTF codes, and have tried:
1) incaseing my string with {} and adding /par ie '{/par hello}' +'{/par
world}' etc
2) adding #13#10 ie '#13#10 hello'
I have searched the net and cant see any reference to this problem, please
help!
Thanks
Dave
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|