Tags in Reports

Mikey99

New Member
Can someone help me out, I'm trying to understand what the type of command

[FONT=r_ansi]{&APVORP01-P-TAG13}[/FONT]

means in MFG/PRO version EB2.1 program apvorp01.p

Thanks

Mike
 
Hi Mike

The Tags are use by QAD.

MFG/Pro standard has "only" World functionality. In order to add different pieces of programs, QAD makes use of TAGs. The additions are mentioned in cxcustom.i.

Reason for tags are:
- European accouting
- API modifications
- etc. etc..

You tag indicates that it is the 13th tag for program apvorp01.p.

When possible look in cxcustom.i and search the full text of the tag. It will either indicate a pre-processor statement, Progress code or a reference to an CX9999.i include file.

When a program does not respond when you have modified the report, use an empty cxcustom.i and compair your results

Greetings
W.Wulmsen
 
Back
Top