This question has been flagged
1 Reply
2914 Views

Hello,

I've created a sales report (Order / Quotation), but when trying to send it to the server, nothing happens. I don't get an error message and the log file doesn't tell me anything about the failed upload attempt.

Then I created a test report, only containing the word "Test" without any python code. This one works perfectly, I have no problems to send it to the server.

I assume that something's not right with the python code, but I am not that familiar with the python language.

Greetings and thanks in advance.

Michael

Avatar
Discard
Author

Solved the problem. It seemed that there's been a wrong placed "RepeatIn" loop (in a table). I moved it to the top of my document and now i am able send the report to the server (though I get an Uncaught SyntaxError: Unexpected end of input).

Best Answer

in this case first of all you have to click on Modify Existing Report in document file after connection of pericular database.

after click Modify Existing Report then you have to select existing report and then you can change this report

Avatar
Discard