Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macola 10 - VBA / Flexibility question

Status
Not open for further replies.

ActiveRad

Programmer
Aug 14, 2018
3
0
0
US
We need to take an excel sheet that has our part number qty and Location in it. We want to create a Transfer with this information. What is the correct process for getting the next document number in macola?

Is this the same process for generating an Order/Invoice Number?

There doesn't seem to be very much information out there regarding flex code or using the subs/functions in macola dlls (if we even can)


Thank you
 
What version of Macola do you have? Some versions support the API, and some don't. You may or may not own the API license either.

The document number is the imctlfil_sql.next_doc_no. Keep in mind the not only will this field need to be incremented, there are at a minimum 3 more tables that need to be updated. If the item is seral/lot/bin controlled, that number rises to about 10 tables. There are different rules if you are using average cost vs standard cost, etc.

It is not nearly the same as the next order/invoice number.

If you own Wisys, this is 30 minute project and you don't even need know how to program beyond a simple SQL select statement.

Software Training, Implementation, Programming and Support for Macola Progression, Macola ES, Macola 10, Synergy, and Crystal Reports.
Check out our Macola tools:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top