clicked


vg_security.pbl   >   vg_w_select_profile   >   pb_ok   >   clicked   

Full name vg_w_select_profile.pb_ok.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
i_ligne int
s_id string

event clicked;/*_____________________________________________________________________________
Description	:	Gets the selected profile and returns it.
Comment		:	The id of the selected profile should be stored in message.stringparm.
Historique	:	
					V7.50 - HC - 06/06/2000 - Initial version.
_____________________________________________________________________________*/

string s_id
int i_ligne

i_ligne = dw_profile.getrow()
IF i_ligne < 1 THEN return

s_id = string (dw_profile.getitemnumber(i_ligne,"id"))

closewithreturn(parent,s_id)

end event

     
Name Owner
vg_w_select_profile.dw_profile.doubleclicked dw_profile

     
Name Owner
datawindow.getitemnumber datawindow
datawindow.getrow datawindow
systemfunctions.closewithreturn systemfunctions
systemfunctions.string systemfunctions

     
Full name
vg_w_select_profile

     
Name Scope
No Data