Hi Guys,
SC Version:[SIZE=12px]8.1.065[/SIZE]
I have a master / detail form. I would like to give users the option to duplicate a record in this master / detail form; I have therefore created a button which links to a control app. The control app then inserts a new record into the master table and inserts new record(s) into the detail table. This all works fine…
The problem that I have is that when the control app redirects back to the master / detail form I’m not seeing my new data (The data is there as I can see it in the MySQL Workbench). The only way that I can get the new rows to show up is by exiting the master / detail form and loading it again!
I have tried using sc_redir(), sc_exit(ref) and sc_exit(sel) and am calling sc_commit_trans() right before the redirect. Does anybody have any ideas? I’m using InnoDB BTW.
Mike