[Axapta-Knowledge-Village] Tilt the report

2008-07-05 Thread kumkum kirodiwal
  Hi All, 
   
  I am working on a report (Axapta 3.0).
  I have to tilt the hole out put of Report, without changing the printer 
settings.
   
  Here I can turn shape controls (all lines), but how text controls and string 
controls will come like this.
  I already checked all the properties, is there any property?
   
  If anyone has any idea, Please let me know
   
  Regards   
Kumkum
  Avanade





   
-
 Meet people who discuss and share your passions.  Join them now.

[Axapta-Knowledge-Village] EP problem

2008-02-22 Thread kumkum kirodiwal
Dear All, 
   
  I am working on EP. I am new with EP in Dynamics AX. 
  First I   used Configured wizared, then I came on next step.
  When I was deployed EP to a server running share point, I got an error like
   
  CLR object is not initialized.
  CLR object could not be created, 
   
  Then I went to IIS  but couldnot find out any problem . 
   
  Pls help me out
   
  Regards
  kumkum
   
   
   
   
   
   


   
-
 Why delete messages? Unlimited storage is just a click away.

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



[Axapta-Knowledge-Village] Transfering data from report to form

2007-05-10 Thread kumkum kirodiwal
hello All,

Pls help me out,
I created a report ,using some required logics. now I want to see the data at 
form level.For that I created a new form. now I want to transfer hole date from 
report to my new form.How can i do it 
In easy way pls let me know,

thanks in anticipation,

Regards
kumkum



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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



[Axapta-Knowledge-Village] Re: Timing Zone in Axapta4.0

2007-04-27 Thread kumkum kirodiwal
HELLO All,

I need a support from all of you, Pls let me know ASAP,
How I can set a time zone in Axapta4.0  according to the  country where I have 
to transfer this AOS,
Afetr customization(at Client side)

Pls help me out,
Thanks in Anticipation,

Regards
kumkum


- Original Message 
From: Arijit Basu [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 26 April, 2007 4:50:38 PM
Subject: Re: [Axapta-Knowledge-Village] Classes with Ax Prefix

Hi Mukesh,
These classes allow users to create PO, SO from EP.
Have a look at this
http://daxguy. blogspot. com/2006/ 11/how-to- create-po- from-ax-classes. html

Hope it helps

Arijit Basu
MVP | Dynamics AX
http://daxguy. blogspot. com

On 4/26/07, helloworld4all helloworld4all@ yahoo.co. in wrote:

 Hi All,

 Axapta has a lot of classes having prefix 'Ax' like
 axcusttable, axpurchtable etc. what is the significance of these classes?
 what is the purpose of using these classes?

 Regards,
 Mukesh Kumar

 


-- 

Arijit Basu

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





  Add online presence to your web pages, find out how here - 
http://messenger.yahoo.com/addpresence.php


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



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] Problem_Account Reference

2007-01-15 Thread kumkum kirodiwal
Dear all,

I have a query,

In COA  InquiryReferences  we can see the list of Account references,
Then go to GL Setupposting account reference  

Here some conectivity is there 

I do not know whats the concept behind that 

Pls help me to clear that,

Thanks in Anticipation

Regards
kumkum



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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



Re: [Axapta-Knowledge-Village] Job Query

2006-12-11 Thread kumkum kirodiwal
Thanks Nitesh


kumkum


- Original Message 
From: Nitesh [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Saturday, 9 December, 2006 2:55:23 PM
Subject: Re: [Axapta-Knowledge-Village] Job Query

Hi Kumkum,
From the following code u can call another job...

static void runJob(Args _args)
{
TreeNode tr;
XInfo xInfo = new xInfo();
;
tr = xInfo.rootNode( );
tr = treeNode::findNode( jobs).AOTfindC hild(Job2 ); //job2 is the Name
of the jobs which u want to call
tr.AOTrun();
}

Regards
Nitesh
On 12/8/06, kumkum kirodiwal kumkum_euro@ yahoo.co. in wrote:

 Dear All,

 I have a query,

 Can I call a job from other job.

 Regards
 kumkum


  _ _ _ _ _ _
 Yahoo! India Answers: Share what you know. Learn something new
 http://in.answers. yahoo.com/

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

 


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






__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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



[Axapta-Knowledge-Village] Job Query

2006-12-08 Thread kumkum kirodiwal
Dear All,

I have a query,

Can I call  a job from other job.

Regards
kumkum



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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



[Axapta-Knowledge-Village] Differences between Shared private Project Areas

2006-11-16 Thread kumkum kirodiwal
Dear All,

I know What is the difference between private  shared Project Areas,but I near 
used it Practically,I was try but I  didnot got  any Specific result, so pls 
help me  to findout it,and  also tell me all Differences between these two.

Regards
kumkum



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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




[Axapta-Knowledge-Village] query_imagetest

2006-11-10 Thread kumkum kirodiwal
Dear All,
 
Greetings from kumkum
 
I need help in Axapta3.0 
 
I had created a form Image Test form 
 
I write a method on this form
 
 
Display int image ()
{
;
 Return 825;
 
}
 
In form design I took “Image Window” Control/Properties  àData method à Image 
 
I got form Seen Below,

  
 
 
Now I have a confusion I know 825 is Image’s Id But I did not got where Is it 
stored in Axapta (means how I have seen the stored Image with ID in Axapta)
 
Any help is appreciated,
 
Thanks in Anticipation
 
 
Regards
kumkum



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

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




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Visit www.axapta-knowledge-village.tk 
Yahoo! Groups Links

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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/