[Axapta-Knowledge-Village] Information About ADO Classes

2007-02-26 Thread Mallikarjun Gudidevuni
Hi all, I just want to know the usage of these ADO classes. CCADOConnection, CCADOCommand, CCADORecordSet. How these calsses are used and what for it is used. Regards, Mallikarjun. Looking for

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

2007-02-21 Thread Mallikarjun Gudidevuni
Hi All, Can any one send any sample xpo of creating excel reports. sample code how to create excel reports. I know that using com we can access the excel, but it could be bettor if i get the sample code. Thanks in avs Arjun - Original Message From: Dipankar Paul [EMAIL PROTECTED] To:

Re: [Axapta-Knowledge-Village] Please answer me...

2006-05-15 Thread Mallikarjun Gudidevuni
hi, For any control, if u want to use in X++, u need to set the AutoDeclaration property to yes. 1. say the textfields are txt1 and txt2 and the button is button1 the code is like this if(txt1.text() txt2.text()) button1.enable(true); else button1.enable(false); Dipankar Paul

Re: [Axapta-Knowledge-Village] Invoices / Batch process

2006-05-15 Thread Mallikarjun Gudidevuni
Hi, See MainMenu-AR-Inquiries-Journals-Invoice form. In this form u will find a button Print Selected Invoice This will print the selected invoices. clegan06 [EMAIL PROTECTED] wrote: Is there a way to have multiple reports (invoices) print to the same file? Can I run invoices in a batch

Re: [Axapta-Knowledge-Village] Text Display

2006-05-14 Thread Mallikarjun Gudidevuni
Hi U have to wite a display method for the second text field. and in properties of send text give the datamethod as the display method name. [EMAIL PROTECTED] wrote: hi, i have two text fields if i entered text in first field that corresponding text should display in second text

Re: [Axapta-Knowledge-Village] editing class method without opening the class

2006-05-14 Thread Mallikarjun Gudidevuni
Hi look at ClassBuild class u can get the help. [EMAIL PROTECTED] wrote: Hi all, i got solution for editing method without opening a class. but, i want to add lines in a particular line in the class method. now, it is added in the first line of the method. if anyone know the solution, pls.

Re: [Axapta-Knowledge-Village] how do i get the database name from aos

2006-05-11 Thread Mallikarjun Gudidevuni
Hi hema, u can find out the databasename from the Axapta configaration Utility. under SQL Tab u can get the database which is used for Axapta. [EMAIL PROTECTED] wrote: Hi, how do i get the databasename, userid and password specified in aos server settings? pls. provide the solution. regs,

Re: [Axapta-Knowledge-Village] Delete Action

2006-05-11 Thread Mallikarjun Gudidevuni
Hi, U can use Delete_From , this will delete a record. MyTable myTable; ttsbegin; DELETE_FROM myTable WHERE }}--MyTable.AmountMST}}-- ='1000'; ttscommit; [EMAIL PROTECTED] wrote: Hi, with out setting any properties in delete action properties sheet how to perform delete action by

Re: [Axapta-Knowledge-Village] posting through X++ code

2006-05-11 Thread Mallikarjun Gudidevuni
Hi see the class PurchFormLetter_Invoice, it will help u. gopala krishna [EMAIL PROTECTED] wrote: hi, I want to post the purchase order thru x++. And i should be able to post only qty 50 even if have qty 100 in my purchase line. which class can i use. and which method. thanks,

Re: [Axapta-Knowledge-Village] how to display a value

2006-05-08 Thread Mallikarjun Gudidevuni
Hi Sreekanth, This you can dot on two ways 1. when u call the second form from the first form. create a display menu item for the second form and place the menu item on the first form. goto proprities of that menu item and give the datasource as the first form table. and in the second form

Re: [Axapta-Knowledge-Village] how to display a value

2006-05-08 Thread Mallikarjun Gudidevuni
this will help u. bye Mallik [EMAIL PROTECTED] wrote: Hi Thanks for your help can i get some sample code regarding thisbecause am new to Axapta... thanks Regards sreeka Mallikarjun Gudidevuni [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent by: cc: [EMAIL

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread Mallikarjun Gudidevuni
Hi, This will work str cVal; cVal = salesline_combo.getText(salesline_combo.selection()); box::info(cVal); gopala krishna [EMAIL PROTECTED] wrote: hi, for the combobox if i associate like this datasource-salesline datafield -reservation and i want to change the combobox value

[Axapta-Knowledge-Village] Info About Axapta cirtification Exam

2006-04-25 Thread Mallikarjun Gudidevuni
passed the Exam, if they remember atlest one Question please send it to me. it will be gr8 help for me. Thank in Advance. With regards Mallikarjun Gudidevuni - How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. [Non-text portions

Re: [Axapta-Knowledge-Village] Table containing Packingslip and invoice data?

2006-02-27 Thread Mallikarjun Gudidevuni
Hi, We have a Table Cust CustPackingSlipTrans check out this. if u want to do any modification while doing Packing Slip, we need to write the code in the class SalesFormLettor_packingSlip in the method endJournalLineLedger. hemachandral [EMAIL PROTECTED] wrote: Dear all, is there any way

[Axapta-Knowledge-Village] Axapta Cirtification.

2006-01-28 Thread Mallikarjun Gudidevuni
Hi All, I am working on Axapta Development for past one year, Now i want to do cirtification in Axapta. can any one give me details of Cirtification. And also do any one have any book on Axapta. where can i find them. Hoping for reply. Thanking you Mallikarjun Gudidevuni niphawan