Click Trigger custom column script value lost after restart
Posted: 14 Jun 2020 18:26
For my first XYscript, I'm trying to set a persistent value in a custom column, as a timestamp (not the cma attributes). A custom column with Caption:step_date, Type:Script, Format:Date, Trigger:Click, and the script
::return <date dd.mm.yyyy hh:mm:ss>
works, but of course the resulting value is lost when I restart XYplorer. Can the value be kept without creating an external file?
I then tried to put that script in a user button and set the Custom Column type to Property, but I can't find out (help and forum) how to refer to (and set) this Custom Column property for the current list item...
I would much prefer the column script.
???
::return <date dd.mm.yyyy hh:mm:ss>
works, but of course the resulting value is lost when I restart XYplorer. Can the value be kept without creating an external file?
I then tried to put that script in a user button and set the Custom Column type to Property, but I can't find out (help and forum) how to refer to (and set) this Custom Column property for the current list item...
I would much prefer the column script.
???