Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

F98MODAT Download File - 9.2

edited Oct 23, 2017 2:28PM in Design Tools & Output Technologies - JDE1 (MOSC) 3 commentsAnswered ✓

Hi,

   I trying create business function to dowload file (PDF) from F98MODAT, I can download file in the directory but I think decoding is not correct. Somebody knows?

                 jdeBufferUncompress((BYTE **)&pData, &nDataSize, (const BYTE *)dsF98MODAT.zutxft.lpValue, dsF98MODAT.zutxft.lSize);

                jdeStrncpy(szFileName, (const JCHAR *)lpDS->szPathTo, DIM(szFileName) - 1);

                stream = jdeFopen(szFileName, _J("w"));

               jdeFwriteConvert(lpBhvrCom, (JCHAR *)dsF98MODAT.zutxft.lpValue, sizeof(JCHAR), dsF98MODAT.zutxft.lSize, stream);

               jdeFclose(stream);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center