grumbachr Posted June 15, 2004 Posted June 15, 2004 I have a portal that is showing me the related records that I have requested from specific table/s. Each portal row shows me three things, a User_Name, Object_ID, and Object_Description. I need to be able to create a new record in a different table based on the Object_ID or the portal row that is selected. I've tried a few things with the Get(PortalRowNumber) function. Like using the row number to fill in the contents field that show the Object_ID of the row selected, but either i don't know how to get that to happen or it doesn't work. I am not sure if I'm even going down the right path with that Get function. Any help would be greatly appreciated. grumbachr
-Queue- Posted June 15, 2004 Posted June 15, 2004 Put a button in the first portal row attached to a script Set Field [tableA::gID, rel::Object_ID] That is, set a global in the current table with the related Object_ID when you click the button. Then continue the script to go to a layout associated the desired TO, create a new record, and set it with the global from tableA.
Recommended Posts
This topic is 7467 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