[Axapta-Knowledge-Village] Ledger Dimension during Production Order Create

2007-04-20 Thread Hardi
Dear all,

Is there any setups to avoid ledger dimension from sales line to be
copied to production order ledger dimension when I create production
order via SalesOrder/Inquiries/Production?

I an using both 30SP5 and 40SP1

Thanks  best regards

Hardi



[Axapta-Knowledge-Village] Re: Error code 80

2007-04-20 Thread pabundes
Hi, you have to install the  Kernel Rollup 3, it's like a hot-fix to
run Axapta 3.0 on SQL2005, you have to ask for it to your AX Provider,
and you have to install on Application Server and in every client

Regards From Mexico

--- In Axapta-Knowledge-Village@yahoogroups.com, cshauw
[EMAIL PROTECTED] wrote:

 Hi All,
 
 I installed AX4.0 and SQL2005 but somehow cannnot start AOS, error 
 message appear Error code 80.
 I have AX3.0 and SQL2k retain and running. Does it matter to run SQL2k 
 and SQL2005 at the same time? Please advice.
 
 
 B.Regards,
 Chongsh





Re: [Axapta-Knowledge-Village] Default paper size

2007-04-20 Thread kumkum kirodiwal
HEllo Patrick,

According to your requirement you can Change settings of Your Programeable 
section (design part in the Report). And Finally you can change Printer 
settings whenever you want to take Printout.

For further clearification pls feel free to contact me

Regards
kumkum 



- Original Message 
From: chuapatrickd [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 19 April, 2007 7:57:19 AM
Subject: [Axapta-Knowledge-Village] Default paper size

Hi to all,

I have an axapta report. I want this to be printed to a legal size
paper. However My problem is that the default paper size is always
Letter size. How can I command ax to make the default size to legal.
Below is my code to run the ax report.

Thanks,
Patrick

static void ExecuteReport( args _args,str MyReport)
{

Args args;
SysReportRun reportRun;
// str MyReport;
;

//MyReport= GIS_BIR_1601EF ;

args=new Args();
//args.name( reportstr( GIS_BIR_1601EF) );
args.name(MyReport) ;

reportRun = new SysReportRun( args);
reportRun.query( ).interactive( false);
reportRun.report( ).interactive( true);

// reportRun.setTarget (PrintMedium: :Screen);
reportRun.setTarget (PrintMedium: :Screen);

reportRun.run( );

// reportRun = new menuFunction( menuitemOutputSt r
(Myreport),MenuItem Type::Output) .create(args) ;

// reportRun.run( );

}





  Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now 
at http://in.messenger.yahoo.com/

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] hi

2007-04-20 Thread pradeep itnal
hi
  i am new to axapta, i have some doubts please clerify
  i  have an EDT BookingID  which extends Num datatype,so 
whenever  i want to enter new record in form ,i want to get an  automatic  
generated value for  BookingID field in my form ,how to do it? i  am working 
on AXAPTA 4.0.
  
  thanks in advance.
   

Regards
  Pradeep S.Itnal
mob:+91-9886288179


   
-
 Check out what you're missing if you're not on Yahoo! Messenger 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Number of copies in report

2007-04-20 Thread V G
Hi Alagar
This works when we directly run the report from AOT.
I am unable to make it work when we attach the report to a menue(one of the
modules in the main menue) and run from the main menue.
Am I missing something
Thanks
V G


On 17 Apr 2007 22:24:11 -0700, Alagarsami Murugan [EMAIL PROTECTED]
wrote:

   Hi VG,
 You can initialize the number of copies in the init method of the report
 by specifying as
 element.printJobSettings().copies(5);
 and you can write the validation for not exceeding the maximum of 10
 copies .
 The copies field can be disabled so that user cannot change it by
 specifying as
 element.printJobSettings().enableCopies(false);

 Regards,
 Alagar

 - Original Message 
 From: V G [EMAIL PROTECTED] learnaxapta%40gmail.com
 To: 
 Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village%40yahoogroups.com
 Cc: [EMAIL PROTECTED] pvraghavanmca%40yahoo.com
 Sent: Tuesday, April 17, 2007 4:21:35 PM
 Subject: Re: [Axapta-Knowledge-Village] Number of copies in report

 Hi Venkat

 Thanks.
 But is there a way to add the copies field on the dialog instead of going
 through the options button.
 And to set the default value as 5 copies and a maximum of 10 copies.

 Thanks
 VG

 On 16 Apr 2007 20:45:52 -0700, venkat raghavan pvraghavanmca@ yahoo.com
 wrote:
 
  Hi VG,
 
  If you run a report, first the report dialog box will appear right? In
  that dialog box there will be 3 buttons(Select, Default,Options) under
 the
  general tab. Click the Options button. You will get a print window. In
 that
  window under the general tab, you will find a group called Send to. In
 that
  group select printer. After the selection, on the right hand side of the
  same window you will find a group called copies. In that field you can
  specify how many copies you need. This field will be enabled only if the
  printer option is selected. By default copies field value is one.
 
  Regards,
  Venkat
  http://DynamicsTech http://dynamicstech/ .blogspot. com 
 http://dynamicstech .blogspot. com/
 
  - Original Message 
  From: V G learnaxapta@ gmail.com learnaxapta% 40gmail.com 
  To: Axapta-Knowledge- [EMAIL PROTECTED] ups.comAxapta-Knowledge-
 Village%40yahoog roups.com ;
  development- [EMAIL PROTECTED] ps.com development- axapta%40yahoogr
 oups.com
  Sent: Tuesday, April 17, 2007 2:56:40 AM
  Subject: [Axapta-Knowledge- Village] Number of copies in report
 
  Hi
  I have a requirement wherein I have to give the user option to select
 the
  number of copies to print.
  Any help is highly appreciated
 
  Thanks
  VG
 
  [Non-text portions of this message have been removed]
 
   _ _ _ _ __
  Do You Yahoo!?
  Tired of spam? Yahoo! Mail has the best spam protection around
  http://mail. yahoo.com
 
  [Non-text portions of this message have been removed]
 
 
 

 [Non-text portions of this message have been removed]

 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

 [Non-text portions of this message have been removed]

  



[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] WMSOrder

2007-04-20 Thread V G
Hi
When are the records inserted in the table WMSOrder.
Thanks in advance

VG


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] require Urgent Help

2007-04-20 Thread srirangabhat
hi all,

wanted complete work flow or process in HR module ver 4.0 with set up. 
need to do the training. thanx in advance

regards
sri



Re: [Axapta-Knowledge-Village] hi

2007-04-20 Thread Arijit Basu
Hi Pradeep,
For your requirements, you need to setup numbersequence for the EDT. You
can refer to
http://daxguy.blogspot.com/2007/04/new-number-sequence-for-new-ax-module.html

Cheers

Arijit

On 4/19/07, pradeep itnal [EMAIL PROTECTED] wrote:

   hi
 i am new to axapta, i have some doubts please clerify
 i have an EDT BookingID which extends Num datatype,so whenever i want
 to enter new record in form ,i want to get an automatic generated value for
 BookingID field in my form ,how to do it? i am working on AXAPTA 4.0.

 thanks in advance.


 Regards
 Pradeep S.Itnal
 mob:+91-9886288179

 -
 Check out what you're missing if you're not on Yahoo! Messenger

 [Non-text portions of this message have been removed]

  




-- 


Arijit Basu


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Batch process

2007-04-20 Thread V G
Hi
I have a requirement where I need to run a piece of code automatically at a
given time at night.
How can I do this.
Thanks
VG


[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Batch process

2007-04-20 Thread Arijit Basu
Hi VG,
   Say u want to run a process periodically, then create a class that
extends runbasebatch framework and put your business logic in the class
which u wanna execute periodically. In base AX, there are lots of tutorials
on how to do this. In case u need more help or samples, lemme know. I'll try
n send u an XPO .

Cheers
Arijit Basu
http://daxguy.blogspot.com/

On 4/20/07, V G [EMAIL PROTECTED] wrote:

   Hi
 I have a requirement where I need to run a piece of code automatically at
 a
 given time at night.
 How can I do this.
 Thanks
 VG

 [Non-text portions of this message have been removed]

  




-- 


Arijit Basu


[Non-text portions of this message have been removed]