I mean that the records are lining up in a backward order after insertion, the first inserted record went to the last in the Journal entry list, and the last inserted record went to the first position on the Journal entry list. how can I make it listed as the order I insert them?
We call that reverse order
The insertion order depends on your code, post a code snippet of how you create and insert the detail records.
Also say what Accpac version you working with.
Also does "GLBATCH1detail1.RecordCreate 0" act the same function as " GLBATCH1detail1.RecordCreate(AccpacCOMAPI.tagViewRecordCreateEnum.VIEW_RECORD_CREATE_NOINSERT);"?
The type of TRANSNBR is char and I converted it to Int in my code. so this why it did not work. Now I define "transnum" as type of string, then it is working.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.