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.

Featured Replies

Is there a way to insert a picture into a layout? I need to be able to have a different picture appear for each database entry, but I only seem to see how you can insert a single picture for all the entries of a table, but not a different picture for each entry.

Any ideas?

Did you create a container field to put the pix in?

This is real easy.

You will need three fields.

Step 1: Create a text field called STUDENT NAMES

This can be populated by a drop down value list that includes all student names.

Step 2: Create a container field called ALL STUDENT PICTURES

After you have created the container field in Step 2, select the OPTIONS button at the right side of DEFINE FIELDS dialog box.

Select Storage options, and type in the number of images you want to store.

This would be the maximum number of repetitions (images).

Step 3: Create a calculation field called INDIVIDUAL STUDENT PICTURE.

At the bottom left corner of the the "Specify Calculation" dialog box is a menu box that says "Calculation result is.......". Click here and select CONTAINER.

The calculation will read something like this:

Case (

STUDENT NAME="BillyBob" ; GetRepetition ( ALL STUDENT PICTURES; 1);

STUDENT NAME="Skippy" ; GetRepetition ( ALL STUDENT PICTURES; 2);

STUDENT NAME="Zorro" ; GetRepetition ( ALL STUDENT PICTURES; 3);

)

When you select "Billy Bob" you get his smiling visage, etc.

The front end administration of this file is pretty simple.

You select the field ALL STUDENT PICTURES and sequentially insert an image into each container field repetition. I like to keep this global container field on its only layout so that my primary layout just contains the fields STUDENT NAME and INDIVIDUAL STUDENT PICTURE.

Hope this helps.

Jarvis

I don't see why you would need all this structure.

Simply create a container field and place it on the layout.

  • Author

Thanks SO much, the container field worked like a charm!

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.