Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-07 Thread Paulius Cerniauskas
the esiest way is to create new extended data type, e.g. AAA_ProjId and create a form ProjIdLookUp, which filters desired records. Then on AAA_ProjId FormHelp property filed specify that form you have just created. the other way is to use form with desired form control that has overwriten lookup

Re: YNT: [Axapta-Knowledge-Village] Index usage

2005-09-07 Thread Harry \(Harshawardhan Deshpande
hi Cenk Before everything else I would like to admit that my expertise is with x++ and business logic. I am sort of lost when it comes to the interface between x++ and operating system, database etc. Hence whatever I say take it with a grain of salt and only if you find it logical. I am quite

[Axapta-Knowledge-Village] Period Costing for productions

2005-09-07 Thread Gokhan Can
I have a big costing situation for production which goes for few months. We cost them at everymonth so financial stocks and physical stocks are equal. But when we finish same production in the following month it calculates the production receipts again and makes some adjustments for the

RE: [Axapta-Knowledge-Village] Index usage

2005-09-07 Thread Søren Ager
Den 6. september 2005 17:29 skrev Cenk Ince: inventTrans table has some indexes on it. But when i create a select sentence for most records in table, i can't find an index that has fields itemid and dateFinancial. So i can't decide to use itemidX or OpenItemidx. Always use the index where

RE: [Axapta-Knowledge-Village] Second Unit of Measure

2005-09-07 Thread Danny
JR, I have just finished going through the same type of process for a company that sells steel. Their needs sound similar. They sell steel by the piece but a piece could be 10 feet, 20 feet, 40 feet or any other predefined length. The solution is not an easy one and includes having

[Axapta-Knowledge-Village] Axapta 3.0 Installation and Cnofiguration Exam !

2005-09-07 Thread ayman
Hi all ; does any one have sample questins on this exam ! I'm going to do it next week . any help is appricated. Ayman Yahoo! Groups Sponsor ~-- Put more honey in your pocket. (money matters made easy).

[Axapta-Knowledge-Village] Axapta on Oracle 9i / 10g database

2005-09-07 Thread Nihar Saraiya
Hi All One of our potential clientswantsAxapta on Oracle 9i / 10 g database. Can Axapta support Oracle database and the other way round? Regards Nihar Saraiya, Confidentiality Notice This email is confidential and may also be privileged. If you are not the intended recipient please

Re: [Axapta-Knowledge-Village] Axapta on Oracle 9i / 10g database

2005-09-07 Thread Arijit
Hi, Axapta supports ORACLE 9i. We are using it. On 9/7/05, Nihar Saraiya [EMAIL PROTECTED] wrote: Hi All One of our potential clients wants Axapta on Oracle 9i / 10 g database. Can Axapta support Oracle database and the other way round? Regards Nihar Saraiya, Confidentiality

[Axapta-Knowledge-Village] Passing data between forms...

2005-09-07 Thread Marco Donna
Hello, I was wondering how I can pass data from one form to another the most simplistic and pratical way. What I am trying to accomplish is that I have a form, and that form has a grid and buttons. When the user clicks on one of the buttons as a row is selected, How do I have the button

Re: [Axapta-Knowledge-Village] Axapta on Oracle 9i / 10g database

2005-09-07 Thread Afzal Basha
Nihar, Axapta 3.0can run on ORACLE 9i Database.Check out the below link. http://www.microsoft.com/BusinessSolutions/Axapta/systemrequirements.mspx Afsal Basha. Nihar Saraiya [EMAIL PROTECTED] wrote: Hi All One of our potential clientswantsAxapta on Oracle 9i / 10 g database. Can Axapta

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Hi Paul, Thank you for the hints. Regards, subbuPaulius Cerniauskas [EMAIL PROTECTED] wrote: the esiest way is to create new extended data type,e.g. AAA_ProjId and create a form ProjIdLookUp, whichfilters desired records. Then on AAA_ProjId FormHelpproperty filed specify that form you have

Re: [Axapta-Knowledge-Village] Passing data between forms...

2005-09-07 Thread Arijit
Use the Args class to pass data On 9/7/05, Marco Donna [EMAIL PROTECTED] wrote: Hello, I was wondering how I can pass data from one form to another the most simplistic and pratical way. What I am trying to accomplish is that I have a form, and that form has a grid and buttons. When the user

RE: [Axapta-Knowledge-Village] 2nd shot exam promotion !!!

2005-09-07 Thread John Lindsay
Ive taken the 2nd shot exam which ended 8/31 I did it through Thompson/Prometric. I got the code from the Microsoft site, but could not Enter it in the promotions. You need to call the testing service (Prometric) and speak to an operator. From:

[Axapta-Knowledge-Village] Settling Invoices through code

2005-09-07 Thread Brandon George
I have a question. Does anyone have any code examples of Settling an Invoice through code? Does anyone know what all tables need to be updated? and If there is a class that I can use to settle an Invoice? I am sure it has something to do with creating a Payment Journal. You see we are

[Axapta-Knowledge-Village] Axapta with ADP Payroll

2005-09-07 Thread dcatton2
Does anyone know of the capability to download payroll information directly from ADP into Axapta? Yahoo! Groups Sponsor ~-- Put more honey in your pocket. (money matters made easy). http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/kGEolB/TM

[Axapta-Knowledge-Village] Form on a dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Hi , I have a form . The form has a lookup string control. The lookup string control has a overidden lookup() method to do some fetching logic. so basically the form has only one stringcontrol with lookup. How do I paste ( add ) it on the dialog with out disturbing the lookup on the form in

RE: [Axapta-Knowledge-Village] Form on a dialog

2005-09-07 Thread Dyachenko, Dmitry
Hi subbu, Its possible to use a form as a part of dialog box. See tutorial_runbaseform project in axapta. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, Mamidi Sent: Wednesday, September 07, 2005 2:40 PM To:

RE: [Axapta-Knowledge-Village] Form on a dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Thank Dmitry. that helped me. regards, subbu"Dyachenko, Dmitry" [EMAIL PROTECTED] wrote: Hi subbu, It’s possible to use a form as a part of dialog box. See tutorial_runbaseform project in axapta. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [Axapta-Knowledge-Village] Index usage

2005-09-07 Thread Chaminda Kothalawala
Hello You can use index hint in select. If you have only one index, no need to use index hint. It will be automatically used by the system. But If you have more, you can specify index that you want to use. Thanks Chaminda On 9/6/05, Cenk Ince [EMAIL PROTECTED] wrote: Hi All;Assume that i have 4