Browse By Tags

  • UltraCalcManager If statement with UltraOptionSet

    I'm trying to write up an if statement to check if OptionSet value is 0. If true then it needs to do the calculations, if not do another calculation.

    I've written an if statement on a MaskedEdit as follows:

    if ( [//methodUltraOptionSet] = 0,
    …