` Memo slicing (Paul Anderson ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

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 April 24, 2024, 11:00 pm
This article has been viewed 35114 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: