Jump to content

KeithParker

Newbies
  • Posts

    1
  • Joined

  • Last visited

KeithParker's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. quote: Originally posted by ppo: Hello, Nice to meet you in this new forum dedicated to our preferred MDBS. Actually, I've got a problem with FMP Server which, as anybody knows, forgets global fields when a users close a file. In my case, I've declared a counter as a GF, but I absolutely need to remember the information for the others users, specially those still connected. Does anyone find a process to keep the data in ? According to my poor english, do not hesitate to contact me if my question is not clear ! Pat Hello Pat, I had the very same problem. I solved it by creating a separate file called "Global". Any file which needs to store global values can store it's values in this file. What I do is to create a unique relationship for each file which needs it, to the Global file. The fields in the "Global.fp3" file are not real global fields, they are regular text, number, etc. fields. All the "global" values are stored in a single record. I go one step further and create fields which only that one file uses. The key field in the Global.fp3 file has only one record which contains the unique key. This way the master file can see only one record in the global file. Since the fields are regular fields and not global fields, they can be changed and the changes stick. Since the master file can only see one record, it can only make changes to that one record. I have step by step instructions for this process (I typed up the instructions for myself so I could be sure to use the same process everytime) and would be happy to email them to you. Email me directly if you wish to receive them. HTH, Keith Parker
×
×
  • Create New...

Important Information

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