March 18, 200421 yr What I am trying to do is to move lots of info into a portal using a script. I have about 90 lines and for each line I want to make a new record via a portal, so i can create some reports in another database. I wrote a few lines in my script..Surmized..copy field 1 row 1;paste field 1 row 1, and it goes to the right fields in the portal. Now when i go to copy the second line (the portal does allow creation of records), it pastes it over the first record. I Tried using the, goto portal row (next), but that works like firetruck without water! Thanx think [outside the box] Version: v6.x Platform: Windows 2000
March 18, 200421 yr Is your relationship setup to allow the creation of related records? Why don't you use set field reather than copy and paste? Go to field then to portal row may help.
March 25, 200421 yr If you are using multiple fields, the copy and paste function will not work, because the action of the database is like switching to the related one, which will always focus the cursor in the first field (or wherever you specified the tab order). How did you want to create these records. Are you just populating a new database (one time thing for the first time?), or is this dynamic where you will have to do this continuously? Also, how are you creating the related records? Like Ralph said, you might be able to set field based on a calc if that applies to you.
Create an account or sign in to comment