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.

Horizontal scrollbar in a portal

Featured Replies

Is there a tip to create an horizontal scrollbar to a portal ?

In my CLIENT DB, I use this solution to give the illusion of sliding row in a portal that can contain max 5 fields (there is no room for more in this layout). But I need to have access to 9 fields

My first idea (and solution for the moment) is to duplicate the layout and modify the positions of fields in the portal.

Layout 1 shows Field N

If any of those fields in portal should be editable than I think you'll need to forgot about it, otherwise....

define aux calculated fields in your child DB like this:

slidingField1=GetField("Field"&gCounter)

slidingField2=GetField("Field"&gCounter+1)

slidingField3=GetField("Field"&gCounter+2)

...

...

slidingFieldn=GetField("Field"&gCounter+n-1) //this row doesn't contain any variable n it's only the way to express an recursive formula

Now from your master file simply change the value of gCounter.

Obviuosly this is an workaround only for text and numeric fields.

For date and time fields you should first perform Date/Time to Text transformation and, hence define more aux field for this purpouse.

Dj smirk.gif

  • Author

Sorry I cannot see what the value of gcounter could be ?

Could you be more explicit. Thanks

Use a tabbed interface to group fields and display them logically.

If the data in the fields is fairly uniform (same sizes), you can make each portal record two rows:

ID Field1 Field2 Field3 Field4

Field5 Field6 Field7 Field8 Field9

ID2 Field1 Field2 Field3 Field4

Field5 Field6 Field7 Field8 Field9

...

Suposing you have nominated fields in your child file in this manner:

Field1, field2, field3 ect.

Than setting value of gCounter to 2 would show fields field2 thru field6 for ex

setting it to 3 would show fields field3 thru field7 ect.

OK?

DJ

  • Author

I understand. Thank you.

While waiting, I tried another way.

I created a two lines header for the portal and tried to hide another portal with fields 5 to 8 background. I didn't find out how I can select the second portal to appear but there must be a way.

With a script go to field 6, I can see the field 6 from portal 1 appear clode to portal 2.

But as my fields siez aren't equal, I can't go anylonger in this way.

Surely your solution provides a real sliding field (more likely an horizontal scrollbar than mine). I'll try and tell you.

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.