1
General Board / Re: Table in RTF report -
« on: December 04, 2007, 09:39:41 am »
just took me 40-odd minutes to solve the same problem, but it can be done.
I wanted to embed file>{ElemFile.FilePath}<file inside an element><element section.
I did it like this:
* activate the Element Section
* draw my table within it
* active the File section, add my content (FilePath) inside it
* Highlight and COPY the whole file>*<file section text
* DEACTIVE the File section, removing it from the doc
* position the cursor where the FilePath is required and PASTE
this pastes the markup code where it is required.. hope this helps..
I wanted to embed file>{ElemFile.FilePath}<file inside an element><element section.
I did it like this:
* activate the Element Section
* draw my table within it
* active the File section, add my content (FilePath) inside it
* Highlight and COPY the whole file>*<file section text
* DEACTIVE the File section, removing it from the doc
* position the cursor where the FilePath is required and PASTE
this pastes the markup code where it is required.. hope this helps..