![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows |
#3
| |||
| |||
|
|
Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows |
#4
| |||
| |||
|
|
On Apr 10, 11:14 am, "NScheffey" <NSchef... (AT) gmail (DOT) com> wrote: Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows Thank much Ursus for the input Well, one of the globals I'm talking about is a container field for the graphic interface of the solution, so a variable wouldn't work there. The other is the company's street address, which doesn't change very often, but they just asked me to put their PO Box in, and so now I'm debating wether globabls were even the best way to handle this from the beginning. So at this point I'm thinking: global container fields for graphics = good, but will need to log everyone out to change (not horrible), global variables for company address set by a script? Or maybe one record of non-global company information? Thanks, Nate |
#5
| |||
| |||
|
|
Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows |
#6
| |||
| |||
|
|
On Apr 10, 11:14 am, "NScheffey" <NSchef... (AT) gmail (DOT) com> wrote: Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows Thank much Ursus for the input Well, one of the globals I'm talking about is a container field for the graphic interface of the solution, so a variable wouldn't work there. The other is the company's street address, which doesn't change very often, but they just asked me to put their PO Box in, and so now I'm debating wether globabls were even the best way to handle this from the beginning. So at this point I'm thinking: global container fields for graphics = good, but will need to log everyone out to change (not horrible), global variables for company address set by a script? Or maybe one record of non-global company information? Thanks, Nate |
#7
| |||
| |||
|
|
In article <1176218062.254165.50700 (AT) n76g2000hsh (DOT) googlegroups.com>, "NScheffey" <NScheffey (AT) gmail (DOT) com> wrote: Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows The usual solution for chageable "Global" fields in a multi-user environment is to instead use a separate Table with one normal record that has the appropriate NORMAL fields pretending to be global fields. These of course can be accessed via a Relationship. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#8
| |||
| |||
|
|
"Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> a écrit dans le message de news: 110420070849158148%helpful_harry (AT) nom (DOT) de.plume.com... In article <1176218062.254165.50700 (AT) n76g2000hsh (DOT) googlegroups.com>, "NScheffey" <NScheffey (AT) gmail (DOT) com> wrote: Hey all- Although I fear I already know the answer, here goes: Is it possible to change globals on the fly in a multi-user deployment, without logging everyone out, logging in as single user, and changing the global in question? Thanks, Nate FMP Adv 8.5 Windows The usual solution for chageable "Global" fields in a multi-user environment is to instead use a separate Table with one normal record that has the appropriate NORMAL fields pretending to be global fields. These of course can be accessed via a Relationship. You can also use your open script to set new define value for your Global field, so any one who will open the solution will have the new value set every time. |
![]() |
| Thread Tools | |
| Display Modes | |
| |