Home : Products : DBMan : Customization :

Products: DBMan: Customization: Re: [mlewis] Maximum Field Value: Edit Log

Here is the list of edits for this post
Re: [mlewis] Maximum Field Value
I don't think so... the only way I would know to do it is like the examples above. In other words, I'd have to already know what value I was looking for and then test the field for that number.

Example, if I allow only those over age 18 to see a link or something I'd have to do something like:

if ($rec{'age'} > "17") {print qq| link goes here |;}
else {print qq|Restricted Access|;}

Sorry I couldn't be of more help.

Last edited by:

Watts: Apr 13, 2004, 3:58 PM

Edit Log: