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.

I'm in a real pickle! fields to layouts

Featured Replies

Hi folks

I have tackled my project, and thought I'd cracked it! hmmmm

I have made some buttons (6) that take you to a layout, call "item 1 entry" through to "item 6 entry". I've made these as the users need to see what they are entering in a certain way!

Once they have entered their data, they click the print button that links to "print item 1 entry label" layout.

everything is fine until, maybe hours, days later someone needs to print a label that has already been input.

If the user is on "item 4 entry", and clicks print, they get the data from the original layout ie "item 1 entry" but in the "print item 4 entry label" layout....

...arrhh

how can I make a relationship to the original layout(s) "item x entry" or straigh to "print item x entry label"

I've spent a whole day with "if this" and "if that" global here calculation there.... I haven't anymore hair to pull out!

Can anyone please help?

I'll beg if it helps wink.gif

Az

Hi Wilse smile.gif

I'm a bit unclear on the difference between "item 1 entry" and "print item 4 entry." Are they simply different layouts with different fields placed on them? If so, have your Print script check which layout the User is currently on and ask the User if they want to print your Layout 1 or the current Layout, something like:

If [status(CurrentLayoutName) <> Layout 1

Show Message ["Which Layout do you want to print?" "Layout 1", "This Layout"

Go To Layout 1

Print

End If

Else

Print

End If

You'll need to modify it to fit in with your specific print script needs, of course. You could also use Status(CurrentLayoutNumber) but then you would have to be sure to place your layouts in order (which I assume they currently are).

If I'm off the mark, explain a bit more and we'll be happy to help you!

LaRetta

Hi,

You could create a number field "nprintlayout" and a "firstdateprint" date field when the record is first printed.

The script will go

If IsEmpty(Firstdateprint)

Set field (nprintlayout, your layout n

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.