[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

SysUserSetup - Set Confirmation for all Users at once

Kai Hartmann

10/6/2005 7:11:00 AM

Hi.

I try to set the values in the confirmation-tab of the form "sysusersetup"
per code.
to do that i loop through all records in userinfo-table, and set the values
using the binary operations already used in the axapta form.

the problem here is, that axapta ignores my changes as long, as i do not
open and finally close the form "sysusersetup". though the values i set are
already written to database.

i found that axapta uses "infolog.getusersetup().setusersetup(UserInfo)" in
the close() of "sysusersetup". and if use this in my code, too, everything
works fine directly. the only thing now is, that i do not really know what
that code does, and if it is right to use it that way, and if i possibly miss
some more code i have to use.

if somebody can give me some advice, i would really appreciate that.

regards,
kai