NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jtailleur on September 17, 2015, 05:20:27 AM

Title: Error 30 from mobile device
Post by: jtailleur on September 17, 2015, 05:20:27 AM
Good day all.

I'm getting the following error when using my Nettalk 8.61 web app with my phone (Samsung S4).  Desktop works fine.

Error Message: record not found: (-2)
Error 30: Entry Not
Found from key
cus:cusmast_pkey

cus:cusmast_pkey contains one field, cus:customer_id (LONG), and is unique.

Oddly, if I just cancel and click again, it works fine. 

As well; it works fine with my desktop, every time.  The error only appears once whenever I try to edit a different item.

After adding some debug code I notice that the error also means that the form action has not been set.  Normally loc:act would be 2 for a "ChangeRecord"; but in the case of this failure, it's 0. 

It's bloody confusing; as I said, it never occurs with my desktop PC; even when emulating a "mobile" app (using Chrome's tools), but just on my actual mobile device.  This is my last hurdle to get this app out the door; any information or thoughts on how to get around it would be greatly appreciated.


Joe.



Title: Re: Error 30 from mobile device
Post by: Bruce on September 17, 2015, 07:29:51 AM
I suppose work backwards - why is loc:act 0?

cheers
Bruce
Title: Re: Error 30 from mobile device
Post by: jtailleur on September 21, 2015, 05:36:32 AM
I have been unable to determine "why" it's not setting the action incorrectly; only that it is.