Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My user access table update by demand. So I have a qvw file which has a REPLACE load in section access. I want to partial reload user access table but not reload product table when use PARTIAL RELOAD command. But I get different result between execute from command line and execute by click Ctrl+Shift+R in QV desktop edition.
section access;
replace load USERID, ACCESS from useraccesstable.xls......
The reloaded qvw file is 4M size.
If execute from command: the file size reduce to 2M ,(I think maybe it trigger the function of reduce data dymaticly.)
If execute from QV(Ctrl+Shift+R in QV desktop edition), the file size remain 4M size.
What I want to do: If a new record insert into useraccesstable, a new user is created. Then I have a .NET application which could execute a command line: qv.exe /rp filename.qvw. After this step, the new user can visite filename.qvw by the new account. So I don't want to the former partial reload reduce data which will reduce data of new user's .
In a word I want partial reload in command line (batch file) WITHOUT reduce data.
Thank you.
I want to know the difference between use /lp in command line and click partial reload in menu. Thanks every body.
Any body can help me will be very thankful ![]()
It 's important for me to solve the problem. So any one can help me ? Or I need to discribe the further information, needn't I?
No answer...
Hi,
Could you create some sample app we so we can try to reproduce your problem.
.