Property StoredProcName: String
Description
Sets the StoredProcName property of a process screen.
Remarks
When assigning a custom stored procedure using the StoredProcName property, the default parameter settings of the system stored procedure will be lost.
To prevent the loss of the default parameter settings, use the SilentStoredProcName property instead of the StoredProcName property.
It still may be necessary to modify the parameter settings for the stored procedure. For more information on changing the parameter settings of the stored procedure, see the Params Object and Param object.
Code Snippet
frm0130.dmIsahProcess.spProcess.StoredProcName = "new_proc_name
"