clicked


demopfc.pbl   >   w_resp_customer_search   >   cb_ok   >   clicked   

Full name w_resp_customer_search.cb_ok.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
i long
ll_row long[]
nb_row long

event clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Function		:	clicked
//
//	Arguments	:	
//
//	Returns		:	long [pbm_bnclicked]
//
//	Description	:
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision 	History			Author:	Novalys
//
//	Date			Version
//
//	06/07/2000		1.0   	Initial version
//
//////////////////////////////////////////////////////////////////////////////

long ll_row [], nb_row, i

dw_master.inv_rowselect.of_selectedcount ( ll_row )

IF upperbound (ll_row) < 0 then Return

nb_row = dw_master.object.id [ll_row[1]]

message.of_setdoubleparm (nb_row)

CloseWithReturn (Parent, nb_row)
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.closewithreturn systemfunctions
systemfunctions.upperbound systemfunctions
pfc_n_cst_dwsrv_rowselection.of_selectedcount pfc_n_cst_dwsrv_rowselection
pfc_n_msg.of_SetDoubleParm pfc_n_msg

     
Full name
w_resp_customer_search
demopfc

     
Name Scope
No Data