Hi,
Using C# dot net to retrieve data from accpac ERP system using the COMAPI objects. There is no problem retrieving these views individually AR0032 etc. Filtering and get a result set has been successful so far.
OpenView
FilterSelect
Browse...
Just wondering how to get information from two different views at the same time. View 1 is holding header information and View 2 holding detail information, i.e. AR0044 and AR0042. Is there a way to open one of these views - scroll to a row and automatically fetch the equivalent/matching row in the detail view. Get the result out quickly.
Just wondering if there is a way to join accpac views - like SQL base tables can be joined together.
Thanks
Using C# dot net to retrieve data from accpac ERP system using the COMAPI objects. There is no problem retrieving these views individually AR0032 etc. Filtering and get a result set has been successful so far.
OpenView
FilterSelect
Browse...
Just wondering how to get information from two different views at the same time. View 1 is holding header information and View 2 holding detail information, i.e. AR0044 and AR0042. Is there a way to open one of these views - scroll to a row and automatically fetch the equivalent/matching row in the detail view. Get the result out quickly.
Just wondering if there is a way to join accpac views - like SQL base tables can be joined together.
Thanks