Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

My QV app stops reloading before the script ends

Hi everyone,

When I reload an application, I get an error without error message so I used the debugger and I can see that in the middle of the script, it just stops reloading as if the script was over whereas it is not...

I have no idea about what could the problem be. Any ideas ?

Thank you for your help

Have a good day.

Laura

1 Solution

Accepted Solutions
Not applicable
Author

Thank you for your answer Robert. I am feeling less alone

I have tried to run this application on another server and it works so I think the probelm is not coming from the code itself.

I have tried the debugger with the limited reloading (10 lines are loading for each select or LOAD) and the reloading still stops at the same moment.

I've found out that if  I put one line in comment, it works...

The line is a store :

STORE table into folder\table.qvd ;

I don't know what's wrong whit that line

EDIT: I've found the problem : the "table.qvd" was opened in another program ...  so I renamed my qvd.

View solution in original post

2 Replies
Not applicable
Author

Could you share your script?

Not applicable
Author

Thank you for your answer Robert. I am feeling less alone

I have tried to run this application on another server and it works so I think the probelm is not coming from the code itself.

I have tried the debugger with the limited reloading (10 lines are loading for each select or LOAD) and the reloading still stops at the same moment.

I've found out that if  I put one line in comment, it works...

The line is a store :

STORE table into folder\table.qvd ;

I don't know what's wrong whit that line

EDIT: I've found the problem : the "table.qvd" was opened in another program ...  so I renamed my qvd.