Re: [Axapta-Knowledge-Village] Secure Code

2008-08-12 Thread Ashok Kumar
Hi Brandon, Writing a code which enable the code access security or trace code access security. - Original Message From: Brandon George <[EMAIL PROTECTED]> To: Axapta-Knowledge-Village@yahoogroups.com Sent: Wednesday, August 13, 2008 1:50:21 AM Subject: RE: [Axapta-Knowledge-Village]

Re: [Axapta-Knowledge-Village] Secure Code

2008-08-12 Thread Subbu
hi Ashok,   search the partner source ( or google ) with key words   "Microsoft Dynamics AX 4.0: Writing Secure X++ Code"  you will get a white paper ... --- On Tue, 8/12/08, Ashok Kumar <[EMAIL PROTECTED]> wrote: From: Ashok Kumar <[EMAIL PROTECTED]> Subject: [Axapta-Knowledge-Village] Secure C

RE: [Axapta-Knowledge-Village] Secure Code

2008-08-12 Thread Brandon George
What do you mean "write a secure code in AX"? Please be more specific in your question. -Brandon From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashok Kumar Sent: Tuesday, August 12, 2008 6:50 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Ax

[Axapta-Knowledge-Village] Secure Code

2008-08-12 Thread Ashok Kumar
Hi ALL, Can anbody suggest how to write a secure code in AX. Please provide the documents or links if any. Thanks in advance Thanks & Regards Ashok Kumar

Re: [Axapta-Knowledge-Village] Preventive and Breakdown maintanance Maintanance

2008-08-12 Thread Partha Chattopadhyay
You can use Work center > Variances to define Time for Preventive maintenance time. Partha --- On Fri, 8/8/08, arunsk20 <[EMAIL PROTECTED]> wrote: From: arunsk20 <[EMAIL PROTECTED]> Subject: [Axapta-Knowledge-Village] Preventive and Breakdown maintanance Maintanance To: Axapta-Knowledge-Village

Re: [Axapta-Knowledge-Village] RunbaseFramework

2008-08-12 Thread Ashok Kumar
Thanks sumit. - Original Message From: Sumit Loya <[EMAIL PROTECTED]> To: Axapta-Knowledge-Village@yahoogroups.com Sent: Tuesday, August 12, 2008 11:27:52 AM Subject: Re: [Axapta-Knowledge-Village] RunbaseFramework Hi,   You can go thru following link for insights in Runbase framework

[Axapta-Knowledge-Village] RE: Invalid date format error

2008-08-12 Thread James Flavell
Okay i found the solution by rearranging the code as follows: while select priceDiscGroup where priceDiscGroup.Module == ModuleInventCustVend::Cust && priceDiscGroup.Type == PriceGroupType::PriceGroup && (crtDateFrom >= priceDiscGroup.Fr

[Axapta-Knowledge-Village] Data upgradation error

2008-08-12 Thread asit nayak
Hello All, I am upgrading data from 3.0 to 4.0. In 3.0 ,i have three company. I have created new blank database in ax4.0 and copy 3.0 data to that blank database.Then started AOS and run Upgrade checklist. When i m running Precynchronize upgrade system throwing error, "only one data up

Re: [Axapta-Knowledge-Village] MS word features in AXapta

2008-08-12 Thread Pankaj Gupta
Also this can done dynamically at the code level , Change the field property to 'AutoDeclaration" to yes this way you can access all its property at code...and there you go Addr_Name.font('Arial'); Addr_Name.bold(10); On 8/12/08, Deepankar Sahdev <[EMAIL PROTECTED]> wrote: > >Hi

Re: [Axapta-Knowledge-Village] MS word features in AXapta

2008-08-12 Thread Deepankar Sahdev
Hi Satya, This can be done at form field level please check the italic ,Underline , and Bold properties in your form fields. -- Regards Deepankar http://axgeek.blogspot.com/ On 8/6/08, satya.kejriwal <[EMAIL PROTECTED]> wrote: > > Can we have MS word basic feature like Bold, Italics or under