Re: [development-axapta] Security on Print Archive

2004-11-10 Thread Thomas Kristiansen
How about saving the security key along with the print in the print archive? It could be a new security key for every type of print. You cannot actually modify the print archive table (PrintJobHeader) but you can create a new table with a reference to the table via recid and where you save the

[development-axapta] add new element in EDT by X++ Code??

2004-11-10 Thread etovarbustos
Hi everyone... I need to know how to add a new element in an Extended Data Type by x++ code, in others words I need to create an EDT Array by x++. everyone can help me about it?? Thanks,, Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your gr

[development-axapta] Re: Unable to create ActiveX Control: CmxPhone Control

2004-11-10 Thread el8tion
--- In [EMAIL PROTECTED], "danatangerine" <[EMAIL PROTECTED]> wrote: > > I am getting this error message when running a local installation of > Axapta 2.5 on my laptop. Anybody know what to do about it? Thanks! I think this has something to do with Axapta's integration with MS Outlook. I

Re: [development-axapta] Re: User Tables

2004-11-10 Thread hilda cabrejos
Thank you all, for your answers, understood the why Hilda luisxbmo <[EMAIL PROTECTED]> wrote: Hi Hilda, UserInfo is actually SysUserInfo. The others are not available in the AOT as you are not supposed to change them, so don't. Access to the system is based on groups and the Axapta deve

RE: [development-axapta] Big problem: Please Help: Inventory Dimension Size Error

2004-11-10 Thread Girish Bhatkal
The Inventory/dimensions display on the sales line will not help to solve the problem . This option is available only to get the dimensions on the sales lines tab. You need to go to the Item master, select the ITemId. Now you check the Dimension group set on the Item. Now check for thi

RE: [development-axapta] Best Practice in Axapta to ensure quality AXAPTA based ERP Solutions

2004-11-10 Thread Girish Bhatkal
Hi Anil, The best way is to check in the developer's guide (see for programming standards). Also you can check for some good documents on the technet. If you want to see how the relations are set in the datasource and all then the best place to see are the tutorials. Rest of the th

[development-axapta] Best Practice in Axapta to ensure quality AXAPTA based ERP Solutions

2004-11-10 Thread axapta_guru
Hi Guys Can you guide me how we can improve the performance (Speed) of axapta based ERP solutions, using best designing practices, best coding practices, and any other means. A few example may be : 1.   Do all data manipulations on tables, Business Logic changes on Class level, and Display

[development-axapta] Defining a callback method

2004-11-10 Thread manfred.ursprung
Hi, i want to define an event method for a class, but i don't know if it is possible in Axapta. something like that: void generate(){   actionClass = new ActionClass(eventMethod, this);   . } void eventMethod(Object event){   dosomething(event); //target where work shall be don

RE: [development-axapta] Big problem: Please Help: Inventory Dime nsion Size Error

2004-11-10 Thread Rajagopal.B - Manager (Enterprise Solutions Practice) - SIS
Bob Goto Sales order line on the right button you would see inventory; click and see dimensions display // uncheck size and save setup (or) check dimension group in item master and uncheck size and save Let me know if this works else let me check what other possibilites Regards Raj

[development-axapta] Security on Print Archive

2004-11-10 Thread Leberbauer, Herbert - News
Hello! We have the following problem: Our customer wants to print reports to the print archive. But those reports have security-settings, so that only people with granted access may use that reports. But when the report is printed to the print archive, the security permissions are gone. Any i

RE: [development-axapta] Re: Crash dump-printing

2004-11-10 Thread Matt Benic
Hi Luis, This happens before actually trying to print. It occurs when I first click the 'print' button on the toolbar (that should bring up the autpreport dialog). The PDF printer is set as the default, so it shouldn't be trying to communicate with any other printer (that was why we installed

[development-axapta] Re: User Tables

2004-11-10 Thread luisxbmo
Hi Hilda, UserInfo is actually SysUserInfo. The others are not available in the AOT as you are not supposed to change them, so don't. Access to the system is based on groups and the Axapta development team would not be able to guarantee it's sanity if users were allowed to change the basic

AW: [development-axapta] Big problem: Please Help: Inventory Dime nsion Size Error

2004-11-10 Thread tau
Hi Bob, seems that someone changed your Inventory dimension group for those items. Go to "Inventory management / setup / Dimensions / Dimension groups" and find the dimension group for those items. Check the flag "Size" to be not marked. Mit freundlichen Grüßen / Yours sincerely  / Med ve

[development-axapta] Re: PurchTable Return Action Codes Descriptions

2004-11-10 Thread luisxbmo
Hi Bob, ReturnActionDefaults Regards, -- Luis Mourão luis.mourao~mail.dk --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > > > Hi All, > > The Return Action code is on the Setup tab of the PurchTable form. I assume > there is a table that defines the codes and their descriptions tha

[development-axapta] Re: Crash dump-printing

2004-11-10 Thread luisxbmo
Hi Matt, Are you perhaps trying to print to a printer that is un-available? Does this occur when you print to the PDF printer? Do you have a Microsoft Office Document Image Writer installed, how about printing to that one? Drop me a line with this info and I will try to help. Regards, -