Skip to content

Set_Item

Sets or changes the attributes of a simple item in a buffer. This procedure should only be used when all three attributes are changed. If any of the arguments are NULL the corresponding item attribute will be set to NULL.

Note. It is the calling applications responsibility to format the data according to Foundation1 standards.

PROCEDURE Set_Item (  
   item _   IN type_item_,  
   value_   IN type_value_,  
   typ_     IN type_typ_,  
   status_  IN type_status_ )  

PROCEDURE Set_Item (  
   item _      IN type_item_,  
   clob_value_ IN type_clob_value_,  
   typ_        IN type_typ_,  
   status_     IN type_status_ )  

PROCEDURE Set_Blob_Item (  
   item _      IN type_item_,  
   blob_value_ IN type_blob_value_,  
   typ_        IN type_typ_,  
   status_     IN type_status_ )  

PROCEDURE Set_Clob_Item (  
   item _      IN type_item_,  
   clob_value_ IN type_clob_value_,  
   typ_        IN type_typ_,  
   status_     IN type_status_ )

Parameters

item_

value_, blob_value_, clob_value_
Item value.

typ_
Item type is any Foundation1 data type.

status_
Item status.