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

Dear All,

Can we lock a field depends on other field.

Example If Field A is nul then lock field B ( can enter data).

If Field A is not nul then we can enter data in field B .

I don't want to use passord.

Is there a way?

Thanks

Attach a script to the field and take it out of the tab order. The script would look like:

If(IsEmpty(Field A))

Goto Field []

else

Goto Field [Field B]

End If

You can also use validation. Set the validation for Field B to: NotIsEmpty(Field A)

-bd

  • Author

I would like to know that at the beginning ..a field is empty ( no data) then I enter data first time ...when I leave that field, that field is protected or a message pop-up to ask if edit the data or not? ...

is there a function isclicked (field) like in access to check the field? but enter data and make that field as a button with script seems like not possible?

Anyone has any idea?

Thanks

  • Author

I solved the problem already since I followed Liveoak says

Thanks

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.