Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I would like my application always starts at the first tab. Even if I closed a tab other than the first.
How to do this?
Thanks
.png) 
					
				
		
 Miguel_Angel_Ba
		
			Miguel_Angel_BaHello Yimen,
Set an Action in your Document Properties, Triggers, OnOpen, Layout, Activate Sheet.
Take into account that OnOpen macros may not work (they actually don't for me) when opening on other than the Desktop.
Hope that helps.
 
					
				
		
 peter_turner
		
			peter_turner
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Yimen,
Another quick way is to save your project on the first screen.
When the project is opened, QV displays the screen that was displaying when the project was saved.
Usefull when the projects on a QV web server as it will allways open on the same page for you.
Regards,
Peter.
 
					
				
		
Save the document using QV desktop with the first tab activated. And whenever you open the document using browser, it will start with first tab
 
					
				
		
Peter you beat me to it. 🙂
 
					
				
		
I noticed in QV 10 (not sure on other version), if you are accessing tab 2, then close the browser and then open the same document, QV will give you the same view (tab 2). Not sure if this is related to session recovery.
 
					
				
		
 
					
				
		
Hi Yimen,
Check this option using triggers in V9.0 sr4
Settings -> Document Properties -> Triggers Tab -> select on Open -> Add Action -> Add -> Select Layout under Action Type -> select Activate sheet -> ok -> Sheet Id ( Specify the sheet id which want to be the first when opening application )
It works fine for me .
