Jump to content
Server Maintenance This Week. ×

Paste into a Portal


PHP2005

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

Recommended Posts

Hi All,

I have a database which I have some of the field which I have a script which will cut and paste into a portal, but for some reason when I try to have the next record (First_Name2) at the next row, it is not doing what I want because it is replacing the first row. Any help will be appreciated.

Here is the script that I have:


Go To Portal Row [select;First]

Go To Field[Main::First_Name1]

Cut[select; Main::First_Name1]

Go To Field[Presenters::First_Name1]

Paste[select; Presenters::First_Name1]

Go To Portal Row[Next]

Go To Field[Main::First_Name2]

Cut[select; Main::First_Name2]

Go To Field[Presenters::First_Name2]

Paste[select; Presenters::First_Name2]

Thank you,

php2005

Link to comment
Share on other sites

Im a bit confused, why are the fieldnames different, assuming its the same portal, shouldn't they be the same?

Secondly, could you please clarify what you are trying to achieve with this, because a) there might be an easier way and : always always try and avoid using copy / cut where possible. Remember this actually adds things to the users clipboard (or mac os equivilant).

Link to comment
Share on other sites

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