Newbies sromley Posted February 4, 2001 Newbies Posted February 4, 2001 I'm trying to use this command in a [fmp-portal] setup to create a link to the related database found in the portal. The instructions were sent to me by another helpful forums member. Now, I would think in order for the link to work, it would have to reference the child database. But it appears that the [fmp-linkrecid] command is returning the parent database as the -db parameter. Here is what I am doing. [FMP-Portal: StudentInformation] <a href="[FMP-linkrecid: format=db2.html, layout=RegisteredCourses]">[FMP-Field:StudentInformation::StudID]</a> [FMP-Field: StudentInformation::SLastName]<BR>[/fmp-portal] The portal is located in a layout in the database CustomerSupportReps.fp3 The data in the portal comes from the database StudentInformation.fp3. I was hoping the linrecid command would return the portal database StudentInformation.fp3. Instead, I get the CustomerSupportReps.fp3 database instead. Any Ideas? I need to get this database up and running really soon, so any help would be appreciated. Thanks steve
Newbies sromley Posted February 4, 2001 Author Newbies Posted February 4, 2001 Follow up-here is the formatted link that is returned for the a href code <a href="FMPro?-db=customersupportreps.fp3&-format=db2.html&-lay=registeredcourses&CSRid=1000&-max=2147483647&-recid=1&-find=">
Newbies sromley Posted February 4, 2001 Author Newbies Posted February 4, 2001 One more thing! The "registeredcourses" is a layout in the "StudentInformation.fp3" database. I get this error message when I click on the link Unable to process your request because the layout "registeredcourses" could not be accessed. Click the Back button on your browser to return to the view you were working on. I hope thats it
Keith M. Davie Posted February 6, 2001 Posted February 6, 2001 "...here is the formatted link that is returned for the a href code <a href="FMPro?-db=customersupportreps.fp3&-format=db2.html&-lay=registeredcourses&CSRid=1000&-max=2147483647&-recid=1&-find=">" and "One more thing! The "registeredcourses" is a layout in the "StudentInformation.fp3" database." Then your link should be accessing "-db=StudentInformation.fp3" Peace Keith M. Davie [This message has been edited by Keith M. Davie (edited February 05, 2001).]
Recommended Posts
This topic is 8760 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