It depens on what date you require you should use the function.
if you want the system date then use systemdateget() and if you want the
computer (client) date then use today().
[Girish Bhatkal] -----Original Message-----
From: Mikael Dalg�rd (GPV Group) [mailto:[EMAIL PROTECTED]
Sent: 10 September 2004 10:04
To: [EMAIL PROTECTED]
Subject: SV: [development-axapta] How to get the current logon user
information ?
Hi Kenneth
You can use these functions for showing or getting user, date, time and
account information!
CurUserId() Current User ID
SystemDateGet() Current Date
TimeNow() Current time
CurExt() Current account
Eksampel:
Box::info(date2str(SystemDateGet(),123,2,2,2,2,4));
Box::info(strupr(CurUserid());
Hope this may help you!
Best Regards
Mikael Dalg�rd (GPV Denmark)
-----Oprindelig meddelelse-----
Fra: kamchung322 [mailto:[EMAIL PROTECTED]
Sendt: 10. september 2004 09:29
Til: [EMAIL PROTECTED]
Emne: [development-axapta] How to get the current logon user information ?
Hi All,
How can I get the current logon user info ? ie. username, userid
etc..
Regards.
Kenneth.
Yahoo! Groups Links
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
b.. To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

