Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7910 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I have several data fields with for every data field a related notes field (both text). There is a layout with all the data fields with behind every field a button to the notes field.

Problem:

I do not want to make a new layout for every note field, but one general layout which shows (depending on the data field) the related note field.

My solution:

Behind every data field a button with a script which takes the notes field and puts it in a global field that's being displayed in the notes layout.

Problem 1:

I have to write another script for every data field that writes the data entered in the global field back to the correct notes field. Anybody knows an easier solution?

Problem 2:

What about security? Two people on the same time updating the global field for the same notes field. How do i secure this?

Thanks in advance,

Marten Hoekstra

Posted

Go relational !!

Create a Notes.fp5 file in which you'll create a record for each note you want to write

Relate the master file to Notes.fp5 using a unique field in the master file (usually a FM serial number); see related notes in a portal

You can also add a Type field in Notes.fp5 to mark notes related to one field or another

Posted

Problem 2

Global fields although global to the entire file, are in fact 'local' to the user that opens a multi user file. Each user therefore, can change their own globals without effecting others.

This topic is 7910 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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