Hi,

I currently have a very simple report which lists some customers.
I have an address field.
Using the Microsoft Web Browser ActiveX, I want to show the address on Google Maps inside a report for each customer.
I got this working inside a form quite easily.
Now, I'm trying to do the same in a report because the point of this is to eventually be able to print a list of all the customers. The printing is important here.

In a form, in Xbasic, I can simply write something like that:

any_form:browser.activex.navigate(ComputedURL)

But inside a form, nothing happens. The ActiveX component will stay white.

I know that the "browser" variable won't work because there is one MS Browser ActiveX by customer in the report, so I guess the variable to access it must be a little different. I have no clue about this and I have been searching for hours now.

Thank you for your help,

Marc