PDA

View Full Version : Having Problem with CHECKBOX



NewsArchive
05-22-2006, 08:57 AM
If %CHECKFILE% File or Folder doesn't exist Then
Set Variable %IQ_NEWINSTALLATION% to "1"
Set Variable %IQ_SQLSERVICES% to "1"
Show Wizard Dialog "PASSWORDSCREEN"
Show Wizard Dialog "SQLSERVICES"
End

Then, later on, I do this:

Display Message Box "%IQ_SQLSERVICES%" -- "new Install"
If %IQ_SQLSERVICES% Equals "1" Then


When I run it, the box shows up defaulted as CHECKED. But, my message box
shows "10000000" instead of "1" - so it is not executing.

-Robert

NewsArchive
05-22-2006, 08:57 AM
:-)

Never mind ... I assumed the value was being placed in there as True /
False. It is stored as 10 0's and 1's.

-Robert

NewsArchive
05-22-2006, 08:57 AM
Hi Robert,

Please use:

Equals "1" on Position

instead of:

Equals "1"

Does this help?

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5