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

Horizontal Portal


Leather Knight

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

Recommended Posts

Firstly .. Happy Birthday!!

There are various techniques (do a search), but they are all workarounds -> So the answer is, if you want to save yourself a headache, find a way around using a horizontal portal.

Link to comment
Share on other sites

Thanks Guys! Yeah, I am looking around the portal thing. I have a db of investigation pictures I want to have shown by case number in the investigation db. A portal is perfect, it is just a "space" issue in the investigations db. Vertical is not working well, so I am trying to make it in a horizontal with scroll bar. I will keep looking... Thanks again!!

Link to comment
Share on other sites

Well you could have a left / right arrow that sets a variable via script e.g:

Let( $$currentItem = if( $$currentItem > 1 ;$$currentItem - 1 ; $$currentItem ) ; "" )

Let( $$currentItem = if( $$currentItem < count(Related::IDField) ; $$currentItem + 1 ; $currentItem) ; "" )

Finally, for your display field:

GetNthRecord(YourRelatedImageField ; $$currentItem )

Rather than using a variable, you could (and probably should) use a field for a specific record.

Link to comment
Share on other sites

This topic is 6091 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.