[Axapta-Knowledge-Village] Identifying Thread Id

2010-04-05 Thread compashi
Hi Community Members, One of our client is facing error of "ClrObject static method invocation error" during batch execution of SO for invoicing. The error is sporadic in nature, and we want to find out the reasons behind it. We are utlizing Print Management feature of DAX 2009 for printing an

[Axapta-Knowledge-Village] Not able to execute PayPal Credit card processing .dll on Terminal Server

2010-03-20 Thread compashi
HI Group, Our clients utilizes Advanced Credit Card processing addon from RedMapple. And for processing the credit card transactions we are consusming the services of PaYPal. There is one SDK named as Payflow_dotNEt_Setup.msi that was provided by RedMapple which contains one Payflow_dotNET.dll

[Axapta-Knowledge-Village] Re: Implementing ListPanels in AX 4.0

2007-01-02 Thread compashi
Hi Satish, Just see the \Forms\tutorial_ListPanel in Axapta 3.0 since you are talking about Dynamics Ax 4.0 just see whether Ms Corp. have retained Axapta 3.0 tutorials in 4.0 also or not. Just follow the example if you still have problem in doing that let me know. But i tell this wh

[Axapta-Knowledge-Village] Problem in Document Handling

2006-05-01 Thread compashi
Hi,    I have a problem in attaching a document to a record in Axapta 3.0. I set Basic à Setup à Document Management à Document Types à General à Document Location to `Database'. But when I try to attach a document , it throws an error "The file cannot be saved in the database as it is curr

[Axapta-Knowledge-Village] Have anybody installed Axapta 3.0+SP5 on Windows Japanese version Of Windows XP

2006-04-13 Thread compashi
Hi Everyone, I am facing some unique problem. I am trying to install the Axapta 3.0 with SP5 on a machine that have Windows XP Japanese version with Office 2003 that too in Japanese version to test one of our App that basically provides an end user to work on Axapta from Office itself. We want t

[Axapta-Knowledge-Village] How to perform self join in X++

2005-03-14 Thread compashi
Hi Guys, Please tell me how to perform self join in X++ language. the same task can be done in SQL with the help of making aliases but i don't whether the same is possible in X++ or not. If somebody of you can jot down some code it will be higly appreciated. Bye Guys. Have a good day.

[Axapta-Knowledge-Village] How i can find the sum figures with a specific month and year combo

2005-03-10 Thread compashi
Hi Guys, I have a tricky prob i want to calculate the sum of a field based on the month and respective year. viz. i want what is the sum that have been calculated in the month 6,7,8,9 ... for the year 1995,1996,1997... or more explictly like 6/1995,7/1995,8/1995.or

[Axapta-Knowledge-Village] Insert_Recordset with join condition

2005-03-08 Thread compashi
Hi everybody, Have any one of you tried Insert_recordset() with some join condition with some other tables and then inserted the result into a table. I am trying follwing code but it's giving error that " The selection field list (2 fields) does not match the insertion field list (1 fields)"

[Axapta-Knowledge-Village] Temporary tables Vs Regular Table

2005-02-28 Thread compashi
Hi Everybody, Friends i am in Dilemma whether to use Permanent or Regular Table. Because i was creating a report with the help of a temporary table but when i tried to use that table a lot many issues do cropped up like 1.Some people said that Insert_recordset can not be used with temp tabl

[Axapta-Knowledge-Village] Report Column Arranging problem

2005-02-25 Thread compashi
Hello Guys, I want to know if there is any property in auto generated report by which i can arrange my fields on to run time in report. That is what i have done is that only those columns will be shown in my report where there is data at least in one row as per the selection but the problem

[Axapta-Knowledge-Village] Re: Hi Guys Is this a possible scenario to boost up performance

2005-02-24 Thread compashi
rt_Recordset works with non-temporary tables. > If your non-temporary table has a overridden insert method, use > skipDataMethods() otherwise it is a record-by-record operation like > 'while select' > > I hope this will help, > Victor > > > --- In

[Axapta-Knowledge-Village] Hi Guys Is this a possible scenario to boost up performance

2005-02-24 Thread compashi
hello everybody, is the above code is possible in Axapta. If not then why and if yes then if there is any error then correct it. As you know guys that insert_Recordset is a performance booster then i thought if it could be used with while select then it will be a great one but i am not sure

[Axapta-Knowledge-Village] Edit problem on form

2005-02-21 Thread compashi
Hello Guys, Friends i have created a Form whose datasource is a Temporary Table and have got a CheckBox field appended at the end of each row of the form. Now friends i am not able to write down a method which can insert the status of the check box into the temporary table and also the same i

[Axapta-Knowledge-Village] How to join data fetched from temporary table

2005-02-18 Thread compashi
Hai Guys, I am facing some terrible problem . Mine problem is that with the help of class i have populated certain data on to a Form. Now i am putting some checkboxes that are part of my temporary table whose status is important to me for creating a report. The report i am calling from from F

[Axapta-Knowledge-Village] How to know in Advance that next record is the last record of table in advance

2005-02-11 Thread compashi
hi All, Can any of you help me know that how to check conditionally that the next record is the last record of the table. one thing that i was hoping to work is given below but it is not working with if condition. CustTable _custtable; if(next _custtable ) { } Help me out. Till then Bye.

[Axapta-Knowledge-Village] Does Document Handling Requires 3rd Party

2005-01-31 Thread compashi
Friends please tell me whether Docuemnt Handling requiers any 3rd party i.e. COM license or it can be done without any 3rd party license because in my tool bar Document Handling icon is not active when i am proceeding as per the steps told me to one of my group fellow .And its also written in

[Axapta-Knowledge-Village] how to do document handling

2005-01-29 Thread compashi
Hello to All, Friends i am novice in MBS Axapta. And i am in lurch because i am not able to configure Document Handling option. I have heard that with its help a person can keep his corporate documents in Server and can make that data readily available to its user. Can some one of you can el

[Axapta-Knowledge-Village] How to keep Word Documents in Axapta

2005-01-28 Thread compashi
Hello to All, Friends i want to know that how i can keep a bunch of my company policy documents created in MS word, on Axapta.Does this requires any third party licesnse or the feature Document Handling can help me in any way. If Document handling can do this task than please elaborate that h

[Axapta-Knowledge-Village] Re: Dynamic Controls

2005-01-19 Thread compashi
--- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente Peña/OPENSOLUTIONS <[EMAIL PROTECTED]> wrote: > Thanksss. As usual you are helping us out i will try what you have suggested me and will let you know if any problem crops up. Have a good time. Tha

[Axapta-Knowledge-Village] Dynamic Controls

2005-01-19 Thread compashi
Hi to all, Friends i am designing some reports and mine problem is that because of some designing constraints i want to generate a new real control at run time itself.i.e. i want to generate a new control only on a particular event and more over i can't use use visible feature false, because

[Axapta-Knowledge-Village] Slow Performance of Report

2004-12-28 Thread compashi
Hi Everbody, Well friends i have designed a report on SubLedger transaction. For that i have to take field from many tables viz. VendTrans,AssetTrans,BankAccountTrans,CustTrans,Ledgertable and not mention Ledgerttrans also. now i have inserted my desire dataset on a temp table which i have c

[Axapta-Knowledge-Village] Hai EveryBody (Application Security Problem)

2004-12-25 Thread compashi
Hello to all, Can any one tell that an application that have been developed can be locked so that a developed appl. on VAR layer can not be modified by anyone. Even when somebody have developer license for var layer and also the password that one have to enter after logon which axapta asks i

[Axapta-Knowledge-Village] Class Based Reports Behaving Abnormally

2004-12-20 Thread compashi
Hello to all and Group Moderator for such a wonderful group. I am a novice in the Axapta Development.Right now i am creating some reports in Axapta platform and experencing some uneven problems. Some times when i create a Report in 2-tier Fat Client Structure. What happens is that on opening C