Skip 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.

Repeating Field Questions

Featured Replies

  • Newbies

hi, I am very new to filemaker, and I am so glad that I found this community for help.

Anyways, we recently switched over from filemaker 6 to filemaker 9, and right now some of us are trying to convert the old .lasso files over to PHP. Repeating field became a challenge for us because there is such a limited information out there regarding such matter. I am wondering if anyone can help me implement repeating fields. I am not sure if it has ANYTHING to do with the repetition part of the setField function, since the file I am working on right now creates a new record in the database.

Thank you in advance.

  • Author
  • Newbies

oh yea, I don't think I was being clearly enough, but as of right now, I am working on .lasso to .php file conversions, and I ran into repeating fields. On this form I am working on, the user can input 3 different IDs, which are being posted into the same field "stu_id". I looked though the web and John Stark's book and coudln't realy find anything very helpful, or at least in languages that I would understand at this level.

the function I am using right now to post the data is setField

Thank you once again! =)

On the layout you will need to be sure that all repetitions that you want to write to are displayed in order to insert into them through php. When setting the field in php, start at 0.

For example..

$result = $request->setField('stu_id', $firstvalue, 0);

If your repeating field only has 3 repetitions, then you will only go up to 2 using setField.

Hope that helps! I just had the same question and had it answered yesterday, so I thought I'd pass on the knowledge.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.