Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: form ::

interface XDatabaseParameterListener

Base Interface
com::sun::star::lang::XEventListener

Description
this event is posted if an execution of a parameterized SQL statement needs the values for the parameters.
See also
com::sun::star::form::component::DatabaseForm


Methods' Summary

approveParameter is invoked before execution of a parameterized SQL statement.

Methods' Details

approveParameter
 
boolean
approveParameter(
[ in ] com::sun::star::form::DatabaseParameterEvent aEvent );

Description
is invoked before execution of a parameterized SQL statement.
Parameter aEvent
the event happend.
Returns
true when the parameter is valid.
See also
com::sun::star::form::DatabaseParameterEvent

Top of Page