pfc_mruprocess


demopfc.pbl   >   w_sheet_employee   >   pfc_mruprocess   

Full name w_sheet_employee.pfc_mruprocess
Access public
Extend of integer
Return value integer
Prototype event integer pfc_mruprocess(integer)

Name Datatype
No Data

Name Datatype
lnv_mruattrib n_cst_mruattrib
lw_window w_sheet_employee

event type integer pfc_mruprocess(integer ai_row);call super::pfc_mruprocess;//////////////////////////////////////////////////////////////////////////////
//
//	Function		:	pfc_mruprocess
//
//	Arguments	:	integer ai_row	
//
//	Returns		:	integer
//
//	Description	:	Open the Most Recent Use 
//
// Subject     :  Version2,employee
//
//////////////////////////////////////////////////////////////////////////////

w_sheet_employee 	lw_window
n_cst_mruattrib 	lnv_mruattrib

// Check parameters.

IF IsNull(ai_row) or NOT IsValid(gnv_app.inv_mru) THEN
  Return -1
END IF

// Retrieve row from DataStore.

gnv_app.inv_mru.of_GetItem  (ai_row, lnv_mruattrib)

message.of_setdoubleparm (long(lnv_mruattrib.is_menuitemkey))

OpenSheet(lw_window, lnv_mruattrib.is_classname, This.parentwindow(), 0,Original!)

Return 1
end event

     
Name Owner
No Data

     
Name Owner
window.parentwindow window
systemfunctions.isnull systemfunctions
systemfunctions.isvalid systemfunctions
systemfunctions.long systemfunctions
systemfunctions.opensheet systemfunctions
pfc_n_cst_mru.of_getitem pfc_n_cst_mru
pfc_n_msg.of_SetDoubleParm pfc_n_msg
pfc_w_master.pfc_mruprocess pfc_w_master

     
Full name
demopfc

     
Name Scope
No Data