Hello all,
I would like to bypass the default update for a datawindow when calling PFC_Update.
I understand that sqlpreview essentially intercepts sql including 'inserts' before they are executed against the datawindow. I want to perform my own actions (an insert in this case) with custom logic and never trigger an insert on the table selected in the update properties of the datawindow.
Can anyone provide some guidance or ideas on how to do this?
Thank you.