QR On Report
		0
		Dears, Is there's away to display dynamic QR code into mendix report ? as im using QR Code widgets but its only available into pages not reports
		asked
			
		
		Emad Abdrabbo
		2 answers
		
	0
	
	- Add an image-entity
 
	- Add a Java-Action with parameter 'url' or the text the QR should contain and an image-object
 
	- Add a java library in your user lib like zxing
 
	- implement the correct QR Code imaging and copy the image in the imageobject
 
	- Print the image in the document
 
 
	answered
		
	
	Chris de Gelder
 
	0
	
	answered
		
	
	Pim van der Noll