NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on March 29, 2014, 06:20:21 AM
		
			
			- 
				Hi,
Compiling my app with RightReports generates a error in Procedure 'RightReportsWebPrintOptions' on the line:
 packet = clip(packet) & p_web.CreateOption(ThisPrinter.PriSortQ.SortDescription,ThisPrinter.PriSortQ.SortDescription,0,clip(loc:rowstyle),,)
I changed the variable 'packet' to 'pkt' as read in the upgrade documentation, but no effect.
Regards,
Bram
			 
			
			- 
				From the upgrade documentation shouldn't the line read 
packet.append(p_web.CreateOption(ThisPrinter.PriSortQ.SortDescription,ThisPrinter.PriSortQ.SortDescription,0,clip(loc:rowstyle),,))
			 
			
			- 
				Hi Terry,
I tried this but gives also an compile error.
Thanks.
Bram
			 
			
			- 
				I have made a RightReports 1.94 build, which I'll upload shortly, which generates this code more correctly.
cheers
Bruce
			 
			
			- 
				Hi Bruce,
I installed RightReports 1.94 and compiling the app went well.
Thanks.
Bram