Guest
I am using Connector via Delphi to create Stores Sales Requisitions. When I get to item 3 on the second MSM14BA screen, I execute the command:
gobjMIMSX.Screen.MSO.Commands.Item('OK').Execute;
and then I may get a Warning message - Total Value Requires Authoristion. If I OK this with the command:
gobjMIMSX.Screen.MSO.Commands.Item('OK').Execute;
The requisition is created.
If I do the same actions manually via the MSO screens the second OK does not complete the req, but allows me to put item 4 on the same screen.
What am I doing wrong. Should the Warning messages be answered with an OK? OR with some other command?
gobjMIMSX.Screen.MSO.Commands.Item('OK').Execute;
and then I may get a Warning message - Total Value Requires Authoristion. If I OK this with the command:
gobjMIMSX.Screen.MSO.Commands.Item('OK').Execute;
The requisition is created.
If I do the same actions manually via the MSO screens the second OK does not complete the req, but allows me to put item 4 on the same screen.
What am I doing wrong. Should the Warning messages be answered with an OK? OR with some other command?