CarlosCarlos
7 years agoQrew Assistant Captain
DoSave button options?
There seems to be a lot of options when using custom buttons/javascript with onclick="DoSave()" functionality.
Does anyone have a "cheatsheet" regarding the different options there are, and how each works, and the parameters that may be included ?
onclick="DoSave()"
onclick="DoSaveAdd()"
onclick="GeditDoSave(dbid,true)" (no idea what the "true" is for here, for example)
(Question comes as I was trying to use a pop-up window with an &ifv of a record, to add a file attachment, as it provided a cleaner look for the user, but save functionality of DoSave doesn't attach the file, only saves the record).
Does anyone have a "cheatsheet" regarding the different options there are, and how each works, and the parameters that may be included ?
onclick="DoSave()"
onclick="DoSaveAdd()"
onclick="GeditDoSave(dbid,true)" (no idea what the "true" is for here, for example)
(Question comes as I was trying to use a pop-up window with an &ifv of a record, to add a file attachment, as it provided a cleaner look for the user, but save functionality of DoSave doesn't attach the file, only saves the record).