Hi,
It should be possible if you create a script with simple sendkeys commands. Something like - activate report/select all/copy, open/activate Paint, paste, save as, close. Repeat as many times as the number of tables/reports you are copying.
I have tried it here - it works to a point, but...
Hi, I think I have something for you.
You can create a simple BObjects script that can be edited once placed on a user's PC. That is - you create a scipt like this:
================
Sub Main
Dim myDoc As BODocument
Set myDoc = Application.Documents.Open ("ReportName")
'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.