Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi,

I have a portal with PDF files (SC container as unstored calc) on Layout A . How do I show the PDF from the Portal in a webviewer on the same layout A?

PS: I only know the basics of scripting...

Hey Ferdinand,

Take a look at this example/sample database that uses portals, SCGetContainer(), and web viewers together on the same layout (A). Hopefully it sheds some light on how to achieve your end result.

Hope this helps,

  • Author

Thanks ooparah,

I had already checked the demo file, but still do not understand which values I have to enter in the calc field WebViewerURL.

I tried the following, but it's not working:

SCGetInfo ("http://" & xxxxx::SC_setIP & ":8020/SuperContainer/Files/FMGalerie/Document/Doc/")

:getlost:

  • 2 weeks later...

I tried the following, but it's not working:

SCGetInfo ("http://" & xxxxx::SC_setIP & ":8020/SuperContainer/Files/FMGalerie/Document/Doc/")

Much too much entered here! The SCGetInfo() function (along with most SuperContainer functions) only requires that the "folderPath" be passed into the function. The folderPath is essentially everything after the "Files/" in the full URL. So, your call to SCGetInfo(), using the above example, would be similar to:

SCGetInfo( "FMGalerie/Document/Doc/" )

Simple and sweet. :-)

I hope this helps. I apologize for the delay in getting back to you... didn't see that you replied to this one until today.

P.s. Make sure that you have set your baseURL prior to calling any SC Companion functions

Good luck,

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.