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

This function creates an OpenSet in the database. It uses the format:

<MvFUNCTION NAME = "OUI_ObjectSet_Create" PARAMETERS = "code, theme, notes, flags, objects, properties" STANDARDOUTPUTLEVEL = "" ERROROUTPUTLEVEL = "syntax,expression">  

This function is called with the parameters:

·l.code      set to the set code  
·l.theme   set to the theme's ID #  
·l.notes      set to some module-defined text notes  
·l.flags      defines the flags string for this set  
·l.objects   this is a comma-delimited string of default/generic object names, followed by a colon and the specific object name.  
·l.properties   (reserved for future use)  

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