About "Shared"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henri

    About "Shared"

    Hi,

    Sorry for my bad English.
    Could you tell me if the context of a member declared as Shared is limited
    to the instance of the page the object that owns this member is declared in,
    or does it go to the whole application?
    I mean: if one user accesses a page that updates the shared member of this
    object, will it affect all the users of the application or not?

    Thanks!

    Henri



  • Karl

    #2
    Re: About "Shared&qu ot;

    The context of shared members is global to the application and to users.

    Karl

    "Henri" <hmfireball@hot mail.com> wrote in message
    news:uY0yp4hjEH A.3456@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Hi,
    >
    > Sorry for my bad English.
    > Could you tell me if the context of a member declared as Shared is limited
    > to the instance of the page the object that owns this member is declared[/color]
    in,[color=blue]
    > or does it go to the whole application?
    > I mean: if one user accesses a page that updates the shared member of this
    > object, will it affect all the users of the application or not?
    >
    > Thanks!
    >
    > Henri
    >
    >
    >[/color]


    Comment

    • Henri

      #3
      Re: About &quot;Shared&qu ot;

      To bad for me, I wanted shared members limited to an user :-)
      Thanks for your answer anyway Karl!

      "Karl" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> a écrit
      dans le message de news:%23vKaXEij EHA.2652@TK2MSF TNGP10.phx.gbl. ..[color=blue]
      > The context of shared members is global to the application and to users.
      >
      > Karl
      >
      > "Henri" <hmfireball@hot mail.com> wrote in message
      > news:uY0yp4hjEH A.3456@TK2MSFTN GP12.phx.gbl...[color=green]
      > > Hi,
      > >
      > > Sorry for my bad English.
      > > Could you tell me if the context of a member declared as Shared is[/color][/color]
      limited[color=blue][color=green]
      > > to the instance of the page the object that owns this member is declared[/color]
      > in,[color=green]
      > > or does it go to the whole application?
      > > I mean: if one user accesses a page that updates the shared member of[/color][/color]
      this[color=blue][color=green]
      > > object, will it affect all the users of the application or not?
      > >
      > > Thanks!
      > >
      > > Henri
      > >
      > >
      > >[/color]
      >
      >
      >[/color]



      Comment

      • Karl

        #4
        Re: About &quot;Shared&qu ot;

        Use sessions.

        Karl

        "Henri" <hmfireball@hot mail.com> wrote in message
        news:upT6hLijEH A.2544@TK2MSFTN GP10.phx.gbl...[color=blue]
        > To bad for me, I wanted shared members limited to an user :-)
        > Thanks for your answer anyway Karl!
        >
        > "Karl" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> a écrit
        > dans le message de news:%23vKaXEij EHA.2652@TK2MSF TNGP10.phx.gbl. ..[color=green]
        > > The context of shared members is global to the application and to users.
        > >
        > > Karl
        > >
        > > "Henri" <hmfireball@hot mail.com> wrote in message
        > > news:uY0yp4hjEH A.3456@TK2MSFTN GP12.phx.gbl...[color=darkred]
        > > > Hi,
        > > >
        > > > Sorry for my bad English.
        > > > Could you tell me if the context of a member declared as Shared is[/color][/color]
        > limited[color=green][color=darkred]
        > > > to the instance of the page the object that owns this member is[/color][/color][/color]
        declared[color=blue][color=green]
        > > in,[color=darkred]
        > > > or does it go to the whole application?
        > > > I mean: if one user accesses a page that updates the shared member of[/color][/color]
        > this[color=green][color=darkred]
        > > > object, will it affect all the users of the application or not?
        > > >
        > > > Thanks!
        > > >
        > > > Henri
        > > >
        > > >
        > > >[/color]
        > >
        > >
        > >[/color]
        >
        >
        >[/color]


        Comment

        Working...