Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Memo slicing 2011-03-31 -- Paul Anderson I do something similar to this to convert a memo field into line to
print on a invoice report. First you need to create a text field, that
is hidden, that is the same width as the file field you wish to store.
You can then place your memo into this text control and obtain the
following information:
Number of lines = Text{Prop:LineCount}
You can loop through Memo by
Loop something# = 1 to Number Of Lines
File Field Value = Text{Prop:Line,something#}
End
Today is November 21, 2024, 7:17 am This article has been viewed 35217 times.
|
|