May 9, 200619 yr 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
May 9, 200619 yr 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).
Create an account or sign in to comment