Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Replacing placeholders?

From: kpeters::otaksoft::com at: 7-Aug-2007 12:53

Carlos ~ thank you so much for this - this would have been the next step for me to wrestle with! Now that I have seen this code, my ultimate goal is to be able to do this: Have the actual "page content" made "load"able from an external file In Tim's code this would be this section (I believe): textbox[ LEFT ALIGN (blue-font) "First Name: " (black-font) (record/first_name) newline (blue-font) "Last Name: " (black-font) (record/last_name) newline ] } and pass it on to build-page as an additional parameter. This should add a lot of flexibility as it separates the actual PDF definitions from the code. I have just tried in vain to achieve this as I somehow always end up with empty PDFs or worse.... Would you be able to advise me once more? TIA, Kai