Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi all,
I have a requirement in which i have to include the column from other qvw. Any other way to do so apart from Binary load.??Also binary load is also not working can any one help me in this.Please check the logs and snapsot of Binary load
 
					
				
		
 prieper
		
			prieper
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear Yusuuf,
this is not correct!
The Section Access can be placed anywhere in the script.
Only restriction is that Binary Load must be the first command. If you wish to have the section access in a hidden tab, then the Binary still needs to be the first command inside the hidden tab.
Peter
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		"so binary load is also not working can any one help me in this"
Can you post a screenshot of the Error Message?
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think you have a hidden script in your QVW,
You must place the Binary load statement in that hidden script.
Remember Binary load has to be the very first line
 
					
				
		
hi Vineeth  i am getting this error now and binary load image is already inserted.Can you help me in this
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check your load scripts
Conditions for the Binary Load Statement
1. Binary Load statement should be places on the top of the SET variable expression in QVW script.
Ex:- Binary C:\SalesApp.qvw;
2. Check your Exit Script statement will it be on right place or not.
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If reading the LOG you have error on the line 0591 with again you are using Binary Load. You have to place it before SET expression.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you simply need a small part of the other model's data, I would create a qvd containing the relevant information when loading the source model. Then this model would simply read the qvd in the normal way.
 
					
				
		
 vinieme12
		
			vinieme12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I was asking for the script load progress dialog screenshot.
anyways few things to note
1) Binary load has to be the very first line
2) You can only have one Binary Load in a QVW
if you are clear of these two things there will be no errors
 
					
				
		
 omkarvamsi
		
			omkarvamsi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		binary load will not work for the app when the "prohibit binary load " option is enabled in the application which is to be binary loaded into another.
check for the option in document settings->opening->prohibit binary load
 
					
				
		
 afsarshaikh
		
			afsarshaikh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I hope you have placed Binary statement at very beginning in the script editor. If not then, place it before the very beginning of any other statement.
Secondly, Could you please rename your [model - speicher analyse.qvw] without any space like [model_speicher_analyse.qvw] and try again?
Binary 
