Results 1 to 4 of 4

Thread: My evaluate function dont work .Why??

Threaded View

  1. #4
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,184
    Blog Entries
    22
    Hi gontran,

    If all you need is field1 then why not just send that as an argument rather than all that JSON.

    It looks to me like the null values may be the issue as they won’t parse on the server.

    When sending JSON like that you should base64_encode() it on the client and base64_decode() it on the server.

    I also note that you are opening a table on the server EXCLUSIVE which you should not do in a web app as many users will be using the system.

    The locate statement

    locate eg_nombre = alltrim(valor)

    should be

    locate for eg_nombre = alltrim(valor)
    Last edited by barrymavin; 2021-11-10 at 17:31.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

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