Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'm using QDF 1.7 and I noticed not all variables are update when I run the script, especially the Shared Path variables.
When these variables are already populated/initiated it won't update these ones.
When I remove all vG.Shared variables it will populate them all with the correct path.
Anybody has the same issue?
Marc
Hi Marc, This is fixed in 1.7.1. You can also fix this in 1.7 by adding the these lines
set vG.BasePath=;
set vG.SharedBasePath=;
above your init script.
//David
Hi Marc, This is fixed in 1.7.1. You can also fix this in 1.7 by adding the these lines
set vG.BasePath=;
set vG.SharedBasePath=;
above your init script.
//David
Thanks David,
I did not update the QDF for now but the setting of the two variables worked.
Marc