So I take it there's nothing inside CFA_Container to deal with inactive
content?
Jason Powers
-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 3:00 PM
To: Spectra-Talk
Subject: RE: Question about containers
One simple solution, add a SoftDelete property. Default it to 0. Check for
the value in your display handler. If it's 1, don't show anything. This
would allow you to keep the object in the container but temporarily stop
displaying it.
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Jason Powers [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 14, 2001 1:06 PM
> To: Spectra-Talk
> Subject: Question about containers
>
>
> I'm banging my head against a wall here trying to figure out a workaround
> for a publishing problem. I'm manually publishing content into a
> container,
> and I want to do a soft delete of that content and have it simply stop
> showing up in the container. I don't want to have to remove it from the
> container, only to possibly have to republish it in that same container
> later. Currently I'm setting the active bit to 0, and the
> archive bit to 1
> to eliminate it, but the container seems to throw errors. My
> ideal solution
> would be to be able to do something LIKE that, without the
> errors(obviously). Any ideas?
>
> Jason Powers
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.