Gossamer Forum
Home : Products : DBMan : Customization :

Trying to hide data until approved...

Quote Reply
Trying to hide data until approved...
I'm trying to set it up so that when a teacher enters their class it defaults to "hidden" so that if students typed in that class it would not show up. When the class is approved then it would be "visible" to everyone and work like normal.

Is this posible?

My idea is like this:

if ($rec{'View Status'} eq "0"){
#hide line
}else ($rec{'view Status'} eq "1"){
#show line
}

But I have no idea where to put it? Or if 'm even thinking right?
I would love all the help I can get.

Thanks,
brett : )
Subject Author Views Date
Thread Trying to hide data until approved... brettnet 1417 Nov 15, 1999, 8:41 AM
Post Re: Trying to hide data until approved...
lanerj 1306 Nov 15, 1999, 1:56 PM
Post Re: Trying to hide data until approved...
HJ 1315 Nov 18, 1999, 10:08 AM