tbeidler Posted February 27, 2001 Posted February 27, 2001 I have a page where I would like to return only the first three portal rows. Here's my code; [FMP-If: CurrentPortalRowNumber .lte. 3] [FMP-Portal:webdev_log] <tr> <td><img src="images/1x1.gif" width=8 height=1></td> <td valign=top><font face="verdana,arial,helvetica" size=1><b></b></font></td> <td><img src="images/1x1.gif" width=8 height=1></td> <td valign=top><font face="verdana,arial,helvetica" size=1><i>[FMP-Field:webdev_log::submit_date]-[FMP-Field:webdev_log::submit_time]<i><br> </font></td> <td valign="top"><font face="verdana,arial,helvetica" size=1>[FMP-Field: webdev_log::entry] </font></td> </tr> [/FMP-Portal] [/FMP-If] Doesn't seem to work with FMPro 5. I think I'm close but not close enough.
elvis_impersonating_penguin Posted February 27, 2001 Posted February 27, 2001 have you tried it like this [FMP-Portal:webdev_log] [FMP-If: CurrentPortalRowNumber .lte. 3] <tr> <td><img src="images/1x1.gif" width=8 height=1></td> <td valign=top><font face="verdana,arial,helvetica" size=1><b>
tbeidler Posted February 28, 2001 Author Posted February 28, 2001 That was it, thanks! ------------------ ~~~~~~~~~~~~~~~~~~~~~~~~~ Tom Beidler Orbit Tech Services [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~
Keith M. Davie Posted February 28, 2001 Posted February 28, 2001 Another example of the importance of syntax. Peace Keith M. Davie
Recommended Posts
This topic is 8737 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