Forum Replies Created

Page 2 of 2
  • asmith

    Administrator
    February 5, 2019 at 10:55 am in reply to: Omnis forum

    Thanks Bastiaan. You’ll find the ‘old’ Omnis website hosts all technical content, such as Tech notes, which are here: https://developer.omnis.net/technotes/index.jsp
    so please have a look at:
    https://developer.omnis.net
    for patch downloads, FAQs, etc.

  • asmith

    Administrator
    January 30, 2019 at 2:29 pm in reply to: Omnis forum

    In addition to the change to forum.omnis.net and developer.omnis.net, we are delighted to announce a brand new Omnis website at: http://www.omnis.net.
    You’ll find a lot of new information about Omnis Studio 10, including the new features, as well as new look Case Studies, and many other new pages.
    We hope you like the new Omnis Studio 10 release, and let us know what you think of the new website.

  • asmith

    Administrator
    October 19, 2018 at 11:49 am in reply to: Omnis Studio with DB2 and unicode

    Thank you very much Rudolf, for taking time to describe everything and for sending to support.

  • asmith

    Administrator
    October 18, 2018 at 3:08 pm in reply to:

    Ghiara Mimmo – please contact support for your region about this issue.

  • asmith

    Administrator
    October 18, 2018 at 3:04 pm in reply to: Omnis Studio with DB2 and unicode

    I think you are the first customer to have reported any issue with this DAM in approximately 12 years, so it is likely that you are the only developer using DB2(!)
    If you would care to tell us (by contacting tech support) which database version, and which version of DB2 runtime client you are using, we will try to reproduce this issue.
    Have you tried using Studio 8.1.6 (Windows 32 or 64-bit)?

  • asmith

    Administrator
    February 19, 2018 at 9:52 am in reply to:

    A brilliant effort Michael – this is a fantastic contribution on GitHub for the Omnis community.

  • asmith

    Administrator
    January 22, 2018 at 5:16 pm in reply to:

    OK guys. I have added your libraries to the Libraries section on this website:
    https://developer.omnis.net/libraries
    I will promote these on our social media, etc. Excellent work guys – thanks!

  • asmith

    Administrator
    January 4, 2018 at 11:43 am in reply to:
  • asmith

    Administrator
    December 19, 2017 at 9:36 am in reply to:

    Hi, you need to omit ‘Macintosh HD’ from your PATH, so:
    /Applications/Omnis 8/Camping Images/

  • asmith

    Administrator
    December 15, 2017 at 3:20 pm in reply to:

    You can create the variable in the Variable pane of the method editor: Name, Type=Object, Subtype=FileOps object selected from the dropdown menu. You can then:
    Do lFileOps.$<method-name>
    Right click the variable and select Interface Manager to see what methods are available.
    More info about adding vars:
    http://www.omnis.net/documentation/programming/index.jsp?detail=03programming.html#adding-a-variable

  • asmith

    Administrator
    December 14, 2017 at 3:13 pm in reply to:

    Assuming you are trying to do:
    Do $extobjects.FileOps.$openfile(lPath)
    But you need to create and use an Object variable with FileOps as sub type, and then try:
    Do lFileOps.$openfile(lPath)
    The other potential ‘gotcha’ when moving up to 64-bit macOS Studio 8.x (which you may know about already) is that you need to convert all HFS file paths in your library (using :), to POSIX file paths which use ‘/’ (forward slash).

  • asmith

    Administrator
    December 6, 2017 at 3:17 pm in reply to:

    Hi,
    Have you added the following lines to your \html\jsctempl.htm file under the Omnis Studio JavaScript client scripts comment:
    <script type="text/javascript" src="scripts/signature_pad.js"></script>
    <script type="text/javascript" src="scripts/ctl_net_omnis_signature.js"></script>

Page 2 of 2