[development-axapta] Re: Override versus Overload

2004-07-27 Thread durandgui
Hi ! Like I said in my previous message : "It is only possible to add new parameters to existing ones. It is not possible to change existing parameters. Always remember to set a default value on the new parameters". In your case the problem is : "Always remember to set a default value on the n

[development-axapta] Re: Override versus Overload

2004-07-26 Thread durandgui
Hi all, In axapta, in the same class it is impossible to overload (many methods with the same name but different definition), but it's possible to "overload" once an existing method inherited from the superclass with some limitation : "It is only possible to add new parameters to existing o

[development-axapta] Return value of the Logon2 method (AXAPTA_E_LOGGED_ON)

2004-07-26 Thread durandgui
Hi all, I'm trying to see one of the return value of the Logon2 method (AXAPTA_E_LOGGED_ON), but I don't know how to proceed in. How to proceed with this : Dim Axapta As AxaptaCOMConnector.IAxapta2    Set Axapta = CreateObject("AxaptaCOMConnector.Axapta2") Axapta.Logon2 "Admin" Greets, G

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

2004-07-20 Thread durandgui
Hi ! You have got two options : 1) Installing ClickYes - For more info, please visit http://www.express-soft.com/mailmate/clickyes.html --> You can manage this software by Axapta thanks to a dll 2) Or changing MS Outlook's security model to include Axapta --> This security option is manage

[development-axapta] Re: Partnersource Support Requests

2004-07-19 Thread durandgui
No problem in France, "New Support Request" is working Greets Guillaume --- In [EMAIL PROTECTED], "HEW \(Helmut Wimmer\)" <[EMAIL PROTECTED]> wrote: > Hi > > Since last week, it's not possible for us to enter any Axapta related > support requests in Partnersource (after clicking on "New i

[development-axapta] Re: Load balanced selection of AOS

2004-06-15 Thread durandgui
Hi, For the cluster parameter, you just need this command line : "-cluster=myCluster". "myCluster" is the name you give at your cluster. This command line have to be set in the Advanced field (General tab): 1- in the Axapta Configuration Utility of the Client 2- in the configuration of the

[development-axapta] Re: ZipCodes for France

2004-06-08 Thread durandgui
Hi, Just have a look on this website : http://www.winoptics.com/cp/ it's seems to have all the french zipcodes in separate mdb files. Greets, Guillaume --- In [EMAIL PROTECTED], "Roland Poletti" <[EMAIL PROTECTED]> wrote: > Hi all > > has anybody the zip-codes from France. It would be grea

[development-axapta] Re: Axapta SQL exam

2004-05-04 Thread durandgui
> Thanks for the advice, the manual realy helps.  I passed my exam. > Is there a course like this for the WEB development exam? > > Greets Vanessa. > > > --- In [EMAIL PROTECTED], "durandgui" > <[EMAIL PROTECTED]> wrote: > > Hi, > > first o

[development-axapta] Re: Axapta SQL exam

2004-04-26 Thread durandgui
Hi, first of all, you need to read "AdvancedDatabase_axaptatrainingmanual081103.pdf" downloaded on the partnerSource website : "https://mbs.microsoft.com/downloads/partner/training/materials/Advanc edDatabase_axaptatrainingmanual081103.pdf". The whole document is useful (542 pages). Moreove