Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Easiest way to specify multiple conditions?


1 reply to this topic

colby

colby
  • Full Members
  • 37 posts

Posted 23 April 2003 - 17:15

Basic project...

I have a complicated conditional statment for a Next button on a custom dialog (see below) and was wondering if there's an easier way to specify the condition.

Dialog: MyFirstDialog
Control: Next button
Event: NewDialog
Argument: MyNextDialog
Condition: ((PROPERTY1<>"") AND (PROPERTY2<>PROPERTY3)) AND ((PROPERTY4="Strin1") OR (PROPERTY4="String2" AND (PROPERTY5<>"" AND PROPERTY6<>"")))

Can there be multiple NewDialog events with the same dialog as argument and different conditions (i.e., make multiple records in the ControlEvent table for the Next control for MyFirstDialog)?

linetime33

linetime33
  • Members
  • 3 posts

Posted 31 July 2003 - 12:35

Hi,
There can be multiple NewDialog events with the same dialog as argument and different conditions.
Pls note: If any of the conditions are satisfied, you will still be presented with the same dialog.