Re: [Axapta-Knowledge-Village] how to set focus on a field in a dialog box?

2007-07-10 Thread vijay karthik
Hi, you have to write the code like this, dialogLocation.dialog().formRun().design().controlName('Fld2_1').setFocus(); To get the control name in dialog, Open the dialog - Right click the control( dialogLocation) in dialog - setup - choose the System name value in User setup form. Example: I

Re: [Axapta-Knowledge-Village] How can configure alerts in AX4.0

2007-05-10 Thread vijay karthik
Hi Ajit; Look the below link, here explains the Alerts in Ax 4.0 http://dynamicstech.blogspot.com/2007/04/how-to-setup-alerts-in-dynamics-ax-40.html Thanks Regards, VijayKarthik.K - Original Message From: contact2ajit2006 [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com

Re: [Axapta-Knowledge-Village] failed to establish connection

2007-05-10 Thread vijay karthik
Hi, Check the Services is running or not. ( ControlPanel - Services-% Your Instance Name %). Regards, VijayKarthik.k - Original Message From: Sumit Loya [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thursday, May 10, 2007 9:25:20 AM Subject: Re:

Re: [Axapta-Knowledge-Village] Runbase Report

2007-04-19 Thread vijay karthik
Hello Patrick, It is possible to add the button(MenuButton) in RunBaseBatch's Dialog method(). The below code helps to create the menu button in dialog. add this code in dialog() method: -

Re: [Axapta-Knowledge-Village] Re: Dynamics Ax server configuration..

2007-04-18 Thread vijay karthik
Hi Suneel, It works fine. my scenerio is given below, I created 2 AOS Instance, like Dynamics DynamicsAx(same as u mentioned in ur mail). both instance refered the same application database. (Application -EAMStandard Database -Dynamics01).The instance port are 2712 2713. now i started the

Re: [Axapta-Knowledge-Village] Re: help me - batch process

2007-02-27 Thread vijay karthik
, vijay karthik vijay_axapta@ yahoo.com wrote: Hi Karen, Thanks. i followed the same procedure mentioned the article. i created a service. but my job in axapta 3.0 is not running. what i will do for run the batch job by using windows service. kindly help me Thanks Regards, Vijaykarthik

Re: [Axapta-Knowledge-Village] Need to know Methods to Direct Report to Excel.

2007-02-22 Thread vijay karthik
Hi Arjun, i written a job for Exporting the CustTable in to Excel using code. Hope it will help to go ahed. To Dipankar, I will try for repor and let i know. static void ExportAxreportsToExcel(Args _args) { custtable customers; SysExcelApplication

Re: [Axapta-Knowledge-Village] Re: help me - batch process

2007-02-15 Thread vijay karthik
-axapta- batch- server.html) for the deails and How-To. The article is written for version 3.0 but i've tried it for version 4 and it worked. --- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, vijay karthik vijay_axapta@ ... wrote: Hi, i created a batch job in Dyanmics Ax 4.0. it has working fine

[Axapta-Knowledge-Village] help me - batch process

2007-02-07 Thread vijay karthik
Hi, i created a batch job in Dyanmics Ax 4.0. it has working fine, when i run the batch process in Basic - Periodic - Batch - processing . but i want to run the batch process as a seperate service.i mean that, how to run the batch job with out user interaction / do not open the axapta session.

Re: [Axapta-Knowledge-Village] help for Record lelvel security

2006-12-11 Thread vijay karthik
me Cheers Pankaj _ _ __ From: Axapta-Knowledge- [EMAIL PROTECTED] ups.com [mailto:Axapta-Knowledge- [EMAIL PROTECTED] ups.com] On Behalf Of vijay karthik Sent: Monday, December 11, 2006 10:55 AM To: AXKnowledgeVillage; DevelopmentAxapta Subject: [Axapta-Knowledge

[Axapta-Knowledge-Village] help for Record lelvel security

2006-12-10 Thread vijay karthik
Hi, what is record level security? how to acheive in axapta? The situation is, we created one company in axapta to maintain the details for 2 location's data.we raised the work order from each location and authorized by the corresponding individual. the corrent situation is, if the person

[Axapta-Knowledge-Village] Help - Getting MBS Certificate from Microsoft

2006-12-01 Thread vijay karthik
Hi, I passed the MBS axapta programming certificate 3 months before(20/09/2006). but still not yet getting the certificate from microsoft. i sent the mail to [EMAIL PROTECTED] .i got the reply also, but not yet getting the certificate. now i tried to send mail to [EMAIL PROTECTED], it has

Re: [Axapta-Knowledge-Village] report Code

2006-05-31 Thread vijay karthik
Hi Hany, In your report having the page header section, the report name (string edit) control associate with one method( like: reportname()). In this method u have to customize ur own. for example: Normal method === display Name reportName() { return

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
. regards, vijay karthik.k sunil padhy [EMAIL PROTECTED] wrote: Hi Vijay, You can use the Global Class - numerialstotxt() method for converting the real value : 1200.00 rs, to 'One Thousand Two hundred'. Thanks, Sunil Padhy --- vijay karthik [EMAIL PROTECTED] wrote: hi, i need for help

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
Hi, Thanks yaar. i did the same. regards, vijaykarthik.k Dhiraj yadav [EMAIL PROTECTED] wrote: NIhar is right . plz do as nihar said. comment millon and write crore at that position . if u will fail to do so i will give the entire code On 5/27/06, vijay karthik [EMAIL PROTECTED] wrote

[Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-27 Thread vijay karthik
hi, i need for help regarding a real value as converted into string. for example: real value : 1200.00 rs, this value is converted in to 'One Thousand Two hundred'. Is there any inbuilt function in Axapta. help me... Thanks in advance.. regards, vijaykarthik.k Send instant messages

Re: [Axapta-Knowledge-Village] Text Display

2006-05-15 Thread vijay karthik
queries pass as the same. regards, vijay karthik [EMAIL PROTECTED] wrote: hi, if i use display method means it will display the values that r stored in the specified datasources,that is only static values will be displayed ,if i want to enter the values during runtime means how to achieve