of_SetUseridAndPassword


pfcmain.pbl   >   pfc_n_tr   >   of_SetUseridAndPassword   

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

Name Datatype
No Data

Name Datatype
No Data

public subroutine of_SetUseridAndPassword (string as_userid, string as_password);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_SetUseridAndPassword
//	Arguments:		as_UserId: 		 	User's Login Id
//						as_PassWord:  		User's Login password
//	Returns:  		None
//	Description:	Sets the property values of the transaction
//						object for UserId and DBPass
//////////////////////////////////////////////////////////////////////////////
//	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.UserID = as_UserId
// Set Log Password
this.DBPass = as_PassWord
end subroutine

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data