I'm new to ACCPAC programming but I've been working off of examples I've found and I've been having success entering orders into ACCPAC through an external program (.NET) by using the ACCPAC .NET libraries.
The problem I am having deals with performance. I'm trying to verify the existence of an order. What is the fastest way to check if an order exists? Also, if I need to position to this order to modify information on it, what's the fastest way to do this? I think it's a combination of .Fetch, .Browse and .Order.
BTW, I've done a lookup through ACCPAC's UI and recorded a macro, but it didn't really clear things up for me.
The problem I am having deals with performance. I'm trying to verify the existence of an order. What is the fastest way to check if an order exists? Also, if I need to position to this order to modify information on it, what's the fastest way to do this? I think it's a combination of .Fetch, .Browse and .Order.
BTW, I've done a lookup through ACCPAC's UI and recorded a macro, but it didn't really clear things up for me.