Is it possible to concatinate MSWordText(s) created with MSWord_MakeText in that way that you get a Text like
"Hello this is a RED text and this a Bold text"
in the document from 5 MSWordText(s) like
"Hello this is a " & "RED" & "text and this a " & "Bold " & "text"
If I use MSWord_InsertTextFormat1 for every of this MSWordText(s) I have always LineFeeds between.
Regards Martin
Hello Ricardo,
thanks for your quick response, but I did not understand your solution (its the first time I try to create a word document in OutSystems and also one of my first projects with OutSystems).
But it was very helpfull for me because on the way I try to understand it, I found out an way which works for me.
I hope this helps other newbies like me.
Hi Martin,
If I understood your problem correctly, there are two approaches we can follow:
Hope it helps,
Ricardo Pisco.