Re: [development-axapta] changing Formdatasource field allowedit property from code

2006-11-24 Thread Sailendran Rajan
Hi Ramazang, just try this, datasoursename.object(fieldid).allowEdit(false) will do. eg, custTable_ds.object(fieldNum(CustTable, Name)).allowEdit(false); regards Sailendran Rajan Ramazan GÝRGÝN [EMAIL PROTECTED] wrote: Hi all, How can I change datasource field

Re: [development-axapta] Error during creation of new object server

2006-12-20 Thread Sailendran Rajan
did u chk the application/ events in Ctrl Panel? wat does the error say? febinpc [EMAIL PROTECTED] wrote: Hello all, I m having Windows 2000 server in the server machine. After installing AOS in the server machine, it is not allowing to change the start up of object server and also

Re: [development-axapta] Reply- Regarding enquiry on Maps

2006-12-21 Thread Sailendran Rajan
Hi trinadh sura, Pls bear with the presentation style, am in a good mood now.. I am not sure if I was dreaming, but I was among tables in AOT of Axapta. I could see hundreds of tables with tons of data in them. Many of the fields in the table were labeled with different

Re: [development-axapta] hi,

2007-01-09 Thread Sailendran Rajan
Y dont you use Developers help available as CHM? abhinendraitm [EMAIL PROTECTED] wrote: can one tell me how to get help axapta __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

Re: [development-axapta] Can We Install Axapta 3.0 and Axapta 4.0 in a single System

2007-01-09 Thread Sailendran Rajan
Hi Ahmed, You can have 3 4.0 in the same system. If you want you can have 2.5 also in the same system. In ctrlpanel/admin tools/services, 4.o AOS will be seen seperatly and 3.o (if its a 3-tier) AOS will be seen seperatly. Sailendran Rajan Syed Saeed Ahamed [EMAIL PROTECTED] wrote

Re: [development-axapta] Demo data

2007-01-09 Thread Sailendran Rajan
From Main menu follow the path to invoke the import/xport utility as follows. Main-administrationDataexport/importimport. now select the folder containing data. There will be 2 files. one with .dat xtension, and other with .def. the data is in *.dat file and the other one is its definition file.

Re: [development-axapta] importing objects

2007-01-09 Thread Sailendran Rajan
in a single layer. ie, a single table can reside in different layers, each layer holding seperate portions of it. But a form cannot be accommodated partially in a layer. Either full , or NIL. hope this resolves ur issue regds, Sailendran Rajan febinpc [EMAIL PROTECTED] wrote

Re: [development-axapta] Re: Demo data

2007-01-12 Thread Sailendran Rajan
Sailendran Rajan email_young123 [EMAIL PROTECTED] wrote: Thanks for your reply. I can not see the dat and def files on any of the folder structure within Axapta. I do not have access to Partnersource or Customersource to get access to the demo data files

Re: [development-axapta] Change Printing Paper

2007-01-16 Thread Sailendran Rajan
Hi, Checkout the class PrintJobSettings. Everything is there. Sailendran Rando [EMAIL PROTECTED] wrote: Dear All I had a problem in setting paper size when printing Invoice in AXAPTA. Please corect me if I am wrong, AXAPTA using the default paper size

Re: [development-axapta] Demo data

2007-01-22 Thread Sailendran Rajan
Hi in one of your email you told me that you downloaded Dynamics AX. how did you do that without being a partner? could you send me info regarding this, thanx in advance sailendran email_young123 [EMAIL PROTECTED] wrote: Can anyone outline how to install demo data to AX 4.0?

RE: [development-axapta] Multiple Applications in AX 4.0

2007-02-01 Thread Sailendran Rajan
to login, try this and lemme know.. cheers... Sailendran Rajan suneel babu [EMAIL PROTECTED] wrote: HI... I Have a problem with dynamics ax 4.0 client . when i connect with ax 4.0 server it displays You are not a recognized user of Dynamics Ax

RE: [development-axapta] Re: Exporting Security Settigns for User Groups

2007-02-20 Thread Sailendran Rajan
A nice post!! Serge Boomsma [EMAIL PROTECTED] wrote: Hi all, I created a job that exports all the security-settings which are in the system to files. The filenames are build like this: DomainId#UserGroupId.asg I also created a job to import these files (from a certain directory). It's

Re: [development-axapta] Failed to establish connection

2007-05-10 Thread Sailendran Rajan
this can be due to many probs -application error, same port used by another application, missing application folder, incorrect client configuration etc etc. Check out the event viewer from control panel, and you will get an idea why the client is not connecting to AOS. If client config is okay

Re: [development-axapta] Form Refresh problem

2007-05-22 Thread Sailendran Rajan
call executequery() from code. Override the same if required. Sailendran suneel babu [EMAIL PROTECTED] wrote: HI., I have problem with form refresh in axapta. when i change an record info in the data source of the current form then it doesn't refreshed. once i close the form and

Re: [development-axapta] Form Refresh problem

2007-05-23 Thread Sailendran Rajan
(); if(yourTableBuffer.isFormDatasource() { yourTable_ds=yourTableBuffer.datasource(); } yourTable_ds.executeQuery() ~ ~ } Sailendran Rajan suneel babu [EMAIL PROTECTED] wrote: Thanks for ur solution. I am also try this way. But it works on the form controls

Re: [development-axapta] getting values from the calling form

2007-05-29 Thread Sailendran Rajan
and disassemble it to extract ur records. say, void init() { //inside report method text = elemrnt.args.parm(text); } Now u can work around with the text value as u wish. Sailendran Rajan V G [EMAIL PROTECTED] wrote: Hi Our client has a requirement where open a form

Re: [development-axapta] setting the property on a table

2007-06-06 Thread Sailendran Rajan
Hi Braian, Use Axapta reflection API for this. SysDictTable, SysDictField etc Sailendran Rajan branjema [EMAIL PROTECTED] wrote: I have a table and need change the table property in code. How do I do this? Thanks Brian

Re: [development-axapta] Reports Custamization

2007-06-25 Thread Sailendran Rajan
cud u make it clearer? is it a table field or a display field? Sailendran naveed_jadoon83 [EMAIL PROTECTED] wrote: Hello to all , i add a new field to invoice sale but this field show nothing what should i do. thanks - Got a

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

2007-07-16 Thread Sailendran Rajan
. so start from main() of PurchFormLetter..cheers, Sailendran Rajan 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

Re: [development-axapta] Re: How To Find Persons who born today ? (birthdate)

2007-11-05 Thread Sailendran Rajan
But its better not to use the below code in custumization, unless for a Job. Belujins method is recommended. stuzimmy [EMAIL PROTECTED] wrote: The following code will find users who's month and day match today's month and day. It runs a sql statement against the database. Good luck.

Re: [development-axapta] Difference between AXPurchTable and PurchTable?

2007-11-07 Thread Sailendran Rajan
in AX) and send out of AX. Similarly it can recieve the binary streams from transport layer and convert bak to get back , say ur Purchase/SalesOrders. Check out STD InterCompany functionality classes. Hope this clears. Sailendran Rajan Earl Rey Lacsina [EMAIL PROTECTED] wrote: Can

Re: [development-axapta] Best Practice Errors on Tables

2007-11-13 Thread Sailendran Rajan
Hi, 1. Check if the field is relly reqd or not. 2. since it is a displat method, u hav to add the following comment just above the methos body //BP deviation documented this is to conform with trust worthy computing (Twc) sail dvstza [EMAIL PROTECTED] wrote: Hi Everyone,

Re: [development-axapta] Re: 3 Localizations into single AOS and Single DataBase

2008-04-15 Thread Sailendran Rajan
Its in GLS only, and soon all localizations wud be available in GLS only. :) pkpeterson652 [EMAIL PROTECTED] wrote: Hello Trinadh, If the Indian localization is anything like the China Localization it gets installed into the GLS/GLP Layer. The DIS Layer is for hotfixes. So if you

Re: [development-axapta] Regarding changes in framework classes

2010-07-26 Thread Sailendran Rajan
If possible this should be avoided. But certain cases like adding new financial dimension (SysDimension enum) may require coding the class to control the visibility of newly added dimension. Yes, MS has certified such type of coding in some localizations. --- On Tue, 13/7/10, srinath s

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

2010-09-10 Thread Sailendran Rajan
Also you could confirm that any of your customization code is not putting the AOS in ambiguty, by removing your code temporarly and make sure that the same environment works fine. Before that you can try deleting all the index files from your application folder and recreating them.Not only

Re: [development-axapta] select query and grid

2010-09-10 Thread Sailendran Rajan
Using temp table here is quiet expensive with regards to performance in production environment. You have to use QueryBuild* objects here and change the query on button click. --- On Mon, 16/8/10, pranam mukher pranam_shub...@yahoo.co.in wrote: From: pranam mukher pranam_shub...@yahoo.co.in