PHP2005 Posted May 9, 2006 Posted May 9, 2006 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
Genx Posted May 9, 2006 Posted May 9, 2006 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).
Recommended Posts
This topic is 6773 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 accountSign in
Already have an account? Sign in here.
Sign In Now