[FX.php List] [OT] Is it possible to see which fmapp users are logged into a database file from within FileMaker?

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Mar 19 17:55:05 MDT 2009


Hmm, that’s nice, and explains why it always tells me the number 2 :-)
and not the amount of users currently connected.

ggt

2009/3/19 Karstyn McCoy <kmccoy at supportgroup.com>:
> Get ( MultiUserState ) let's you know the level of network sharing that file
> has been set to.
>
> From FM Help:
>
> Purpose
> Returns a number representing the level of sharing for the database file
> using FileMaker Network.
> Format
> Get(MultiUserState)
> Parameters
> None
> Data type returned
> number
> Description
> Returns:
>   •
> 0 when network sharing is off
>   •
> 1 when network sharing is on, you’re accessing the database file from the
> host computer, and either all users or a specific group of users (based on
> their privilege set) have network access to the database file
>   •
> 2 when network sharing is on, you’re accessing the database file from a
> client computer, and either all users or a specific group of users (based on
> their privilege set) have network access to the database file
> Notes
>   •
> If the current calculation is stored and you specify its context, this
> function will be evaluated based on that context; otherwise, it will be
> evaluated based on the context of the current window.
>   •
> For information on how functions evaluate differently on the host versus the
> client, search the FileMaker Knowledge Base available at
> www.filemaker.com/kb.
> --Karstyn
>
> On Thu, Mar 19, 2009 at 1:37 PM, Gjermund Gusland Thorsen <ggt667 at gmail.com>
> wrote:
>>
>> And this thing?
>>
>> Get ( MultiUserState )
>>
>> What is it for?
>>
>> ggt
>>
>> 2009/3/19 Steve Winter <steve at bluecrocodile.co.nz>:
>> > ggt,
>> > as far as a I know it's not possible within FM itself, but it is from
>> > within
>> > FMS... and it is from the FMS command line tool, which means that you
>> > could
>> > write a simple PHP script to query the fms command line tool, and then
>> > call
>> > that from the web viewer...
>> > cheers
>> > S
>> >
>> > On 19 Mar 2009, at 20:14, Gjermund Gusland Thorsen wrote:
>> >
>> > Is it possible to see which fmapp users are logged into a FileMaker
>> > database file _now_ from within FileMaker?
>> >
>> > When people are logged in is not that interesting as those are logged
>> > in a login table.
>> >
>> > tia,
>> > ggt667
>> > _______________________________________________
>> > FX.php_List mailing list
>> > FX.php_List at mail.iviking.org
>> > http://www.iviking.org/mailman/listinfo/fx.php_list
>> >
>> >
>> > Steve Winter
>> > steve at bluecrocodile.co.nz
>> > m: +44 77 7852 4776
>> > 3 Calshot Court, Channel Way
>> > Ocean Village, Southampton SO14 3GR
>> >
>> > _______________________________________________
>> > FX.php_List mailing list
>> > FX.php_List at mail.iviking.org
>> > http://www.iviking.org/mailman/listinfo/fx.php_list
>> >
>> >
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>


More information about the FX.php_List mailing list