API jdeGTAddUpdate_ImageKeyStr
I need to load AP check images (ex check45.tif) in a '.tif' format to our JDE E910 software. I've created a media object queue name on our IBM Iseries using P98MOQUE (ex ChkImage). I am attempting to do this using api 'jdeGTAddUpdate_ImageKeyStr'. I'm loading the api data structure MODATA with the queue name (ChkImage) and file name (check45.tif). I'm not loading the MODATA field PDATA and I'm getting a pointer error when I run my C business function. Should I be loading MODATA field PDATA? If so, with what should I load this field and what would the code look like to
0