Jump to content

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

Recommended Posts

Posted

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 smile.gif

Thanks

Jo

Posted

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~

Posted

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 smile.gif

Thanks again!

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