Ok. But when i call the form i always have an active user and i need to call a method that read all the user's appointments and fill my containers...where do i need to put the call to this method ? Normally i put his code in the init
please make sure that
1/ form.init() erases all appointments if no user is identified
2/ the container of appointments has .wlContentDynamic = .T.
thanks
I have one form where are shown some objects depending on the active user's appointment. The first time this form is shown there are no particularly problems; when i open the same form on another device for another user, the first time the form is shown i see the same objects of the last user......How can i set my form to start every time with active user's objects ?
Thanks