E8.12 Media Objects

acemax

Member
I am on JDE 8.12 . Created a new form and trying to retrieve Media object text, using the GT1755 data structure.
Just for simplicity I entered the following code :
Media Object Structures(GT1755, <Default Media Object>, <Edit>, <First Text Item>, VA frm_Stat, "5458376", CL, <Null>)
So far not successful. Please let me know what I am doing wrong.
Thank you.
 
Would this work?
This is old code of mine getting the same MODSTR, saving it to VA frm_szMOText_TXPP and using the DOCO DCTO etc

Media Object Structures(GT1755, <Default Media Object>, <Get Text>, <Default Text Object>, VA frm_szMOText_TXPP, BC Document (Order No, Invoice, etc.) (F1755), BC Order Type (F1755), ...)
 
Back
Top