Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
1. I want to navigate one qvw file to another qvw file through the macro code? Is there any macro code for this.
2. I want to reload the application through the button click or after open the second file directly through the macro code from 1st file only.
This two point should work at access point.
I've developed my application as per desktop with above two points. But when i'm moving to the accesspoint it is not working.
Can any one help me on this.
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		by help of macro and button it is possible
take a button ->properties-> action->Launch-> give the application name
take a button ->properties-> action->add->external->run macro and write macro to reload the application
for
macro to reload use api guide
search for api guide
window -> start-> search-> api guide.qvw
 
					
				
		
Hi Sunil,
I've code to reload the application but it is not working at access point and one more thing is i want to navigate from one file to another file through the macro code only. B'coz i'm creating different number of variables in second file and assigning the values for that varaibles with help of macroc code in first file itself. In this macro code itself i've created code to navigate to another file in my application.
All the above things are working fine for me at desktop. But not at accesspoint?
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		actually your proplem is macro not working on access point.
search in community for help
 
					
				
		
My macro code is working fine for other things at access point. Only the above two functionalities are not working.
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		while running is it showing any error?
 
					
				
		
No errror..
