Search:

Type: Posts; User: barrymavin

Page 1 of 20 1 2 3 4

Search: Search took 0.23 seconds.

  1. Thread: Time Clock

    by barrymavin
    Replies
    7
    Views
    104

    You can do that in a canvas section. Drop a...

    You can do that in a canvas section.

    Drop a textbox on the canvas.

    Add a data bound grid to the table that contains the log of clocking in.

    in the changed delegate for the textbox filter the...
  2. New blog article: LianjaScript and Python integration

    See blog article:

    https://www.lianja.com/community/entry.php?29-HOWTO-Integrate-Python-and-LianjaScript
  3. Replies
    7
    Views
    141

    After reading your requirements again it seems an...

    After reading your requirements again it seems an ArticleView section does exactly what you want.
  4. Replies
    7
    Views
    141

    There is a custom print delegate which gets...

    There is a custom print delegate which gets called when you click the print icon.

    In that print delegate you can format an html page of all of the data and print it out using a WebView.
  5. Replies
    7
    Views
    141

    There was an issue with specifying the filter in...

    There was an issue with specifying the filter in the Report Builder which i have fixed in 9.3.2.

    The error message "You cannot set filters when custom SQL is specified" is now not being displayed.
  6. Replies
    7
    Views
    141

    The report builder is a self contained tool. You...

    The report builder is a self contained tool. You cannot use it in deployed runtime applications.

    Why are you trying to filter what is included in the report from active data in an app?

    You use...
  7. To print a pdf directly to a printer you need to...

    To print a pdf directly to a printer you need to use a third party utility such as Adobe reader

    C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" /p /h "c:\filename.pdf"

    or purchase one...
  8. Replies
    7
    Views
    141

    You can set a filter on the report section if...

    You can set a filter on the report section if that’s what you are using.
  9. Try: ...

    Try:

    showdocument("page:page1.section1?action=print")

    and

    showdocument("c:\aktuell\test.pdf")
  10. Replies
    1
    Views
    59

    Yes. See doc for WebView. ...

    Yes.

    See doc for WebView.

    https://www.lianja.com/doc/index.php/Webview

    There are methods for printing to pdf.
  11. Replies
    1
    Views
    58

    You can call Python functions with arguments from...

    You can call Python functions with arguments from LianjaScript.

    See
    https://www.lianja.com/doc/index.php/EXECPYTHON()

    Inside your Python code you can call LianjaScript using:
    ...
  12. Replies
    5
    Views
    178

    Thanks for letting me know. I was not aware of...

    Thanks for letting me know. I was not aware of that.

    Nevertheless it can be achieved cross platform using Python which can be integrated in with Lianja....
  13. Thread: Time Clock

    by barrymavin
    Replies
    7
    Views
    104

    When you develop in the app builder you need to...

    When you develop in the app builder you need to switch to runtime view (top right icon).

    The first field on your canvas will have focus.

    If you want to change focus programatically you...
  14. Replies
    0
    Views
    68

    Lianja 9.3.1 pre-release

    I have uploaded 9.3.1 pre-release into the beta directories for those with premium support and others who have access to this.

    Lianja 9.3.1


    New added the function ado_providerlist() which...
  15. Replies
    3
    Views
    177

    Merged articles now handle printing in both...

    Merged articles now handle printing in both desktop and Web.

    3060


    3061

    Note also that you can dynamically change what HTML file is displayed in the "ArticleView" section.

    So you can...
  16. Replies
    5
    Views
    178

    This integration was done by chillkat not...

    This integration was done by chillkat not ourselves. If you have any chillkat issues please contact chillkat support.
  17. See...

    See https://www.lianja.com/community/showthread.php?6302-Coming-in-Lianja-9-3&p=25518#post25518
  18. Replies
    3
    Views
    177

    Coming in Lianja 9.3

    I have added document data merging into Lianja 9.3

    The "ArticleView" section now handles:

    - {Macro} substitution when an article is displayed
    - {template:filename} insertion from the...
  19. Replies
    0
    Views
    133

    OLEDB Connection stings

    For those wishing to use windows specific OLEDB to connect and perform CRUD on a variety of data sources this is a good resource.

    https://www.connectionstrings.com
  20. You don’t need to. The WebView section is data...

    You don’t need to.

    The WebView section is data bound to your memo field.

    As you navigate records it will automatically refresh the contents of the memo from the active record.

    Di you mean...
  21. That’s a canvas section. In your original post...

    That’s a canvas section.

    In your original post you asked about a form section.

    When a memo/varchar column is dragged and dropped onto a form section the memo text is displayed.

    When you edit...
  22. Replies
    6
    Views
    174

    See 9.2.6 release notes...

    See 9.2.6 release notes
    https://www.lianja.com/community/showthread.php?6299-Coming-in-9-2-6&p=25508#post25508

    I have added support for programmatically creating canvas sections.
  23. Replies
    0
    Views
    156

    Coming in 9.2.6

    Lianja 9.2.6


    New added SET DATE TO LONG|SHORT for VFP compatibility
    Improved MSSQL OLEDB Virtual Table support. Much faster!
    Improved OLEDB error messages for CRUD operations with Virtual...
  24. Replies
    6
    Views
    174

    You cannot create a canvas section...

    You cannot create a canvas section programatically.

    You need to create a custom section.
  25. When adding a memo/varchar to a form section just...

    When adding a memo/varchar to a form section just drag the notes column from the data tab onto the form.

    You do not need to specify a url to the editor at all.

    Navigating the records will...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4
Journey into the Cloud
Join us