Search:

Type: Posts; User: jmartyr

Search: Search took 0.00 seconds.

  1. Oh okay that's a lot faster. Thanks Barry!

    Oh okay that's a lot faster. Thanks Barry!
  2. Access individual canvas fields' attributes in non-desktop apps?

    Hi everyone,

    I'm using canvases a lot in my app for the added flexibility they bring. In a desktop app, you can access (for example) the text in field1 of a canvas with


    var myvar =...
  3. Thanks Barry, I posted on here because I...

    Thanks Barry,

    I posted on here because I wasn't sure if I was doing something wrong or not. I was.

    I had USE..AGAIN and SELECT commands mixed up so I was using USE..AGAIN when I wanted to make...
  4. INSERT INTO... SELECT breaks USE ... AGAIN function

    Hi guys,

    I've found what I believe is a bug in the INSERT INTO command. If you USE table1 and then USE table2 which is a structural copy of it, calling


    INSERT INTO table1 SELECT * FROM...
  5. Virtual Table populated by another VT behaviour

    Hi all,

    I have one VT (call it vt1) which is populated with an sql statement referring to another VT (call it vt2). When I'm building my app and I click on vt1 in the table menu (for instance to...
  6. Hi Barry, The exact command is INSERT INTO...

    Hi Barry,

    The exact command is
    INSERT INTO expenseitem SELECT * FROM temp_expenseitem

    The table structure is:

    Expense ID:
    Name: IEXPID_PK
    Type: Int
  7. Here's the debug output, I couldn't work anything...

    Here's the debug output, I couldn't work anything out from it:


    *
    * Lianja embedded database engine
    * Version 1.3.0
    * Compiled on Dec 26 2015 10:24:08
    *
    Error reported from file sql_select.c...
  8. INSERT SELECT statement "Internal error - sql_select_into_memvar()"

    Hi all, I hope this is the correct subforum.

    I'm trying to copy the contents of one database into another. I am using javascript,the exact code is:


    Lianja.execute("INSERT INTO table1 SELECT *...
  9. Replies
    5
    Views
    5,181

    Hi Barry, I've loaded the app onto my Android...

    Hi Barry,

    I've loaded the app onto my Android phone after building it with Phonegap. The server is on the same machine as the app builder, a bare metal Windows PC.

    I couldn't work out how to...
  10. Replies
    5
    Views
    5,181

    User authentication issues

    Hi all,

    I've deployed a quick draft of my mobile app to test ui elements but when I run the app on my phone I can't get past the login screen. An incorrect username/password makes the phone...
  11. Thanks for the explanations guys, it helped a lot.

    Thanks for the explanations guys, it helped a lot.
  12. Replies
    8
    Views
    6,335

    Yep that was it Barry, I uninstalled Visual...

    Yep that was it Barry, I uninstalled Visual Studio and reinstalled Lianja and now everything works. Thanks.
  13. Replies
    8
    Views
    6,335

    I've installed Lianja about 4 times now and it...

    I've installed Lianja about 4 times now and it hasn't worked so clearly it wasn't a random error during install. I ran the command you gave me and first it told me I had the wrong version of python...
  14. Mobile apps, databases and Cloud server interaction

    Hi,

    I'm confused about how a phone app interacts with a cloud server. How do I access data on a Lianja cloud server from a mobile app (for that matter how do I access it with a desktop app)? I...
  15. Replies
    8
    Views
    6,335

    Thanks Barry, I'm on Windows 7, when I try...

    Thanks Barry,

    I'm on Windows 7, when I try that it tells me that phonegap is not the name of a command. I'm guessing something hasn't been added to PATH? I have liana\bin added but there doesn't...
  16. Replies
    8
    Views
    6,335

    Phonegap LiveView "server failed to start"

    Hi all,

    I'm trying to test a mobile application and can't get the LiveView working. I get the server failed to start error no matter the mobile platform I attempt to use. I followed the steps at...
  17. Replies
    6
    Views
    21,784

    Hi Barry, Thanks for the reply. I have the...

    Hi Barry,

    Thanks for the reply. I have the module in that deployment folder (.py in the Lib folder and .pyd in the DLLs folder) yet the app still breaks on the "import xyz" line in my app when not...
  18. Replies
    6
    Views
    21,784

    Thanks Barry.

    Thanks Barry.
  19. Replies
    6
    Views
    21,784

    python imports and deployment

    Hi,

    Just wondering how python imports work when deploying desktop apps? I assume I have to put the imported .py and .pyd files somewhere on the client system in a similar place to where I have...
  20. Replies
    1
    Views
    14,977

    Import python module DLL location

    Hi all,

    Just wondering where to put python DLLs (.pyd) that are called in python modules we want to import? I've tried putting them in both .../Lianja/scriptinglanguages/python/DLLs and in...
  21. Replies
    5
    Views
    11,859

    Importing JS libraries for use in Lianja

    Hi all,

    I'm trying to import an external library into lianja. I've learned about how it essentially uses Node.js implementation and the syntax required, but am still having issues. Here's what I'm...
  22. Accessing global JS variables in a JSSP script

    Hi all,

    I've declared some variables to be used by the whole app in a JS page specified as the custom library in the app settings. Works totally fine accessing and mutating them from within pages,...
  23. Replies
    3
    Views
    3,938

    Object reference to currently open database

    Hi all,

    Just wondering if it is possible to get an object reference to the currently open database? I know you can get an object reference to a new one with:

    var db =...
  24. Replies
    7
    Views
    3,665

    I know you submitted this question a couple...

    I know you submitted this question a couple months ago, have you worked out how to fix it? I am now having the same problem!

    If it helps at all I think the issue is with the addNew() function or...
  25. Replies
    9
    Views
    14,145

    Just wondering if the getCursor() function works...

    Just wondering if the getCursor() function works on the desktop client now? I couldn't find it on the Roadmap.

    Thanks.
Results 1 to 25 of 25
Journey into the Cloud
Join us