Previous Topic

Next Topic

Inhoudsopgave

Book Index

SilentStoredProcName Property

Property Property SilentStoredProcName: 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.

When assigning a custom stored procedure using the SilentStoredProcName property, the parameter settings of the system stored procedure are automatically copied to the custom stored procedure.

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.SilentStoredProcName = "new_proc_name"