Results 1 to 6 of 6

Thread: How do you fill dynamically contents of template documents or forms during runtime?

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2

    How do you fill dynamically contents of template documents or forms during runtime?

    Just curious how you fill dynamically contents of template documents or forms during runtime, like field contents of invoice forms or office forms? Does Lianja able to do them? Can you show samples, please. Thank you.

  2. #2
    Senior Member
    Join Date
    Feb 2012
    Location
    Rome - Italy
    Posts
    1,893
    Hi Adb
    I did not understand what you meant..

    Fabio

  3. #3
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135
    Hi adb,

    I was also puzzled. The "template" in Lianja is for saved section or page to be reused in other apps.

    Now I believe you are talking about Microsoft Office forms and templates. I didn't find that someone is using them with Lianja.
    There were only some examples of writing data to excel sheets:
    https://www.lianja.com/community/sho...ll=1#post16459

    Excel document can be open:
    Code:
    oExcel = CREATEOBJECT("Excel.application")
    cExcelPath = SYS(2003) + "\Excel\abc.xls"
    oWorkbook = oExcel.Workbooks.Open(cExcelPath)
    Josip
    Last edited by josipradnik; 2017-11-26 at 11:20.

  4. #4
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    What I am after is how formatted documents in PDF, Word, Open Office or whichever application it was developed could be filled out. Like for example, registration documents or certifications, how do you fill out the demographics data of employees (name, gender, age, area, city, interests, etc.) for instance when you want to generate them from your application.

  5. #5
    Senior Member
    Join Date
    Feb 2012
    Location
    Rome - Italy
    Posts
    1,893
    Hi adb,
    look this post:
    https://www.lianja.com/community/sho...ighlight=excel

    With Lianja you can interact with Excel and, I think, also with other application can support "application".

    ciao
    Fabio

  6. #6
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,184
    Hi adb,

    The most straight-forward approach is to make your application an application.

    So, instead of a PDF you collect the answers right in a Lianja application users can access from their phone or browser.

    Hank

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us