OUI_Object_Export()
See also: OpenObjects API
Return to Introduction  Previous page  Next page

This function export an OpenObject fromt the database, giving you MivaScript code you can include directly in your module. It uses the format:

<MvFUNCTION NAME = "OUI_Object_Export" PARAMETERS = "code, output VAR" STANDARDOUTPUTLEVEL = "" ERROROUTPUTLEVEL = "syntax,expression">  

This function is called with the parameters:

·l.code      set to the object code  
·l.output   this is where the actual MivaScript code is returned  

The return value is either a 1 (success) or 0 (failure).


*** On compiled Merchant, your Vendor ID Block must be registered (via
OUI_Register_Vendor()
) before calling this function ***

 


Send feedback on this documentation.
© 2004 - 2000 Darren Ehlers & OpenUI Developer Consortium