[Axapta-Knowledge-Village] Invoice Printing VAT %

2004-07-29 Thread helpmeobwan
Does anyone know how to get the actual VAT % (e.g. 17.5) to print on 
an Invoice? As it is not held against the custInvoiceJourn record.

J



 Yahoo! Groups Sponsor ~-- 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread helpmeobwan
I have connected to an access database using selectstatement. Now I 
want to connect to another table and get the lastest IDNUmber.

   select max(IDNumber) from myTable;
   lastIDProcessed = max(IDNumber);

But axapta reports a syntax error on the select statement. I do not 
use SQL much but I think the statement is ok.

Does anyone know how to do this in X++ ?

J



 Yahoo! Groups Sponsor ~-- 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: AW: [Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread Girish B
select maxof(IDNumber) from myTable;
   lastIDProcessed = myTable.IDNumber;

 --- Theissen, Annette [EMAIL PROTECTED]
wrote: 
 Please try maxof instead of max:
  
 select maxof(IDNumber) from myTable;

 Bye, Annette
  
 Mit freundlichen Grüßen / Best regards 
 Dipl. Phys. Annette Theißen
 System Software Entwicklung
 __
 Viscom AG - Carl-Buderus-Str. 9-15 - D-30455
 Hannover
 Phone: +49/511/94996-0 - Fax: +49/511/94996-900
 mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  -
 http://www.viscom.de http://www.viscom.de/  
 
 -Ursprüngliche Nachricht-
 Von: helpmeobwan [mailto:[EMAIL PROTECTED]
 Gesendet: Donnerstag, 29. Juli 2004 12:00
 An: [EMAIL PROTECTED]
 Betreff: [Axapta-Knowledge-Village] SQL Select in
 axapata (X++)
 
 
 I have connected to an access database using
 selectstatement. Now I 
 want to connect to another table and get the lastest
 IDNUmber.
 
select max(IDNumber) from myTable;
lastIDProcessed = max(IDNumber);
 
 But axapta reports a syntax error on the select
 statement. I do not 
 use SQL much but I think the statement is ok.
 
 Does anyone know how to do this in X++ ?
 
 J
 
 
 
 Sharing the knowledge on Axapta. 
 
 
 
 Yahoo! Groups Sponsor 
 
 ADVERTISEMENT
  

http://us.ard.yahoo.com/SIG=129vkbu8k/M=295196.4901138.6071305.3001176/D=gr

oups/S=1705001380:HM/EXP=1091181608/A=2128215/R=0/SIG=10se96mf6/*http://comp
 anion.yahoo.com click here   
  

http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=
 :HM/A=2128215/rand=939069220 
 
 
   _  
 
 Yahoo! Groups Links
 
 
 * To visit your group on the web, go to:

http://groups.yahoo.com/group/Axapta-Knowledge-Village/

http://groups.yahoo.com/group/Axapta-Knowledge-Village/
 
   
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 ribe 
   
 
 * Your use of Yahoo! Groups is subject to the Yahoo!
 Terms of Service
 http://docs.yahoo.com/info/terms/ . 
 
 
  





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com


 Yahoo! Groups Sponsor ~-- 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[Axapta-Knowledge-Village] New Cost Accounting module for Axapta 3.0 SP3

2004-07-29 Thread ilynika
Have anyone succeded in installing or finding the new realeased 
module for Cost Accounting. It should have been realeased with SP 3 
and the license codes is availlable.

Kind regards 

ILY



 Yahoo! Groups Sponsor ~-- 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: AW: [Axapta-Knowledge-Village] SQL Select in axapata (X++)

2004-07-29 Thread jasonm
Title: Message





Thanks 
all.

That works 
great.

Jason

-Original Message-From: 
Girish B [mailto:[EMAIL PROTECTED] Sent: 29 July 2004 
11:49To: [EMAIL PROTECTED]Subject: 
Re: AW: [Axapta-Knowledge-Village] SQL Select in axapata 
(X++)
select maxof(IDNumber) from 
  myTable; lastIDProcessed = myTable.IDNumber;--- 
  "Theissen, Annette" [EMAIL PROTECTED]wrote:  
  Please try maxof instead of max:  select maxof(IDNumber) 
  from myTable;  Bye, Annette 
   Mit freundlichen Grüßen / Best regards  Dipl. Phys. Annette 
  Theißen System Software Entwicklung 
  __ Viscom AG - 
  Carl-Buderus-Str. 9-15 - D-30455 Hannover Phone: 
  +49/511/94996-0 - Fax: +49/511/94996-900 
  mailto:[EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] - http://www.viscom.de http://www.viscom.de/  
   -Ursprüngliche Nachricht- Von: helpmeobwan 
  [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. Juli 2004 
  12:00 An: [EMAIL PROTECTED] Betreff: 
  [Axapta-Knowledge-Village] SQL Select in axapata (X++) 
I have connected to an access database using 
  selectstatement. Now I  want to connect to another table and get the 
  lastest IDNUmber.  select 
  max(IDNumber) from myTable; lastIDProcessed = 
  max(IDNumber);  But axapta reports a syntax error on the 
  select statement. I do not  use SQL much but I think the 
  statement is ok.  Does anyone know how to do this in X++ 
  ?  JSharing the knowledge 
  on Axapta. Yahoo! Groups 
  Sponsor   
  ADVERTISEMENT http://us.ard.yahoo.com/SIG=129vkbu8k/M=295196.4901138.6071305.3001176/D=groups/S=1705001380:HM/EXP=1091181608/A=2128215/R=0/SIG=10se96mf6/*http://comp anion.yahoo.com click 
  here  http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S= 
  :HM/A=2128215/rand=939069220   
_   Yahoo! Groups 
  Links   * To visit your 
  group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/http://groups.yahoo.com/group/Axapta-Knowledge-Village/ 
 * To 
  unsubscribe from this group, send an email to: 
  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
  ribe
  * Your use of Yahoo! Groups is subject to the 
  Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ 
  . 

   
  ___ALL-NEW Yahoo! 
  Messenger - all new features - even more fun! http://uk.messenger.yahoo.comSharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Edit method problem in Grid..

2004-07-29 Thread akash malohatra
Hi All,

I have problem in implimenting this Edit method. When
i am trying to click the check box. It never checks ,
still its editable...whats wrong in code


edit NoYes markTrans(boolean set,
 CommissionTrans 
_commissionTrans,
 NoYes  _markTrans)
{
 
 if (set)
{
  element.lock();
if (_markTrans == NoYes::Yes)
{
  BalanceAmount += _CommissionTrans.AmountMST;
   }
else
{
  
  BalanceAmount -= _CommissionTrans.AmountMST;
}
  element.unLock();
  this.refresh();
   }
   
return _MarkTrans;
}

This method is in the Datasource of the form . and
this is a checkbox in my grid.

Thanks
Akash






___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com


 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [Axapta-Knowledge-Village] Stack Trace error

2004-07-29 Thread Steve Wright





Stack Trace errors normally mean you have a compile error - 
somewhere.

Is this possible?
S



From: userm1837 [mailto:[EMAIL PROTECTED] 
Sent: Friday, 30 July 2004 12:07 AMTo: 
[EMAIL PROTECTED]Subject: 
[Axapta-Knowledge-Village] Stack Trace error
Hi All,Could somebody explain to me what this track error 
is saying needs to be done.Report Control Object not 
initialized.Stace 
Trace:(s)[0:188]\classes\control\left100mm(s)[0:188]\Reports\PurchVendItemStatistics\Designs\ReportDesign\AutoDesignSpecs\[PageHeader:PagerHeader]\methods\ExecuteSection(s)[0:827]\classes\reportSection\ExecuteSection 
and so forth.What do I need to change?ThanksNote: 
Is there a reference somewhere that all this stace errors are 
explained.Sharing the knowledge on Axapta. 



Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.