Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
SilentBob'secretfusion #1
cfgrid and cfgridupdate... archieving changes
Hi,
I am attempting to use the very cool cfgrid command for the first time.
However, my problem is the following:
I want to archieve all changes. For example, if a user edits a first name, I
want that entire row archieved, so if it was a screw up, we can go back and
check the data. Any suggestions how and if this can be done. It appears that
the cfupdate will update the table and no archieve is made of the old table.
Thanks.
SilentBob'secretfusion Guest
-
cfgrid / cfgridupdate error with an invalid datatype
I have a problem using cfgrid. I'm getting the following error message: ?Error casting an object of type to an incompatible type. This usually... -
What use is cfgridupdate?
Is there any practical use for cfgridupdate, since there is no way to validate any changes made in the grid. Or have I missed something? Doug -
cfgrid / cfgridupdate problems
I've got a simple query to a MS Access 2003 database. I want to be able to edit records using cfgrid. I am able to delete records without problem.... -
CFMX 7 cfgrid / cfgridupdate help
I can't seem to get CFMX 7's Flash cfgrid / cfgripdupdate combination to work. Maybe I just don't understand how it's supposed to work, but I... -
CFGRID/cfgridupdate code needed
.. I would like to make a grid in flash format that will display records from a sql server table and let the users update rows and update the... -
SilentBob'secretfusion #2
Re: cfgrid and cfgridupdate... archieving changes
I guess I could place a trigger on the data base side to archieve changes.
However, I could I get the information on the user? Perhaps, what I could do
is execute the trigger when the cfgridupdate is run. Then after the
cfrgridupdate, insert into the table the userid. Hmmm.
I am just wondering how I am going to sync these trigger table with the userid
who made the change. Any ideas?
SilentBob'secretfusion Guest



Reply With Quote

