Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello to all,
i want see who is the user logged in the server to make a selection in filter.
Do you know if exists something like a function?
Alfonso
 
					
				
		
 mukesh24
		
			mukesh24
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
u want on QV Access Point? when application access by user?
 
					
				
		
Hi,
yes i want see the user logged in on QV Access Point. For Example if is logged Alfonso i want filter the column USERNAME bby ALFONSO
 simospa
		
			simospa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, try with
OSUser()
you'll get the system username.
S.
 simospa
		
			simospa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In this case you have to use a Section Access.
S.
 
					
				
		
 mukesh24
		
			mukesh24
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi use following function
QVUSER()
 
					
				
		
coul be a solution... this not give the user name like Alfonso Gaizo but the request from the system for this user like
test\agaizo
 
					
				
		
Hi ,
Use OSUser() - will get system user name where server is located.
 simospa
		
			simospa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes, but you can build a decodification table:
|system_user_name|name_surname|
|test\agaizo|Alfonso Gaizo|
|test\jdoe|John Doe|
...
and use the field name_surname
S.
 Peter_Cammaert
		
			Peter_Cammaert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		And if you are into Visual Basic programming, you can write a macro that queries active directory for the FullName value that belongs to account test\agaizo.
