Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All
I have a Straight Table with Images user wants to export it locally the option Copy Image to Clipboard is not working in ajax,
Is there any Macro or any suggestions.
Thanks
Vamsi.
 petter
		
			petter
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Teach the users to use Snipping Tool in Windows ...
 
					
				
		
can u upload qqvw
 
					
				
		
under properties-> caption of table; see whether copy image to clipboard is checked or not
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
This option not working on web view.
Regards
 
					
				
		
I have attached the file.
 
					
				
		
i used this macro but its not working.
FUNCTION ExportObjectToJpg( ObjID, fName)
ActiveDocument.GetSheetObject(ObjID).ExportBitmapToFile fName
END FUNCTION
SUB CallExample
ExportObjectToJpg "CH01", "C:\CH01Image.jpg"
END SUB
 
					
				
		
hey, see its wrkng fr me:

 petter
		
			petter
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Teach the users to use Snipping Tool in Windows ...
 
					
				
		
It is working in Development UI
Not in Web view, IE
