Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8760 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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
Posted

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
Posted

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

Posted

"...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).]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.