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
Hello Erdogdu, I am very sorry for the late answer, The answer is Yes, it's fix . my suggestion, if possible to be setting with bank fee code ...
09:24 23 July 2024
Andis Blicāns, Grasko
The above applies to the window when it is opened for the first time. If the window is already open and I choose Window/Restore Position, the window takes the correct position. Namely, the upper left ...
00:43 18 July 2024