Hi,
We can print the purchase orders in company 101 successfully. Then I created a new template for company 202. The template itself has no issue. The report layout has no issue either. But the problem is here: when the program rewrite the file, it always magically removed the Print from the file. Here is an example:
Original Baan report:
^JOB UPOBUYONLY_OTT -zJVFAXTCS -afxon -aduoff -ass5
^inline on
^define group:LINE_TEXT!FldUsed \page1.
^GLOBAL SUPP_ADDRESS
xxxxxxx
After it rewrite, it became:
^JOB UPOBUYONLY_OTT -z -afxon -aduoff -ass5
^inline on
^define group:LINE_TEXT!FldUsed \page1.
^GLOBAL SUPP_ADDRESS
Does any one has experience for that?
|