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

  • Author

Hi Guys,

I'm asking for advice for a fairly simple problem. My FORM screen has about 30 fields which the user can alter at will.

The problem is, the altering at will (as the multiusers are changing fields and then not realising it!), is there a way where I can have my FORM screen so that users can "view" data (so the FORM would not allow any data entry), however when they want to edit data, i'd like them to click on an edit button, which will allow entry into fields.

At present with FM6, I do this with two layouts, Layout1 is readonly, and Layout2 is not. when you click on the edit button, it takes you to layout2. Is there a more efficient way of doing this with FMP7, as Im about to rewrite my solution and I find the current method quite clunky.

If there are any sample files with one or two fields in FP7 format that someone could allow me to view would be great.

Have any of your users, complained about how easy it is to edit/change data without realising it?

Hi Guys,

I'm asking for advice for a fairly simple problem. My FORM screen has about 30 fields which the user can alter at will.

The problem is, the altering at will (as the multiusers are changing fields and then not realising it!), is there a way where I can have my FORM screen so that users can "view" data (so the FORM would not allow any data entry), however when they want to edit data, i'd like them to click on an edit button, which will allow entry into fields.

At present with FM6, I do this with two layouts, Layout1 is readonly, and Layout2 is not. when you click on the edit button, it takes you to layout2. Is there a more efficient way of doing this with FMP7, as Im about to rewrite my solution and I find the current method quite clunky.

If there are any sample files with one or two fields in FP7 format that someone could allow me to view would be great.

Have any of your users, complained about how easy it is to edit/change data without realising it?

  • Author

Hi Guys,

I'm asking for advice for a fairly simple problem. My FORM screen has about 30 fields which the user can alter at will.

The problem is, the altering at will (as the multiusers are changing fields and then not realising it!), is there a way where I can have my FORM screen so that users can "view" data (so the FORM would not allow any data entry), however when they want to edit data, i'd like them to click on an edit button, which will allow entry into fields.

At present with FM6, I do this with two layouts, Layout1 is readonly, and Layout2 is not. when you click on the edit button, it takes you to layout2. Is there a more efficient way of doing this with FMP7, as Im about to rewrite my solution and I find the current method quite clunky.

If there are any sample files with one or two fields in FP7 format that someone could allow me to view would be great.

Have any of your users, complained about how easy it is to edit/change data without realising it?

I used in v6 the 'limiting access on a record-by-record basis' option to make the edition of a record dependent of

- a global status field (view or edit state)

- record status field (record locked as it is an audit trail, or only modifiable by a specific user)

- layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')

The use of a limited access based on a global status field could be your answer.

I used in v6 the 'limiting access on a record-by-record basis' option to make the edition of a record dependent of

- a global status field (view or edit state)

- record status field (record locked as it is an audit trail, or only modifiable by a specific user)

- layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')

The use of a limited access based on a global status field could be your answer.

I used in v6 the 'limiting access on a record-by-record basis' option to make the edition of a record dependent of

- a global status field (view or edit state)

- record status field (record locked as it is an audit trail, or only modifiable by a specific user)

- layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')

The use of a limited access based on a global status field could be your answer.

  • Author

Thanks Zadkin,

I think this may be the answer. I have a calculation underneath Edit Records; Limited option. My calc is Global_Edit ="Edit". This allows me to edit records, if the value Edit is in my global_edit field. If its not, it comes up with an annoying error message, "this field is not modifiable", any chance i can put up my own error message?

Can you eloborate why I would need point (3) from your last post - "layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')"

Thanks

  • Author

Thanks Zadkin,

I think this may be the answer. I have a calculation underneath Edit Records; Limited option. My calc is Global_Edit ="Edit". This allows me to edit records, if the value Edit is in my global_edit field. If its not, it comes up with an annoying error message, "this field is not modifiable", any chance i can put up my own error message?

Can you eloborate why I would need point (3) from your last post - "layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')"

Thanks

  • Author

Thanks Zadkin,

I think this may be the answer. I have a calculation underneath Edit Records; Limited option. My calc is Global_Edit ="Edit". This allows me to edit records, if the value Edit is in my global_edit field. If its not, it comes up with an annoying error message, "this field is not modifiable", any chance i can put up my own error message?

Can you eloborate why I would need point (3) from your last post - "layout ( backdoor to the previous, the record is locked but the administrator can still 'solve problems')"

Thanks

Point 3 is not usefull in your case. I used it when I locked down individual records, besed on a status record on record level. By attributing the record to one specific user for example or in a definitive frozen state. In an administrative layout the records where still editable and the status could be changed to a more editable state.

Point 3 is not usefull in your case. I used it when I locked down individual records, besed on a status record on record level. By attributing the record to one specific user for example or in a definitive frozen state. In an administrative layout the records where still editable and the status could be changed to a more editable state.

Point 3 is not usefull in your case. I used it when I locked down individual records, besed on a status record on record level. By attributing the record to one specific user for example or in a definitive frozen state. In an administrative layout the records where still editable and the status could be changed to a more editable state.

  • Author

I see, I understand now.

Any chance of editing the error message to a more useful message, or is that just not possible with the current version?

Thanks for your help. I think I can use your suggestion quite effectively.

  • Author

I see, I understand now.

Any chance of editing the error message to a more useful message, or is that just not possible with the current version?

Thanks for your help. I think I can use your suggestion quite effectively.

  • Author

I see, I understand now.

Any chance of editing the error message to a more useful message, or is that just not possible with the current version?

Thanks for your help. I think I can use your suggestion quite effectively.

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.