====== Set_Dialog_Info function ====== ==== Description ==== Sets the information associated with a dialog box. ==== Syntax ==== //status// = **Set_Dialog_Info**(//dialogname//, //owner//, //inparam//, //ownparam//, //outparam//) ==== Parameters ==== The Set_Dialog_Info function has the following parameters. ^Parameter^Description^ |//Dialogname//|Specify a valid window identifier.| |//Owner//|The identifier for the owner window. Can be null if the dialog box exists.| |//Inparam//|Input parameter (passed to CREATE event).| |//Ownparam//|Parameter used by dialog box itself. Can be set using this function only.| |//Outparam//|Parameter used to pass result to calling process. Set by End_Dialog.| \\ \\ \\ Any delimiters except for @RM can be used as parameters. Status is true if block of parameters exists, otherwise false.| ==== See Also ==== [[get_dialog_info|Get_Dialog_Info()]] ** **