can you DLIST a V type in UD to see how it's compiled?
________________________________
From: charles_shaf...@ntn-bower.com
Sent: 03-May-12 5:13
To: u2-users@listserver.u2ug.org
Subject: [U2] Attribute Problem

Hi.  I think I have finally gone insane.

I am having a problem with the attribute MATL.AMT.  It calculates the
extended amount on hand by taking the frozen material cost times the on
hand amount.

The problem is when I use F_MATL for the frozen material cost, MATL.AMT is
good.  When I use F-MATL for the frozen material cost, it returns 0
everytime.

F_MATL and F-MATL are identical and if you list them both work fine.  But
when they are used in the calculation F_MATL works, but F-MATL. doesn't.
Can anyone see what the problem is?

******************************************
:AE DICT INVENTORY-LOCATION_18 MATL.AMT
Top of "MATL.AMT" in "DICT INVENTORY-LOCATION_18", 6 lines, 43 characters.
*--: P
001: V
002: ON.HAND * F-MATL
003: MR25,
004: MATERIAL.AMT
005: 13R
006: S
Bottom.

******************************************
:AE DICT INVENTORY-LOCATION_18 F_MATL
Top of "F_MATL" in "DICT INVENTORY-LOCATION_18", 6 lines, 93 characters.
*--: P
001: V
002: @ID; OCONV(@ID, "G0*1"); OCONV(@2, "TINVENTORY-MASTER*18;X;66;66")
003: MD5,
004: MATERIAL/UNIT
005: 13R
006: S
Bottom.

*******************************************
:AE DICT INVENTORY-LOCATION_18 F-MATL
Top of "F-MATL" in "DICT INVENTORY-LOCATION_18", 6 lines, 93 characters.
*--: P
001: V
002: @ID; OCONV(@ID, "G0*1"); OCONV(@2, "TINVENTORY-MASTER*18;X;66;66")
003: MD5,
004: MATERIAL/UNIT
005: 13R
006: S
Bottom.




Charles Shaffer
Senior Analyst
NTN-Bower Corporation
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to