Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4819 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Database is shared using FMPro 10. When accessing remote (outside network using FMP) Supercontainer webviewers do not show images. It is blank.

I'm assuming that is because the web address field setup in my container doesn't contain the address. I don't even know if this is supported.

How do I format the address to show images when remotely accessing outside the local network?

Here is the coding that works on the local network:

"http://"

& "10.0.1.200:8020/"

& "/SuperContainer/Files/"

& "Production01"

& "/" & Sales Orders::Invoice ID

& "?style=info+noupload"

Thanks

Posted

10.0.1.200 is an internal IP address. You will need to use an external IP address in order for people outside your network to be able to see your SuperContainer server.

You can also combine those lines into a single one if you want to cut down your breaks a bit!

"http://myexternalip:8020/SuperContainer/Files/Production01/" & Sales Orders::Invoice ID & "?style=info+noupload"

Posted

Great Smef. The combined solution is what I was looking for. Will give it a go.

  • 6 months later...
Posted

I've set the external ip, the same ip that we access the db from out of network, and still the supercontainer files do not show. Access to the db works fine. Just cannot see the files in sc. Only see blank white squares. Setting is exactly like your example except replaced myexternalip with the actual ip address.

"http://xx.xxx.xx.xxx:8020/SuperContainer/Files/Production01/" & Sales Orders::Invoice ID & "?style=info+noupload"

What am I missing?

  • 2 weeks later...
Posted

I am having the same problem trying to connect remotely, but I also have the same problem when I switch from Browse to Layout and back to Browse. The picture in the webviewer is gone when I come back to Browse mode.

Can anyone help me?

This topic is 4819 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.