![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
FMP 10 or 11: Suppose I can't get the client to buy FMS (only two users), I need to copy the files from the client computer that has them (opens them first, becomes the host) to the file server where the backup routine catches them. I notice I can use "Save copy as..." when I'm the host, even while guests are there. However, if I script that, the script needs to find out if the FMP it runs on is the one on the host or the guest computer. Should I try isempty ( get ( hostipaddress ) ) ? Or just trigger the script whenever the file is closed, relying on the fact that no harm will be done when the guest tries to use "save copy as..." because he can't and nothing will happen? --http://clk.ch |
#3
| |||
| |||
|
|
Try this: If Get(MultiUserState) =1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |