Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Together,
know somebody how I like in the running QV Script to save th qvw application.
Thank you very much !
There is no way to do it in the script. You can try creating a VBScript macro function and call it during your load.
What's the purpose of saving the QVW in the middle of the load?
Hi Oleg,
a pity it does not go thus. I would want one
qvw load and save. Then I would like to save and drop some fields once more.
My aim: Production of two qvw files in one scriptprocess. If you can show me an example ?
How would have to store of the Macro for this look? And how do I bind in my script?
Many thanks for your help
Many greetings,
Honour
Even if you create a macro function in your script, I don't think it will be really efficient.
If you want to keep 2 qvw why don't you create a second one using a binary based on the first one, then remove your fields ?
this way would be more reliable I guess...