Results 1 to 3 of 3

Thread: Having Problem with CHECKBOX

  1. #1

    Default Having Problem with CHECKBOX

    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

  2. #2

    Default Re: Having Problem with CHECKBOX

    :-)

    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

  3. #3

    Default Re: Having Problem with CHECKBOX

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. weird install problem
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 05-24-2006, 09:51 AM
  2. SetupBuilder 5 Developer Edition (RC5) build #1176
    By linder in forum SetupBuilder
    Replies: 0
    Last Post: 06-24-2005, 04:56 AM
  3. Big problem with our current installer (not SetupBuilder!!)
    By Unregistered in forum SetupBuilder
    Replies: 2
    Last Post: 06-11-2005, 03:32 AM
  4. SetupBuilder 5 Professional Edition (RC4 - #1158)
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 06-08-2005, 03:27 AM
  5. SetupBuilder 5 Professional Edition (RC4 - #1158)
    By linder in forum SetupBuilder
    Replies: 0
    Last Post: 06-06-2005, 10:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •