Forum Discussion
MCFNeil
8 years agoQrew Captain
Typically the API_Purge is used to delete a record and all its children and all its grandchildren. In order to define which tables/relationship records to purge you have to define that within a code page. I've never used the purge without a code page to define the variables.
Its not something I'd want to put in a button.
No if you are trying to make a single delete button to clear a single record... that is an appropriate button code.
"javascript:DoDelete(\"Record\", gReqDBID,"&[Record ID#]&")
Its not something I'd want to put in a button.
No if you are trying to make a single delete button to clear a single record... that is an appropriate button code.
"javascript:DoDelete(\"Record\", gReqDBID,"&[Record ID#]&")