Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi, i would display my script file (which is stored in a .qvs file) in a seperate Tab in my dashboard in a textbox.
Could anybody help me please?
thx,
Denise
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Something like this should work:
LOAD concat([@1:n], chr(10), recno()) as Script
FROM Path\YourQVS.qvs (fix, codepage is 1252);
- Marcus
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Something like this should work:
LOAD concat([@1:n], chr(10), recno()) as Script
FROM Path\YourQVS.qvs (fix, codepage is 1252);
- Marcus
 
					
				
		
it works  thanks a lot!
 thanks a lot!
