Re: Web file not found even though the file exists
Aldevinas Katkus
2-22-23
It looks like nested qupdating calls (calling qupdating from an updating function) resulted in not returning data back via web.

Now I have:
global
procedure WebExtraAPI()

begin
WebStoreTabInvoice;
end;

procedure WebStoreTabInvoice()

begin
...
qupdating.ImportSalesInvoicesFromArea(...);
...
end;


global
updating procedure ImportSalesInvoicesFromArea(...)
begin
...
if (/*qupdating.*/SaveImportedInvoice(...)) then begin ... //commenting out qupdating helped?
...
end;
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Reino Botha
Please check your version of android if it is the same as the server you are connecting too. ...
08:24 21 Nov 2024
Bror-Erik Kotiranta
In NC you hace operations>>ai chats. They are used for these Br, Bror-Erik...
05:12 21 Nov 2024