[development-axapta] RE: [Axapta-Knowledge-Village] when to use Index and index hint

2010-08-20 Thread Malcolm Burtt
reason to use “Index” at all. It simply ensures that the data is returned sorted in the index order which you can already achieve with the “Order By” clause with the important advantage that the sort order would not change if someone altered the index definition in some way. Regards Malcolm

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-04 Thread Malcolm Burtt
problems (although I am not really a developer in AX these days) James From: development-axapta@yahoogroups.commailto:development-axapta%40yahoogroups.com [mailto:development-axapta@yahoogroups.commailto:development-axapta%40yahoogroups.com] On Behalf Of Malcolm Burtt Sent: 02 June 2010 20:05

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
] On Behalf Of Malcolm Burtt Sent: 02 June 2010 16:39 To: development-axapta@yahoogroups.commailto:development-axapta%40yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi James You can monitor the Private

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread Malcolm Burtt
kernels as I've been dealing with a leak problem for one of my clients over the last couple of months and the signs are good that the latest kernel has resolved the problem for them. Regards Malcolm Burtt Product Development Manager Touchstone Ltd From: development

[development-axapta] RE: [Axapta-Knowledge-Village] AX With different Locations

2010-02-10 Thread Malcolm Burtt
for those that are remote. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: axapta-knowledge-vill...@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of Amgad Toma Sent: 04 February 2010 09:23 To: development-axapta@yahoogroups.com; axapta

RE: [development-axapta] Reg Is there way to send reports via email automatically

2009-10-13 Thread Malcolm Burtt
notification emails as AX uses the same mechanism for that. Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of trinadh sura Sent: 13 October 2009 11:37 To: axapta-knowledge-vill

RE: [development-axapta] How to call a form method from method of other form

2009-09-03 Thread Malcolm Burtt
() } Return; } Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of shamikask Sent: 21 August 2009 17:39 To: development-axapta@yahoogroups.com Subject: [development-axapta] How

RE: [development-axapta] html document in a form

2009-09-03 Thread Malcolm Burtt
Hi You could try adding a Microsoft Web Browser ActiveX control to your form. I'm not sure exactly how you'd point that at www.yahoo.comhttp://www.yahoo.com but I'm pretty sure this will do the job. Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta

RE: [development-axapta] Re: Top margin changes by itself

2009-03-19 Thread Malcolm Burtt
Hi James If the thing that's causing you the problem is that the import process changes the margin to match the physical limitations of the default printer of the user that did the XPO import, what would happen if you imported the object using an account that has no default printer (or perhaps

RE: SV: [development-axapta] How to show field hidden by user in X++

2009-02-10 Thread Malcolm Burtt
().design().allowUserSetup(false); } } Regards Malcolm Burtt Touchstone Group People - Partnership - Solutions From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of christian.myrvold Sent: 10 February 2009 07:59 To: development-axapta

RE: [development-axapta] switching companies in Axapta with X++ - Error

2008-10-15 Thread Malcolm Burtt
Hi You need to call the clear() method on the SalesTable buffer variable before you call the code to change company. Regards Malcolm Burtt Product Development Manager Touchstone From: development-axapta@yahoogroups.com [EMAIL PROTECTED] On Behalf Of eldj_joax

RE: [development-axapta] What are Maps and what's the use of them?

2008-07-02 Thread Malcolm Burtt
by abstracting the two tables as a Map and placing the common code on the Map. Regards Malcolm Burtt Product Development Manager Touchstone W: http://www.touchstone.co.ukhttp://www.touchstone.co.uk/ From: development-axapta@yahoogroups.com [EMAIL PROTECTED

RE: [development-axapta] Deleting a label

2008-02-13 Thread Malcolm Burtt
file when you save the record but if you change it to something else first (e.g. add an extra character to the end), save it and then change it to upper case (obviously removing the extra character) and save it again then it should update the label file. Regards Malcolm Burtt Touchstone

RE: [development-axapta] Bad response time on the CUSTINVOICEJOUR form

2008-01-16 Thread Malcolm Burtt
Hi If you send a text representation of the query plan that you're getting from this statement and details of any non-standard indexes that are defined on either table I'll see if an obvious solution springs to mind. Regards Malcolm Burtt Touchstone People, Partnerships, Solutions From

RE: [development-axapta] Map performance

2007-11-08 Thread Malcolm Burtt
method. Regards Malcolm Burtt Touchstone People, Partnerships, Solutions From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thnathan Sent: 06 November 2007 13:56 To: development-axapta@yahoogroups.com Subject: [development-axapta] Map performance AX 3.0 SP2 \Data

RE: [development-axapta] Help on AX3 logon

2007-10-16 Thread Malcolm Burtt
Hi If you want to bypass the login prompt then you'll need to set the network account name for the user that you are logging in as to match your windows login name. When you do that Ax automatically authenticates against the Windows domain. Regards Malcolm Burtt Touchstone People

RE: [development-axapta] Changing user through code

2007-09-22 Thread Malcolm Burtt
Hi This was possible in Axapta 3.0 using the methods xSession.newUser() and xCompany.reloadRights(), but Microsoft have removed these an Ax 4.0 even though it should have been possible to provide implementation for them despite the AD authentication model. Oh well. Regards Malcolm Burtt

RE: [development-axapta] Form Refresh problem

2007-05-23 Thread Malcolm Burtt
either cycle over the affected rows (if there an't too many) and call reread() or call the exxecuteQuery method on teh datasource to get all the rows again. Regards Malcolm Burtt Touchstone -Original Message- From: development-axapta@yahoogroups.com on behalf of suneel

RE: [development-axapta] dynamic lookup in dialog

2006-04-21 Thread Malcolm Burtt
Hi Dialog controls don't have accessible modified() methods but, if you're using the Runbase class as the basis for your dialog, you could probably use its dialogSelectCtrl() method to do what you want to do. Regards Malcolm Burtt Touchstone People, Partnership, Solutions

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
offline or busy destination mail servers. If you cannot use a smart host then use a local DNS Server. If you want to validate your destination email address then use a local DNS server anyway. Avoid using the root DNS servers at all costs. Hope that helps Regards Malcolm Burtt Touchstone People

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
offline or busy destination mail servers. If you cannot use a smart host then use a local DNS Server. If you want to validate your destination email address then use a local DNS server anyway. Avoid using the root DNS servers at all costs. Hope that helps Regards Malcolm Burtt Touchstone People

RE: [development-axapta] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-30 Thread Malcolm Burtt
Burtt Sent: Thursday, January 26, 2006 4:37 AM To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Can Install Axapta 3.0 With SQL Server 2005?? Hi Kian The new Kernel Roll Up 1, released last week, provides SQL Server 2005 compatibility. Regards Malcolm Burtt

RE: [development-axapta] Can Install Axapta 3.0 With SQL Server 2005??

2006-01-26 Thread Malcolm Burtt
Hi Kian The new Kernel Roll Up 1, released last week, provides SQL Server 2005 compatibility. Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Vijay Sent

RE: [development-axapta] update in php

2005-12-23 Thread Malcolm Burtt
Hi Try re-coding your $record-put_Field('Name','somevalue') line as... $record-Field('Name')='somevalue'; Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [development-axapta] StartLengthyOperation()

2005-11-07 Thread Malcolm Burtt
Hi You use it when you know that the code between the startlengthyoperation() and the endlengthyoperation() is likely to take a while. It turns the cursor into its hour glass form. Regards Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business _ From

RE: [development-axapta] Axapta API

2005-09-30 Thread Malcolm Burtt
Hi See http://msdn.microsoft.com/library/default.asp?url=""> html/vb_axapta.asp Malcolm Burtt Touchstone Our Trusted Solutions - Your Optimised Business _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ask Axapta Sent: 30 Septemb

RE: [development-axapta] time out error :send email with sysmailer class

2005-09-01 Thread Malcolm Burtt
. As a minimum I would recommend using a (local) SMTP relay server (smart host), which would be your own mail server. If you can add a DNS server, so much that better (you can get SysMailer to validate email addresses if you have that). Hope that helps Malcolm Burtt Touchstone Business Solutions

RE: [development-axapta] Sending email automatically in Axapta

2005-08-22 Thread Malcolm Burtt
Hi Try using the SysMailer classes instead. These don't rely on Outlook but send the email directly via the SMTP protocol. Regards Malcolm Burtt Touchstone Business Solutions designed for YOUR business processes _ From: development-axapta@yahoogroups.com [mailto:[EMAIL

RE: [development-axapta] Enterprise Portal

2005-07-20 Thread Malcolm Burtt
-axapta@yahoogroups.com Subject: RE: [development-axapta] Enterprise Portal In the web site tab , make sure the server library and directory is pointing to the root folder of the web site. Thanks Mey From: Malcolm Burtt [EMAIL PROTECTED] Reply-To: development-axapta@yahoogroups.com To: Axapta

[development-axapta] Enterprise Portal

2005-07-19 Thread Malcolm Burtt
wrong? Thanks in advance... Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. [Non-text portions of this message have been removed]

RE: [development-axapta] Dundas error = method sendmail returns socket connection failed

2005-07-14 Thread Malcolm Burtt
named machines. Good luck Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. _ From: development-axapta@yahoogroups.com [mailto

RE: [development-axapta] Re: Simple email vaidation

2005-05-06 Thread Malcolm Burtt
You could also consider the SysMailer.validate() method although its approach to validation (DNS lookup, etc) might be more than you wanted to do especially if you want the results really quickly. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [development-axapta] Untouchable table - Urgent

2005-04-14 Thread Malcolm Burtt
layers through code rather than via the AOT. You'll then have to find a way to repeat whatever changes you had there manually. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions

RE: [development-axapta] AOS network problems

2005-04-06 Thread Malcolm Burtt
Hi We've experienced an identical problem at one of our clients. We got around the problem by setting an idle timeout on the AOS instance and setting it up to start on demand. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group

[development-axapta] Re: letter

2005-03-22 Thread malcolm . burtt
Your document is attached. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe from this group,

RE: [development-axapta] Problems viewing the documentation

2005-03-04 Thread Malcolm Burtt
could be patched with the the security fix. Your only solution is to move to Axapta 2.5 SP4 or Axapta 3.0. You'll find that the problem doesn't only affect your ability to access documentation, but actually any ActiveX control that Axapta uses (e.g. the Gantt chart control). Regards Malcolm Burtt

RE: [development-axapta] Terminal or citrix server

2005-02-17 Thread Malcolm Burtt
Hi Yes, Terminal Services does support the use of printers connected to the client machines. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part

RE: [development-axapta] Dynamic form changes possible?

2005-02-14 Thread Malcolm Burtt
code in the date source fields' modified() methods. Doing it that way shouldn't require any screen redraw so long as you only disable the controls and not make them invisible or dynamically add/remove them. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business

RE: [development-axapta] How to periodically refresh data source

2005-01-07 Thread Malcolm Burtt
. The variable timer is an integer handle to the timer, which you'll need if you ever want to cancel the refresh while the form is still active, which you do as follows:- my_ds.cancelTimeOut(timer) Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global

RE: [development-axapta] merging layers

2004-11-05 Thread Malcolm Burtt
and tables whose Id's have changed. Good luck Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. -Original Message- From

RE: [development-axapta] Axapta Source control

2004-09-29 Thread Malcolm Burtt
Hi I heard a rumour that this was finally being considered by MBS themselves (not before time). If anyone has a solution that they are willing to share in the meantime, I'd love to see it. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes

RE: [development-axapta] Update in grouped sql query

2004-09-28 Thread Malcolm Burtt
Hi Stefan I think that your only option is to reselect (forupdate) the header table inside the while block using the headerId that you've gotten from the lines table. Obviously you won't need the forupdate in your existing select if you do that. Regards Malcolm Burtt -Original

RE: [development-axapta] ActiveX Error

2004-09-16 Thread Malcolm Burtt
Hi Yes, you need the Office web components installed on the client machine to do Pivot table viewing. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd

RE: [development-axapta] Does Axapta require an SMTP server?

2004-09-16 Thread Malcolm Burtt
Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. -Original Message- From: Matt Benic [mailto:[EMAIL PROTECTED] Sent: 16 September

RE: [development-axapta] Enable a field in a table only this item

2004-09-10 Thread Malcolm Burtt
Hi You need to add some code to the datasource active() method to do this. Something like... autodeclaration.enabled(condition ? true : false); This code will be executed as the user moves from one record to the next within that datasource. Malcolm Burtt Global IT Group Business

RE: [development-axapta] axapta 3.0 and windows xp sp2 - problems?

2004-08-19 Thread Malcolm Burtt
I've run Axapta in 2 and 3 tier modes very briefly through XP SP2 and not had any problems. No extensive testing though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 09:01 To: [EMAIL PROTECTED] Subject: [development-axapta] axapta 3.0 and

RE: [development-axapta] Hi EveryBody.Problem: Open Form at Startup

2004-08-19 Thread Malcolm Burtt
the startupPost() method too. Regards Malcolm Burtt Global IT Group Business Solutions designed for YOUR business processes Global IT Group is the trading name of Touchstone Global Business Solutions Ltd. and is part of the Touchstone Group PLC. -Original Message- From: Alfonso

RE: [development-axapta] Aos auto stop start

2004-08-05 Thread Malcolm Burtt
better solution if you can find out how its done. Regards Malcolm Burtt Global IT Group -Original Message- From: Cenk Ince [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 15:11 To: [EMAIL PROTECTED] Subject: [development-axapta] Aos auto stop start Hi all; Is there way to start and stop

RE: [development-axapta] Aos auto stop start

2004-08-05 Thread Malcolm Burtt
+45 4498 0750 Note: This email may contain confidential information. If you are not named on the addressee list, please take no action in relation to this email, do not open any attachment and please contact the sender (details above) immediately. -Original Message- From: Malcolm Burtt

RE: [development-axapta] sending email from axapta 2.5

2004-07-20 Thread Malcolm Burtt
your email by calling dsmailer.dll then you won't have this problem as it bypasses Outlook completely and sends direct to an SMTP server. Regards Malcolm Burtt Global IT Group * E-mail: [EMAIL PROTECTED] @ Web: www.globalitgroup.co.uk Business Solutions designed for YOUR business processes

RE: [development-axapta] Sending mail from class or form

2004-07-20 Thread Malcolm Burtt
but 3.0 does (SysMailer and associated classes). If you have access to 3.0 then it is possible to export the Sysmailer classes and import them into 2.5 to make talking to the DLL easier. Regards Malcolm Burtt Global IT Group * E-mail: [EMAIL PROTECTED] @ Web: www.globalitgroup.co.uk Business

RE: [development-axapta] Query with ORDER BY and GROUP BY

2004-04-27 Thread Malcolm Burtt
to be included in the selected column list or you will get a syntax error on the compile. Hope that solves it for you. Regards Malcolm Burtt Global IT Group. -Original Message-From: Werner Briedl [mailto:[EMAIL PROTECTED]Sent: 22 April 2004 10:02To: [EMAIL PROTECTED]Subject

RE: [development-axapta] Ax2.5 SP3 and Win2k server SP3

2004-04-23 Thread Malcolm Burtt
to be sure. Can anyone confirm this particular bug is client side (even if I was usingAOS)? Anyone else heard any 'rumours' to avoid Win2k Server SP3 and Ax2.5? Anyone actually running Win2k Server SP3 with Axapta 2.5? -Original Message-From: Malcolm Burtt

[development-axapta]

2004-04-15 Thread Malcolm Burtt
Hi All I'm having some trouble getting my head around the Document Handling classes. Can anyone give me a simple code sample for adding a document (file) to a specific record (say a CustTable record) through code. Thanks in advance Malcolm Burtt Global IT Group Yahoo! Groups

RE: [development-axapta] Using document handling classes

2004-04-15 Thread Malcolm Burtt
adding a document(file) to a specific record (say a CustTable record) through code. Thanks in advance Malcolm Burtt Global IT Group Yahoo! Groups Links Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe f

RE: [development-axapta] OLAP Error...

2004-01-27 Thread Malcolm Burtt
Hi In order to transfer or process the cube you need to install the cube management tools from SQL Analysis Services on your client. These are on the SQL Server CD. Regards Malcolm Burtt Global I.T Group -Original Message- From: ANDRES PINZON [mailto:[EMAIL

RE: [development-axapta] Resources as Bitmaps in Reports

2004-01-20 Thread Malcolm Burtt
Hi Claudia The way I've done this in the past is as follows:- * Add a Window control to your report. * Point it at a display method that returns an integer. * The integer should be the resource Id that you want to display. Malcolm Burtt Multi I.T Group -Original

RE: [development-axapta] Problem with Adress table

2004-01-02 Thread Malcolm Burtt
Hi Bjrn I have a similar problem to Sherif. In my case the GrossWeight Extended Data Type is corrupt (Its a Real in the SYS layer, but in my USR layer its being seen as a String). Axapta crashes whenever this EDT is referenced, so I was hoping your solution would work for me too. I tried

RE: [development-axapta] Problem with Adress table

2004-01-02 Thread Malcolm Burtt
select u where u.name == GrossWeight u.utilLevel == UtilEntryLevel::USR { print u.utilLevel; print u.name; print Found; //u.Delete(); pause; } -Oorspronkelijk bericht- Van: Malcolm Burtt [mailto:[EMAIL PROTECTED] Verzonden: woensdag 29