AW: AW: [Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread Andrae, Tobias
upps... looked it up again and found nothing... As far as I remember there was a Whitepaper on technet - but don't remember which one. Another place would be the Installation & Configuration II Course material. Best regards, Tobias -Ursprüngliche Nachricht- Von: MBS A

Re: [Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread Subrahmanyam, Mamidi
Hi there,   These are from a documentation called 'Technical Information” document called “PerformanceEnhancements Using the Cost-Based Optimizer” from the Axapta 3.0 CD'.   I never tried. I have a report which runs on invenTrans ans join itemtable. Its running for 1 hour due to no physicaldate

AW: [Axapta-Knowledge-Village] Filtering on a non-filterable field?

2005-08-12 Thread Leberbauer Herbert - News
Memo-Fields are not filterable by design. You could change the type to a string-field with 1000 chars, but you may loose information. Herbert -Ursprüngliche Nachricht- Von: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von hkruiniger Gesendet: Freitag, 12.

[Axapta-Knowledge-Village] Physical Reserve

2005-08-12 Thread David VanEchaute
Hi, Does anybody know why a SalesOrder doesn't create physical reserve but a release off a blanket sales order does? Is there a way to turn this off? I have the system set to "manual" under setup in AR as well as on the header and lines of the sales orders. Are there any other parameters or someth

[Axapta-Knowledge-Village] Filtering on a non-filterable field?

2005-08-12 Thread hkruiniger
Dear all: my client has a requirement to filter the display in the CRM Activities screen by using a wildcard match in the Memo field, which they use as a log of phone calls, interest expressed in products, etc. However the standard filter facilities, ctrl-F etc are not available - how can I c

AW: [Axapta-Knowledge-Village] plz help me out

2005-08-12 Thread Leberbauer Herbert - News
Hi!   "if (element.args().caller())" checks if there is a "caller", which means, if there is e.g. a menuitem, or a class which has called your object, where this method resides. In this case, it is the class "AddressCheck" which has called this method.   Then in "addressCheck = element.args

[Axapta-Knowledge-Village] SQL statement to get costvalue of a custinvoicetrans record

2005-08-12 Thread James Flavell
Hi everyone, I would like to get the SQL statement or best SQL approach to get a result set that provide one line for every custinvoicetrans record AND WITH THE COSTVALUE (entered+adjustment). I think some of you have problem done this a lot of times so I hope you can help me. Now I 'know' the b

Re: AW: [Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi Tobias       Sorry for four times as i had some problem with internet. I have gone through the entire "Axapta developer guide" and no where its written about my points.   Can you guide me please to give the answer the meaning of the words as per below 1). forcePlaceholders 2). forceSelectO

[Axapta-Knowledge-Village] Barcode font and displaying brackets in PDF

2005-08-12 Thread Zahir Kasmani
Hi all, Axapta uses the PDFViewer class to create a PDF file. I need to use this functionality to produce PDF files with barcodes. As an example, I have a new font for barcoding which takes the UPC code 20348934382 and converts it into W(c03489*NONSMm(W which is a scannable barcode when prin

[Axapta-Knowledge-Village] plz help me out

2005-08-12 Thread rajiv bhat
Hi there i m new in Axapta  Actually i am not getting the meaning of Following:- /*void init(){    AddressCheck addressCheck;     super();     if (element.args().caller())    {    addressCheck = element.args().caller();    tmpAddressCheck.setTmpData(addressCheck.tmpAddressCheck());   

RE: [Axapta-Knowledge-Village] Why so slow???

2005-08-12 Thread Brandon George
I am going to re-send this...   Has anyone ever Confirmed a Sales Order through code? If slow, have you ever experienced it being slow? Taking a good bit of time? If so, what can be done to speed it up?   thanks, Brandon From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTEC

RE: [Axapta-Knowledge-Village] BOM requirements loss after partiallt costing a production order( Urgent)

2005-08-12 Thread JI Markusse
Hi Gökhan, Make sure that the "End Job" selection is not switched on for both "Report as Finished" and "Costing". If this is switched on for "Report as Finished" the system cancels all reservations against raw materials. If it is switched on for "Costing" the system will not allow any transact

AW: [Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread Andrae, Tobias
FOUR TIMES ???   Read the Axapta development handbook – all parms are explained there.   Hth Tobias     Von: MBS Axapta [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 12. August 2005 09:12 An: axapta-knowledge-village@yahoogroups.com Betreff: [Axapta-Knowledge-Village] Doubt

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] Doubt on Select statement ?

2005-08-12 Thread MBS Axapta
Hi,   I have doubt on select statement which is written in the Axapat on a class known as "InventSumDate" .   If you  look the code in the methods( "selectInventTransPostingFinancial" or  selectInventTransPostingPhysical) of class "InventSumDate". There is a while statement like below.     "

[Axapta-Knowledge-Village] BOM requirements loss after partiallt costing a production order( Urgent)

2005-08-12 Thread Gokhan Can
I have a production order which is status is Started.when we turn from june to August we had to cost our production for report of finished quantities.But I can not see ant BOM requirements for this production anymore. As an example Production Order Qty : 1000 Total BOM requirement of pro