Tag

peke

New Member
Hello,

I need write a program custom for sosomt.p, and i want to use tag of that program.
It is posible to know what tag are in use?

Thanks a lot,

Maritza.

Sorry for my english :(
 
Thanks for your answer.

Well, some standar program has a tag, like this:
{&programname-P-TAG1}

This tag could be use to add our customs... like an include...
Is possible to do this, if you modify the cxcustom.i like this:

&GLOBAL-DEFINE programname-P-TAG1 {nameinclude.i}

Then, in the include we can add our customs...

Thanks.

Maritza.
 
fine ,you can get the reference from Euro Accounting module
like :
in .i file
&IF "{1}" = "ADTXFORM.I" &THEN
&GLOBAL-DEFINE ADTXFORM-I-TAG1 &IF FALSE &THEN
&GLOBAL-DEFINE ADTXFORM-I-TAG2 &ENDIF ~{cx0167.i &2=~{2~} ~}
&ELSEIF.....

in .p file
.....
{&ADTXFORM-I-TAG1}
......


Thanks for your answer.
Well, some standar program has a tag, like this:
{&programname-P-TAG1}

This tag could be use to add our customs... like an include...
Is possible to do this, if you modify the cxcustom.i like this:

&GLOBAL-DEFINE programname-P-TAG1 {nameinclude.i}

Then, in the include we can add our customs...

Thanks.

Maritza.
 
Back
Top