[development-axapta] Services are getting stopped/ AOS stops

2010-09-07 Thread pranam mukher
Hi all   We have been working to solve this issue, just need some inputs from your end. We have a server where we have installed workflows, and its our test environment. And i have done customization, on Purchase order form to incorporate workflows into it. It was working fine, all of a

[development-axapta] when to use Index and index hint

2010-08-20 Thread pranam mukher
hi I am aware of the fact that using index in select statement will include an order by clause in ur SQL query. i want to know, exactly when shud i use index and when to opt for index hint, in my Queries. Thanks Pradeep.SI [Non-text portions of this message have been removed]

Re: [development-axapta] select query and grid

2010-08-17 Thread pranam mukher
yes its very much possible. put the results of query in ur temp table, and add it as a datasource, to ur form, then u can navigate. --- On Tue, 10/8/10, ramankt2001 raman_...@hotmail.com wrote: From: ramankt2001 raman_...@hotmail.com Subject: [development-axapta] select query and grid To:

[development-axapta] number of users per AOS

2010-08-06 Thread pranam mukher
Hi guys I have a question. If i have one AOS in a  production environment, and licences for 300 users, can it sustain the load? if not how many users can access the AOS at a time? any help on load balancing is much appreciated.   thanks Pranam.       [Non-text portions of this message have

[development-axapta] Batch job status does not chang

2010-08-05 Thread pranam mukher
Hi all I am using Ax 2009 RTM a VPC. When i put Sales Packing slip  for batch execution, the status of the batch job never changes. what cud be the reason? is it not possible to debug, batch jobs in Ax2009? any work around? or patches available for the same, let me know. [Non-text portions

[development-axapta] Queries VS Select

2010-08-02 Thread pranam mukher
hi guys When its feasible to use select and when we need to use Query classes to fetch data from DB. any answers with examples are much appreciated. Thanks Pradeep.si [Non-text portions of this message have been removed]

[development-axapta] Ax Materials Case study Available

2010-04-07 Thread pranam mukher
Hi guys   Considering the AX market , there are lot of guys willing to kick start their career with Ax. Hence i have come up with some training materials for newBee's to start learning AX Contents of Training material Technical.   1. Basic concepts of AX and OOPS   Morphx,

[development-axapta] Need dev help

2010-01-08 Thread pranam mukher
Hi guys I am a freelancer in Ax, if any one needs a small-medium scale developement need to be done at implementation site,they are free to contact me.         thanks Pranam. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ [Non-text portions of

[development-axapta] SetCurrent method on Axapta

2009-05-22 Thread pranam mukher
hi all    Could you please tel me what is the purpose of the method setCurrent()    For Ex: if (inventQuarantineOrder.InventDimId != inventDim.InventDimId)     {     inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId));     inventDim_ds.setCurrent();    

[development-axapta] Ranges in Queries...

2009-04-14 Thread pranam mukher
Hi all   I have one doubt in queries When we should go for AddRange ,findRange and FindorCreaterange in Queries... can anyone tell me briefly   thanks in advance     Pranam Download prohibited? No problem. CHAT from any browser, without download. Go to

[development-axapta] Runbase reports and reports with dialog method

2009-03-11 Thread pranam mukher
Hi all     I need some clarifications. 1.Whats is the difference betweeen runbase reports and we encounter some reports in AOT which have Dialog method and GetfromDialog method ??? both reports can be catagorized into RunbaseReports.???   Pls justify???       regards Pranam.        

[development-axapta] Getting Error while opening a report

2008-06-23 Thread pranam mukher
Hi all i am getting some strange error whenever i try o open any report in AOT. attached is the file , which contains a error message. it says : Create IC(WinsPool, Microsoft XPS, Document Writer ) is it something related to the Printer Setup, or report Setup issues.

Re: [development-axapta] Report

2008-05-09 Thread pranam mukher
write this code in \Reports\Cust\Designs\Customer\AutoDesignSpecs\Body:CustTable_1\executesecton method public void executeSection() { if(!custtable.Telex) CustTable_Telex.visible(Noyes::No); super() } Pooja . [EMAIL PROTECTED] wrote: Hi All ! Client

[development-axapta] Ax sp2 upgradation checklist

2008-03-31 Thread pranam mukher
Hi All i have a got a problem during installing sp2 on my system, i have installed sp1 ax 4.0 on my system, and after running the setup of sp2 when i open the axapta its asking me upgrade checklist? why is it happing so? what is the wrong while installation please provide some

[development-axapta] Significance of EnumTypeParameter and Enum Parameter

2008-03-25 Thread pranam mukher
hi all Can any one tell me the significance of properties EnumTypeParameter and Enum Parameter on menuitems??? Thanks in advance. - Forgot the famous last words? Access your message archive online. Click here.

[development-axapta] order by then sort

2008-02-27 Thread pranam mukher
hi guys i have requirement where i have to group the records by item id, find the sum of the quantity of a particular item id group, after adding a sum i want to sort them based on the highest qty Ex: if i have items itemqty 1000 50 1000

[development-axapta] hi

2007-09-24 Thread pranam mukher
HAs anybody got sample question paper of AXAPTA 4.0 technical. pls do help. - Forgot the famous last words? Access your message archive online. Click here. [Non-text portions of this message have been removed]

[development-axapta] Purchase form/Report

2007-09-07 Thread pranam mukher
hi all In purchase order form after posting an order a report will open i want to know name of the report that is opening. is it called from purchformletter class ??? if so how it is opened please let me noe if any specific method that calls a report..that opens after posting

Re: [development-axapta] Re: str2date

2007-08-30 Thread pranam mukher
hi morten try out this following code hope this will work: static void validatedate(Args _args) { int numbr1,numbr2; str datevar; date date1; datevar = 31.4.2007; date1 = str2date(datevar,123); print date1; numbr1 =

[development-axapta] Axapta 4.0 certification exam

2007-08-30 Thread pranam mukher
hi friends How to go about axapta 4.0 certification exam??? What are the topics they cover? which topics they emphasis more??? are there any good materials available pls do help.. - Try the revolutionary next-gen Yahoo! Mail. Click

Re: [development-axapta] Re: Debugging Purchase table and form

2007-07-17 Thread pranam mukher
... --- In development-axapta@yahoogroups.com, pranam mukher [EMAIL PROTECTED] wrote: Hi Friends Myself Pradeep , i am trainee in DynamicsAX 4.0 , i want to debug the Purchatable form and table as well but i am not understanding where to start ,mainly i am concentrating

[development-axapta] Error in sales order posting

2007-07-17 Thread pranam mukher
hi friends When i post my sales-order,a report will come as a conformation,but the amount is not shown correctly,if the net-amount crosses 13 or 14 digit,value then ,it prints **(format) in that report.Even same with the Qty field if i enter Qty as 12 or 13 digit