RE: Populating Media Objects

Wayne_Ivory

Member
RE: Populating Media Objects

We are still trying to get this working. Solutions provided before seem to
be limited to 255 characters but we need to insert records with much more
text than that.

I found a reference in some of the C programs to a DLL function
JDEGTSaveGenText which looks like it may be of interest to us. Is there
somewhere such functions are documented?

TIA

Wayne Ivory
Information Services
Iluka Resources Limited
 
RE: Populating Media Objects

The limitation is 32000 characters for the text attachment. The API

ModifyGenericText will work:

Example:
ModifyGenericText("GT7602B", 0, &dsKeyText, pGenericTextNew);

Parm1 - Name of the Media Object GT structure.
Parm2 - 0
Parm3 - pointer to key datastructure.
Parm4 - String to store in GT.


Craig Welton
PatWel Group Inc.



---------- Original Message ----------------------------------
From: Wayne Ivory <[email protected]>
Reply-To: [email protected]
Date: Mon, 30 Oct 2000 19:13:35 -0800 (PST)

>We are still trying to get this working. Solutions provided before seem to
>be limited to 255 characters but we need to insert records with much more
>text than that.
>
>I found a reference in some of the C programs to a DLL function
>JDEGTSaveGenText which looks like it may be of interest to us. Is there
>somewhere such functions are documented?
>
>TIA
>
>Wayne Ivory
>Information Services
>Iluka Resources Limited
>
>
>
>
>
>--------------------------
>To view this thread, visit the JDEList forum at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=224
>*************************************************************
>This is the JDEList One World Developers Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************
>
>
 
Back
Top