Hello all,
I was ping with a task to convert some vba process to C#. I am fairly new to Accpac and how it works. I am on Accpac 6.0 and I've recorded a vba to create a PO. I've been reading this forum on learning how to convert vba to C# and I am stuck at these lines and hoping someone can help me convert to C#.
VBA:
POPOR1headerFields("VDCODE").Value = "200004"
POPOR1headerFields("PROCESSCMD").PutWithoutVerification ("1")
C#:
AccpacCOMAPI.AccpacViewField POPOR1headerFields;
POPOR1headerFields.....??????
Greatly Appreciated.
I was ping with a task to convert some vba process to C#. I am fairly new to Accpac and how it works. I am on Accpac 6.0 and I've recorded a vba to create a PO. I've been reading this forum on learning how to convert vba to C# and I am stuck at these lines and hoping someone can help me convert to C#.
VBA:
POPOR1headerFields("VDCODE").Value = "200004"
POPOR1headerFields("PROCESSCMD").PutWithoutVerification ("1")
C#:
AccpacCOMAPI.AccpacViewField POPOR1headerFields;
POPOR1headerFields.....??????
Greatly Appreciated.