of_SetLogidAndPassword


pfcmain.pbl   >   pfc_n_tr   >   of_SetLogidAndPassword   

Full name pfc_n_tr.of_SetLogidAndPassword
Access public
Extend of
Return value
Prototype public subroutine of_SetLogidAndPassword(string,string)

Name Datatype
No Data

Name Datatype
No Data

public subroutine of_SetLogidAndPassword (string as_loginid, string as_logpassword);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_SetLogidAndPassword
//	Arguments:		as_LoginId: 		 	User's Login Id

//						as_LogPassWord:  		User's Login password
//	Returns:  		None
//	Description:	Sets the property values of the transaction
//						object for LogID and LogPass
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						7.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.  Any distribution of the 
// PowerBuilder Foundation Classes (PFC) source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//////////////////////////////////////////////////////////////////////////////
// Set Login ID
this.LogID = as_LoginId
// Set Log Password
this.LogPass = as_LogPassWord
end subroutine

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data