Hello,
I have a procedure which inserts values into ICSHEH and ICSHED with ICSHEH.Fields("STATUS").Value = 1 (Entered).
After the line ICSHEH.Insert, I change the status to 2 (Posted) and update.
This code has been working fine when using Accpac 5.5, but as soon as the .update is executed in 5.6 I receive
Could anyone provide some assistance as to how to overcome this error in Accpac 5.6.
Thanks.
If at first you don't succeed, then sky diving wasn't meant for you!
I have a procedure which inserts values into ICSHEH and ICSHED with ICSHEH.Fields("STATUS").Value = 1 (Entered).
After the line ICSHEH.Insert, I change the status to 2 (Posted) and update.
This code has been working fine when using Accpac 5.5, but as soon as the .update is executed in 5.6 I receive
Code:
View IC0640. View call failed.
Could anyone provide some assistance as to how to overcome this error in Accpac 5.6.
Thanks.
If at first you don't succeed, then sky diving wasn't meant for you!