PDA

View Full Version : CONTROL_DISABLED and CONTROL_HIDE


Laslie Toth
02-13-2002, 07:31 AM
Hi,

It's a good thing: CONTROL_HIDE and CONTROL_DISABLE for checkbox in SF 6.0.0.2.
Can you do it for radio button and package in the next version (6.0.0.4)?

Sincerely
Laslie

Mark
02-13-2002, 08:38 AM
Hi,

This is possible for both Packages and Radio buttons right now.

For Packages simply set a Packages variable to either TRUE or FALSE if you want to set its default state to either Selected or Unselected.

For Radio buttons, simply use a variable as your "Default selected radio button" and then you can set the default during runtime by assigning the variable one of the radio button values.

mark.

Laslie Toth
02-13-2002, 09:12 AM
Hi Mark!

So I would like to it, because I have a client/server setup with more than one package and my end user install some package on server (not all) and when end user install client side the setup find which package be installed on server side. Here I would like set package disable wich not install server in the server.

Laslie

Mark
02-13-2002, 10:57 AM
Hi,

If you would like to disable a package, simple set its variable to FALSE before the files start installing.

mark.