Jump to content

Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Next


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

Recommended Posts

Posted

Does anyone know how to manipulate this CDML from the Filemaker web-site to reflect the following?

My results page only shows 1 record at a time, this one is set up for 25 per page. I have tried changing all the numbers to one, then 1, 2, 3 etc. However no luck.

<--From the Filemaker web site-->

The CDML that creates this on your web page is this:

<P><B><</B>[FMP-IF: Rangestart .gt. 1]

[FMP-LINKPREVIOUS]

Previous

[/FMP-LINKPREVIOUS][FMP-ELSE]

<FONT COLOR="#666666">Previous</FONT>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 0]

| <A HREF="[FMP-Link: k]&-skip=0">1</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 25]

| <A HREF="[FMP-Link: k]&-skip=25">2</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 50]

| <A HREF="[FMP-Link: k]&-skip=50">3</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 75]

| <A HREF="[FMP-Link: k]&-skip=75">4</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 100]

| <A HREF="[FMP-Link: k]&-skip=100">5</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 125]

| <A HREF="[FMP-Link: k]&-skip=125">6</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 150]

| <A HREF="[FMP-Link: k]&-skip=150">7</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 175]

| <A HREF="[FMP-Link: k]&-skip=175">8</A>

[/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 200]

| <A HREF="[FMP-Link: k]&-skip=200">9</A>

[/FMP-IF] | [FMP-LINKNEXT]

Next

[/FMP-LINKNEXT]<B> ></B></P>

<--Filemaker Code Ends Here-->

<--Link to page in question--> http://tidb.filemaker.com/TI/FMPro?-db=ti.fp5&-lay=list&-sortfield=datemod&-sortorder=descend&article=record%20navigation%20&-token.0=record%20navigation%20&-token.1=13&-find=&-for mat=detail.html&-recid=33033

Posted

I think you will need to wrap a pair of Record tags around your data fields; e.g.???

[FMP-Record]

[FMP-Field:xxxxx]<br>

.

[/FMP-Record]

Hope this helps.

Garry

[ July 24, 2001: Message edited by: garrycl ]

Posted

garrycl,

This link is the page on the Filemaker site that I got the original code, so it has nothing to do with my problem.

http://tidb.filemaker.com/TI/FMPro?-db=ti.fp5&-lay=list&-sortfield=datemod&-sortorder=descend&article=record%20navigation%20&-token.0=record%20navigation%20&-token.1=13&-find=&-for mat=detail.html&-recid=33033

**************

And I did have that code wrapped inside Record tags at the time of testing.

Thank you though

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