January 31, 200322 yr 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
January 31, 200322 yr 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~
February 1, 200322 yr Author 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!
Create an account or sign in to comment