About "Shared"

  • Thread starter Thread starter Henri
  • Start date Start date
H

Henri

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
 
The context of shared members is global to the application and to users.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top