• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

How to?

  • Thread starter Thread starter lord_d at cox.net
  • Start date Start date
L

lord_d at cox.net

Guest
Ok, under unit external attributes I want to set up the following
type of verification:

If Type is A then Max Categ is #.

Basically I want to say that if the Type is A then the maximum number
of Category B allowed is a specific #.

I've tried using the 'must' statement to setup generic categ
maximums, but I want to setup several maximums for the same categ
based on the type choosen in an option.

Please help...

Thanks,

Shawn



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/IMSolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
 
At 01:07 PM 11/28/2003, you wrote:
>Ok, under unit external attributes I want to set up the following
>type of verification:
>
>If Type is A then Max Categ is #.
>
>Basically I want to say that if the Type is A then the maximum number
>of Category B allowed is a specific #.
>
>I've tried using the 'must' statement to setup generic categ
>maximums, but I want to setup several maximums for the same categ
>based on the type choosen in an option.

So you want to do:

If type="Hello" then max=2
if type="Baggins" then max=5
if type="Precious" then max=7

Or similar?

You need to use the '-when=X' bit of 'must'. For example:

must:categ=Items@max=2-when=Hello
must:categ=Items@max=5-when=Baggins
must:categ=Items@max=7-when=Precious

That should do it, although you should probably be careful to make sure
that only one of the above types is present on the unit, or I'm not sure
what will happen.

Hope this helps,


--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/IMSolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
 
It helped immensly, thank you very much... It did the trick...

Shawn

-------Original Message-------

From: armybuilder@yahoogroups.com
Date: Monday, December 01, 2003 13:52:01
To: ab@support.wolflair.com
Subject: Re: [AB] How to?

At 01:07 PM 11/28/2003, you wrote:
>Ok, under unit external attributes I want to set up the following
>type of verification:
>
>If Type is A then Max Categ is #.
>
>Basically I want to say that if the Type is A then the maximum number
>of Category B allowed is a specific #.
>
>I've tried using the 'must' statement to setup generic categ
>maximums, but I want to setup several maximums for the same categ
>based on the type choosen in an option.

So you want to do:

If type="Hello" then max=2
if type="Baggins" then max=5
if type="Precious" then max=7

Or similar?

You need to use the '-when=X' bit of 'must'. For example:

must:categ=Items@max=2-when=Hello
must:categ=Items@max=5-when=Baggins
must:categ=Items@max=7-when=Precious

That should do it, although you should probably be careful to make sure
that only one of the above types is present on the unit, or I'm not sure
what will happen.

Hope this helps,


--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com



Yahoo! Groups Sponsor



To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/IMSolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
 
Back
Top