PrincessJo Posted January 31, 2003 Posted January 31, 2003 Hi, I'm trying to display my database in a list, with columns. It seems like such a normal, simple thing to do, but it's not working. I'm using the CDML tool etc, but playing with things myself. I've tried putting the form in the table and putting the table in the form, but nothing works. The best I have is after the search, the first record shows in the table, then the others are just in a list as text underneath. With it working this way, when I 'start', with it using that htm page, it shows none of the details, just the link that I have in the left column of the rows. I'm assuming this is connected somehow. If anyone can let me know what I'm doing wrong, it'd be appreciated Thanks Jo
Addam Posted January 31, 2003 Posted January 31, 2003 Try using this code: <table border="1"> [FMP-Record] <tr> <td>[FMP-Field: Field Name]</td> </tr> [/FMP-Record] </table> This will create a new row for every record in 1 column. Add another "<td></td>" under the one that's already there for another column. Hope this helps! ~Addam~
PrincessJo Posted February 1, 2003 Author Posted February 1, 2003 Thanks! My problem was in the placement of the [FMP-Record]'s, I somehow assumed it was in the placement of the form and table. But putting the FMP-Records where you indicated fixed it all, and I can keep playing Thanks again!
Recommended Posts
This topic is 8235 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