Hi All,
I have been trying to understand the problem, selecting one installation language with radio buttons from many, and connect them to packages for two months. I go the next help from members, what could help me a lot, but even though I have a big problem.See the idea what I got from them: This is the screen of radio button's After.
Assign Value(%hunpack%=FALSE)
Assign Value(%engpack%=FALSE)
Show Message Box(Hunpack:%hunpack% engpack%:engpack%radioselection:%radioselection%)
IF(%Radioselection%=1)
Assign Value(%engpack%=TRUE)
END IF
IF(%Radioselection%=2)
Assign Value(%hunpack%=TRUE)
END IF
Show Message Box(Hunpack:%hunpack% engpack%:engpack%radioselection:%radioselection%)
The variables seems to be OK because I put them on the screen to see if it is OK, but even the variables are ok, THE FILES ARE NOT COPIED. I can choose anything it only copies the hungarian only, or the english is copied only, doesn't matter the status of the variables . If anyone wants I can send the projectfile. THE HELP OF ANYONE WOULD BE GREATLY APPRECIATED. THANK YOU FOR YOUR ANSWER IN ADVANCE...
I have been trying to understand the problem, selecting one installation language with radio buttons from many, and connect them to packages for two months. I go the next help from members, what could help me a lot, but even though I have a big problem.See the idea what I got from them: This is the screen of radio button's After.
Assign Value(%hunpack%=FALSE)
Assign Value(%engpack%=FALSE)
Show Message Box(Hunpack:%hunpack% engpack%:engpack%radioselection:%radioselection%)
IF(%Radioselection%=1)
Assign Value(%engpack%=TRUE)
END IF
IF(%Radioselection%=2)
Assign Value(%hunpack%=TRUE)
END IF
Show Message Box(Hunpack:%hunpack% engpack%:engpack%radioselection:%radioselection%)
The variables seems to be OK because I put them on the screen to see if it is OK, but even the variables are ok, THE FILES ARE NOT COPIED. I can choose anything it only copies the hungarian only, or the english is copied only, doesn't matter the status of the variables . If anyone wants I can send the projectfile. THE HELP OF ANYONE WOULD BE GREATLY APPRECIATED. THANK YOU FOR YOUR ANSWER IN ADVANCE...
Comment