PDA

View Full Version : Some Questions


DavDes
06-22-2005, 08:52 AM
Hi,

1) Is it possible to set "actions" available for a particular version ?
ex : 1.0 -> nothing, 1.1->delete a file, 1.2->execute a batch, 1.3->do something else
2) I saw in the help file that tab and list order are set from left to right (old to last) and top to bottom (old to last). Is it possible to invert the tab order ?
3) Filters : is it possible to set many filters with separators ?
ex : "Match" ap*,in*,bak

VP2 is very pleasant to use with SF7 and TU2 ! I wish an activation module now (like IR has :lol )
Thanks,
David

csd214
06-22-2005, 09:25 AM
Q1, yes, it should be possible

if SessionVar.Expand("%InstalledVersion%") == "1.1" then
-- delete a file
elseif SessionVar.Expand("%InstalledVersion%") == "1.2" then
-- execute a batch
elseif SessionVar.Expand("%InstalledVersion%") == "1.3" then
-- do something else
end


Q2, I don't know, (but why a reverse order?)

Q3, do you mean the Filters Manager in VP20?