Re: [Axapta-Knowledge-Village] get current user

2005-10-12 Thread wb
Hello Brandon, Can you see function curuserid? (next function after curExt) Best regards, w 2005/10/12, Brandon George [EMAIL PROTECTED]: Hello All, I am wondering... how can one, in code, detect the current user? I know that the function curExt() returns to you in a string what the current

Re: [Axapta-Knowledge-Village] Form refresh from a class

2005-09-21 Thread wb
Hi Girish, You can see for example form LedgerJournalTable, at method init journalFormTable = new LedgerJournalFormTable(element); LedgerJournalTable ledgerJournalTable() { return ledgerJournalTable; } hope this help you, wb 2005/9/21, Girish Bhatkal [EMAIL PROTECTED]: Hi Guys, I

Re: [Axapta-Knowledge-Village] Can a method in X++ return an array?

2005-02-03 Thread wb
Hello Giray, May be, you will use container for example static void ew_Job1(Args _args) { container c; int i; container getParameters() { container ret; real n; ; for (n = 1; n 10; n++) { ret += n; }

Re: [Axapta-Knowledge-Village] LedgerAllocateTrans : Why is this getting bigger..

2005-02-03 Thread wb
Hello Subbu, at my company Axapta DB table LedgerAllocateTrans don't have records. Best regards, Valeriy p.s. Axapta 3.0 CIS SP 1 On Wed, 2 Feb 2005 08:55:02 -0800 (PST), Subrahmanyam Mamidi [EMAIL PROTECTED] wrote: Hi, The Table LedgerAllocateTrans is getting bigger by bigger

Re: [Axapta-Knowledge-Village] Run a report from code

2004-10-14 Thread wb
hi You may see devBPHP, article Calling application objects from X++ code and write like this reportRun = classFactory.reportRunClass(args) best regards, wb On Thu, 14 Oct 2004 13:23:30 +0100 (BST), Girish B [EMAIL PROTECTED] wrote: you try this, ReportRun R1; args

Re: [Axapta-Knowledge-Village] Upgradation documentation

2004-10-13 Thread wb
On Wed, 13 Oct 2004 09:50:15 +0400, Aleksandr S. Aleksandrov [EMAIL PROTECTED] wrote: Hi wb, is this document free? I don't know. If so, could you send it to me on [EMAIL PROTECTED] Thanks, Alexandr. - Original Message - From: wb To: [EMAIL PROTECTED] Sent

Re: [Axapta-Knowledge-Village] Upgradation documentation

2004-10-12 Thread wb
Hi Amit Jain, you will look for modification transfer.chm. I have this document on Russian. Best regards, wb On Tue, 12 Oct 2004 09:19:07 -0700 (PDT), Amit Jain [EMAIL PROTECTED] wrote: Hi guys, I am looking for the good documents on the upgradations from one version to another. can

Re: [Axapta-Knowledge-Village] backgroundcolor

2004-10-07 Thread wb
Hi Danny, a few magic key #define.ColorLightBlue(16705701) #define.ColorWhite(16777215) #define.ColorOlive(8421440) #define.ColorGrey(12632256) Best regards, wb On Thu, 07 Oct 2004 12:11:43 -, dgaethofs [EMAIL PROTECTED] wrote: Dear all , There are some classes that allow setting