Jump to content

What does this URL do?


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

Recommended Posts

If you break up the URL, it's very easy to understand.

h@@p://xxx.se/lediga/

FMPro?

This tells FMPro action should be executed by it

-db=lediga.fp3

This is the database being used

&-format=record%5fdetail.htm

This is the HTML file used to show the results (record_detail.htm)

&-lay=layout%201

This is the layout in lediga.fp3 being used to process this action. That is, "layout 1". I would suggest that you remove the space in the layout name.

&-recid=32779

This is the specific record that you are performing the action on.

&-findall=

This is the "Find All" command of FMPro. The "=" isn't required in the URL

Though, I have never seen the 'FindAll' command with a RecID parameter.

The RecID is specific to one record in your database, whereas the 'FindAll' calls all the records. If you take out the "&-recid=32779", the command should work just fine.

If you want the detailing of these commands, try the 'WebTools' folder in your FileMaker Pro folder. It contains a file called 'CDML reference' which is extremely helpful. If you can't locate it, let me know & I'll mail it to you.

Rgds, Partha

Link to comment
Share on other sites

This topic is 8302 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.