Adding conditions for more than the current description

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding conditions for more than the current description

Danie Roux-5
Dear list,

This should be an easy answer, I'm just not finding it:

How would I rewrite something like this into descriptions?

        (maxAnnualFee > 0) & (fixedAnnualFee > 0)
                ifTrue: [InvalidFeeSelection signal].

--
Danie Roux *shuffle* Adore Unix - http://danieroux.com

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Adding conditions for more than the current description

Matthias Berth-2
Danie,

try this:

  http://onsmalltalk.com/programming/smalltalk/multiple-field-validation-rules-in-magritte/


:-)

Matthias


On Tue, Jul 29, 2008 at 2:29 PM, Danie Roux <[hidden email]> wrote:

> Dear list,
>
> This should be an easy answer, I'm just not finding it:
>
> How would I rewrite something like this into descriptions?
>
>        (maxAnnualFee > 0) & (fixedAnnualFee > 0)
>                ifTrue: [InvalidFeeSelection signal].
>
> --
> Danie Roux *shuffle* Adore Unix - http://danieroux.com
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki