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.

Transparency and overlapping fields

Featured Replies

I currently use a set of overlapping fields for the description display in an invoice file. The top field is t_Description- a text field that the user can type into. The bottom field is c_Description=

if(is empty(t_Description), t_Make & " " & t_Model..., t_Description)

and the user is not allowed to enter the field.

This works great- the user can leave the auto entered description, or type in their own wording (also formatted the field as a button setting t_Description to c_Description so they have the original text to start with...)

My problem is that when the user is in browse mode and clicks on any field, all enterable fields on the layout are highlighted with that little dotted line. this never bothered me before, but now it seems to bring t_description to the front (which is blank by default), obscuring the c_description text untill all fields are exited (by clicking somewhere on the record that is not a field).

I have tried playing with the transparency settings of both fields, as well as moving their positions in the layer, but still encounter the problem. What is most frustrating, is that I use a similiar design in a different layout (but with number field), and there is no problem.

Any suggestions on what I am missing?

Thanks!

You need to flip the two fields. The unenterable calculation should be on top, with the enterable field beneath it. You will not be able to shop the calc field from being hidden, but it will just get in the way of the user's data entry anyway. But unless the user actually clicks in that field it will always be displayed.

  • Author

Thanks for the reply Kurt,

I have tried putting the unenterable field on top (using bring to front), but still same problem

I am a bit confused by "You will not be able to shop the calc field from being hidden,...But unless the user actually clicks in that field it will always be displayed. "

Do you mean that it will be hiiden only when clicking on the field underneath, or when any field is entered?

Anything else might be causing the problem?

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.