RE: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread Christoph Malherbe
Hi Hany_Abodoma, In my (relatively inexperienced) opinion, the solution will depend on the number of possible values available for combobox A and the number of related values that should be put in combobox B. Also, it depends on whether the number of values for combobox A and B may be added to

Re: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread hany abodoma
thanks i'll use lookup tables i need to know how to override the lookup method to allow filtration based on other control - Original Message From: Christoph Malherbe [EMAIL PROTECTED]To: Axapta-Knowledge-Village@yahoogroups.comSent: ‏05 ‏يناير, ‏2006 10:00:47 صSubject: RE:

RE: [Axapta-Knowledge-Village] Filter option in Display method

2006-01-05 Thread mudit mittal
There are workarrounds for some situations. You can manually add find and filter options to the context menu.Datasource has a method - public void filter(fieldId _field, str _value){ super(_field, _value);}If there is one to one mapping for the display field to some table field ,

RE: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread Christoph Malherbe
Do you have access to the developer training manuals? From: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Village@yahoogroups.com] On Behalf Of hany abodoma Sent: 05 January 2006 10:43 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re:

[Axapta-Knowledge-Village] Axapta 4.0 - Debug - Urgent

2006-01-05 Thread Jayaprakash M.
Title: Axapta 4.0 - Debug - Urgent Pals, We have Axapta 4.0 TAP version installed in our system (3 - tier). We are not able to debug. I,e if I place a break point and execute , the execution does not stop at the break point. Note : Setting set has given below Client : Tools - Options -

RE: [Axapta-Knowledge-Village] Axapta 4.0 - Debug - Urgent

2006-01-05 Thread Kim Truelsen
Title: Axapta 4.0 - Debug - Urgent Hi Pals You could not add these questions to the yahoo group. You need to use the reporting tool you have been granted access to. Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Business Solutions Axapta EMEA Global

Re: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread hany abodoma
yea why u ask this question- Original Message From: Christoph Malherbe [EMAIL PROTECTED]To: Axapta-Knowledge-Village@yahoogroups.comSent: ‏05 ‏يناير, ‏2006 10:57:46 صSubject: RE: [Axapta-Knowledge-Village] Filteration Do you have access to the developer training manuals?

Re: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread hany abodoma
can we chat at [EMAIL PROTECTED]- Original Message From: Christoph Malherbe [EMAIL PROTECTED]To: Axapta-Knowledge-Village@yahoogroups.comSent: ‏05 ‏يناير, ‏2006 10:57:46 صSubject: RE: [Axapta-Knowledge-Village] Filteration Do you have access to the developer training manuals?

Re: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread DIEGO MARIANO GAGLIANO
Hi hanyI hope this can help you: 1) In the form datasource à select the field and add this method. Send the parameters that you need.public void lookup(FormControl _formControl, str _filterStr) { ; InventTable::lookupItem(_formControl,salesline.ItemId,salestable.Type); } 2)

[Axapta-Knowledge-Village] Deleting a file

2006-01-05 Thread mohit rajvanshy
Hi All, Can we delete a file in windows using axapta code? If any body is having any solution it will be very helpful to me. Thanks in Advance Mohit Regards Mohit Rajvanshy __ Yahoo! DSL – Something to write home about. Just

RE: [Axapta-Knowledge-Village] Deleting a file

2006-01-05 Thread Jacob Hjelmer Nielsen
Try WINAPI::deleteFile(str file) Med venlig hilsen/Best regards Jacob Hjelmer thy:development Søvej 13B DK-3460 Birkerød Tlf.:+45 96 170 470 Fax: +45 45 824 544 Mobil: +45 24 474 032 E-mail: [EMAIL PROTECTED] www.thydevelopment.com -Original

[Axapta-Knowledge-Village] How to run DTS in Axapta

2006-01-05 Thread oq
Hi.. I want to export the data from SQL to dbf file, can i use DTS in axapta for export data??and how syntax in x++?? or do you have more suggestion to solve my problem ?? Thanks Yahoo! DSL Something to write home about. Just $16.99/mo. or less Sharing the knowledge on Axapta.

RE: [Axapta-Knowledge-Village] Deleting a file

2006-01-05 Thread mohit rajvanshy
Thanx Buddy --- Jacob Hjelmer Nielsen [EMAIL PROTECTED] wrote: Try WINAPI::deleteFile(str file) Med venlig hilsen/Best regards Jacob Hjelmer thy:development Søvej 13B DK-3460 Birkerød Tlf.:+45 96 170 470 Fax: +45 45 824 544 Mobil: +45 24 474 032

RE: [Axapta-Knowledge-Village] Axapta 4.0 - Debug - Urgent

2006-01-05 Thread Harry Deshpande
Title: Axapta 4.0 - Debug - Urgent *lol* This posting is provided AS IS with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm The code provided (if any) may be written from the point

[Axapta-Knowledge-Village] How to run DTS in Axapta

2006-01-05 Thread q_sw00
Hi.. I want to export the data from SQL to dbf file, can i use DTS in axapta for export data??and how syntax in x++?? or do you have more suggestion to solve my problem ?? Thanks Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links * To

RE: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread Christoph Malherbe
Hi again, A fairly comprehensive example is provided in the Dev III course manual(chapter 4). If you aren’t successful after reading the manual, let me know and I’ll send you an .xpo with an example. Regards, From: Axapta-Knowledge-Village@yahoogroups.com

Re: [Axapta-Knowledge-Village] Filteration

2006-01-05 Thread hany abodoma
thanks about your help i don't have word to thank u i'll read it so hard and i'll tell u but please send to me the xpo to apply what i read in this xpo - Original Message From: Christoph Malherbe [EMAIL PROTECTED]To: Axapta-Knowledge-Village@yahoogroups.comSent: ‏05 ‏يناير, ‏2006

[Axapta-Knowledge-Village] Production post-adjustment error

2006-01-05 Thread anliaaxapta
Hi all, I get this error once trying to update production to costing. the error says that production can not be post-adjusted. Hence i can not end the production. I have tried to use an older date, but still no luck. On another note, what is the consequence of not ending production orders?

RE: [Axapta-Knowledge-Village] How to run DTS in Axapta

2006-01-05 Thread Brandon George
I saw this question, and thought I would write an entry about how to do this on my blog. You can check it out here: http://dynamics-ax.blogspot.com/2006/01/execute-dts-package-from-x.html From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of q_sw00Sent:

[Axapta-Knowledge-Village] Re: FRX

2006-01-05 Thread mrsnid
Yuliana, Yes, Axapta 3.0 will work with FRx, there are some technical issues I believe in getting the license codes to behave properly, but it does work. Also if you find good documentation, let me know ( I am still searching for a users guide that explains process ) thanks good luck !

RE: [Axapta-Knowledge-Village] Axapta programming version control

2006-01-05 Thread Bayliss, Barry
Andrew, Just to get a better idea of how the two groups are working together, when the external developers are doing work in the VAP layer, and are modifying objects which have been modified in the CUS layer do they: 1. Leave the changes in the CUS layer. 2. Export and import

[Axapta-Knowledge-Village] Re: Production post-adjustment error

2006-01-05 Thread Hardi
Hi Yifat, It could be many possible cause but it seems that axapta is failed to update ledger account(s) relating to value adjustment of something related to that particular production order. Can be from picking list value or qty adjustment (by the way: do you use standard cost, FIFO or

RE: [Axapta-Knowledge-Village] How to run DTS in Axapta

2006-01-05 Thread oq
Thank you for your respond. but i'm still confuse, how to move the data from Sql table to dbf file use dts package.Thanks before.Oq Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. Sharing the knowledge on Axapta. Visit

RE: [Axapta-Knowledge-Village] Filter option in Display method

2006-01-05 Thread Siva kumar
Thank you Mittal for the suggestion. I think we have to call the filter method during runtime. But My Question is I Need to get Filter and Find Option when rightclick on display control. I know It is only a display control Its not and edit control. I want to clarify whether it is possible .

Re: [Axapta-Knowledge-Village] Re: Performance

2006-01-05 Thread kumar gaurav
hi maverick,first of all ttscommit shd be called at the last of complete update becuase it takes much more memory rather than the runtime memory which you are talking ab't. The index should be the onewhich shd consist the selection criteria field, and if is cluster one it is the best

Re: [Axapta-Knowledge-Village] Axapta 4.0 - Debug - Urgent

2006-01-05 Thread kumar gaurav
hi jaypraksh,So you are facing a problem often encountered in 3.0, may be you can test it from some other machine using the same application that if it is allowing to debug or not. I am sure it will allow to debug. If the debugging is possible from other machine it means that there is some

Re: [Axapta-Knowledge-Village] EnterprisePortal

2006-01-05 Thread kumar gaurav
in the developer help file you have very nice tutorials to start with.they are areally helpful, another document available is with product CD.hope you will find it usefullbye Kumarhany_abodoma [EMAIL PROTECTED] wrote: Dear all dose any one can help me for by step that i can walk

[Axapta-Knowledge-Village] temporary table

2006-01-05 Thread niphawan sungnoi
Hi all, I used temp table for report so, If I want to sort and group header at my report (as same normal report ) and I set buffer of this temp but I don't know what I must to do or I must to coding Please, nipnoi Send instant messages to your online friends