Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TextMerge()
Message
From
29/03/2019 08:31:42
 
 
To
29/03/2019 08:27:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01667676
Message ID:
01667681
Views:
47
>Hi Rick,
>
>Okay, and this is good, it works.
>But I would also like to try with TextMerge () solution
>
>Thanks

You'll have to iterate through your table and populate local variables, then change your TEXT TO code to something like this:
TEXT TO mtekst1 noshow

First line : <<_str1>>
Second line: <<_str2>>  and then again <<_str1>>  and  <<_str3>>  for the end
Third line: <<_str3>> 
 
ENDTEXT

_str1 = "cvt1"
_str2 = "cvt2"
_str3 = "cvt3"

? TEXTMERGE(mTekst1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform