Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mhmmd_srf
		
			mhmmd_srf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I am using Include function to load qvs. I am using below script:
$(Must_INCLUDE = ..\Data\AHPConfig.qvs);
The script is running with out any error. Though no file is not fetching.
We have an inline load in the qvs file.
Could any one please help me.
Thanks,
Sarif
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Must_Include will throw an error if AHPConfig.qvs is not found, so the file is being located.
Look in the script document log to see what script is being included and executed.
-Rob
 
					
				
		
 vishalgoud
		
			vishalgoud
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Must Include will not through any Error even if the file not found the mentioned location.
So check the file location once again, and your path should be like this.
$(include=..\..\..\03_Config\01_Scripts\Conf_LoadPaths.txt);
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Must_Include will throw an error if AHPConfig.qvs is not found, so the file is being located.
Look in the script document log to see what script is being included and executed.
-Rob
 
					
				
		
 sasiparupudi1
		
			sasiparupudi1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi two ways to debug
Use the debugging window put the break point on the line and step into the file to findout whats going on.
Second is to check your document log to see what would have happend.
third option is to copy the contents of the qvs file into your app ,put trace commands in it ,run it and use the log file to see what hsppend.
Hth
