We are working with two companys (let’s say A and B). If Company A (sales items) inputs an sales order, there is a button in the form to create a pruchase order in company A. Then it calls a report by url and hyperlink in company B (manufactor) to copy the sales order and re-calculate the prices. So far so good… now the problem: To update the form and subform i used the ondeactivate trigger of the button because the user sees the hyperlinked report and returns to navision of company A at the end of this report. So i’m shure that the report is complete when i get the focus back to the form where i startet. But calling “currform.update;” and a currform.“subform”.procedureToUpdateSubform doesnt work. I don’t get the actual datas which are changed by the hyperlink-report… any ideas? In the Subform, the records (canged by the report) are loaded as global variables in the ongetrecord trigger. Bye (Stefan);
Could you send me the objects with version info. I’ll take a look.
well… if you can run the report using currReport.RUNMODAL instead of hyperlink the program will stop until the report is finished… Regards,