dsooknanan
Technical User
Does anyone know the syntax for:
Open of form bmTrxInquiryZoom
I am using DEX 7.50 and I am trying to open a BOM Transaction Inquiry from a custom form. My script log indicates the syntax should be something like:
call Open of form bmTrxInquiryZoom, 0, Doc_Number, 0;
where Doc_Number is a string holding the Transaction number. The 3rd parameter is the problem as it is not accepting an Integer, I am getting a compile error:
Type incompatibility 'script Open Parameter #3'.
Open of form bmTrxInquiryZoom
I am using DEX 7.50 and I am trying to open a BOM Transaction Inquiry from a custom form. My script log indicates the syntax should be something like:
call Open of form bmTrxInquiryZoom, 0, Doc_Number, 0;
where Doc_Number is a string holding the Transaction number. The 3rd parameter is the problem as it is not accepting an Integer, I am getting a compile error:
Type incompatibility 'script Open Parameter #3'.