Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CDML simple question about tables

Featured Replies

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

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~

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

Thanks again!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.