Hi All,
I use create / update timestamps on most of my tables.
I don’t mind displaying the timestamp values, but for updates and adds I have no interest in them being present.
I am using a grid for listing of the records which shows the timestamps.
When I go to the Add form how do I hide those columns?
Also, how do I default the current timestamp for the insert. I am using PostgrSQL and I know as part of the SQL I can pass the value of “current_timestamp” and all is good. I am just struggling to figure this out.
Is there a sample project somewhere that does this that I can use to guide me?
Thanks,
Craig