Jump to content

Land to a portal row into a TAB


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

Recommended Posts

Hi

there is no way to land (and highlight) a portal row into a TAB control, that contains more than one portal ?

I mean after a GTRR and come back.

It is simple to land to the right TAB...

but to land to the right ROW ?

Link to comment
Share on other sites

Hi,

Was just hammering this out a few day ago. I think I used

set variable $row= get(portalrownumber)

GTRR

Do your stuff here

go to field (your tab/portal specific field)

go to portal row ($row)

go to field (your tab/portal field again)

The trick was going to the field both before and after the portal row step. The logic being, go to field to select the tab and portal, go to the correct row, and go back to the field again for data entry in the row.

HTH

-Raz

Link to comment
Share on other sites

go to field (your tab/portal specific field)

go to field (my tab) is easy...

how do you manage the go to portal specific field?

The trick was going to the field both before and after the portal row step.

...this way the portal row never will be highlight :)

BTW: if your file works as I wish, can you send it to me ?

Link to comment
Share on other sites

...this way the portal row never will be highlight

Sorry! I was solving my problem (data entry) not yours (highlight). All you need is to get rid of the last go to field.

A portal specific field is just that: a field that is only in that portal on that layout (could be hidden or visible). It could be the same as the tab specific field, but I can not say without knowing the details.

Here is a simple example.

PortalRow.fp7.zip

Edited by Guest
added portal specific explanation
Link to comment
Share on other sites

Actually, your needs are pretty much the same, just a different approach to the layout. Since you are using different relationships for each portal, you do not need different fields, as go to field Portal1::Field1 will bring you to the portal in tab 1 and go to field Portal2::field1 will get you to the portal on the second tab.

I also changed it to a global variable, as you want the return script to run outside the confines of the initial script, and you do not need to specify the portal row number with the script parameter as that can be fetched from within the script.

See the tweaks I made to your file.

Cheers,

-Raz

TabEPortali.fp7.zip

Link to comment
Share on other sites

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