[Axapta-Knowledge-Village] Re: Isn't weired with Axapta?

2004-11-05 Thread dgaethofs
Dear Subbu, The first time I was confronted with the issue you describe, I was astonished by this inconsistency. Some people told me that it was not possible to enforce the integrity of the database. At least not for every field. Meanwhile I learned it is quite easy to ensure that the refer

[Axapta-Knowledge-Village] Re: Container checkIfupdate on class SalesTableForm

2004-10-28 Thread dgaethofs
. The statement in the method checkIfUpdate() is return this.type().checkIfUpdate(). As a result the method checkIfUpdate() on the class SalesTableType is executed AND this method fills and returns the container. regards, Danny --- In [EMAIL PROTECTED], "dgaethofs" <[EMAIL PROT

[Axapta-Knowledge-Village] Container checkIfupdate on class SalesTableForm

2004-10-28 Thread dgaethofs
Hi all, I need some help in figuring out how the container checkIfupdate gets its value. In the method enableUpdateJournalButtons a container checkIfupdate is used. THe container gets values assigned the moment the method checkIfUpdate() on the table SalesTable is called. I have been tryin

[Axapta-Knowledge-Village] Re: Axapta and Outlook

2004-10-28 Thread dgaethofs
Dear Ronny, Here is what you need to do: - Select menu Basic, select employee and create an employee - Go to tab Outlook and set the outlook user id In most cases you can find it when you look at services in outlook. Give it a try, if you can find it I have a job that shows the user id from w

[Axapta-Knowledge-Village] Intercompany Setup Table Collection/Virtual Company

2004-10-27 Thread dgaethofs
Dear all, I would like some opinions from members on how setting up an intercompany model. The setup I am looking at is excluding the commerce gateway. Two sites (companies) one is buying stuff from the other one. The companies are assigned to a virtual company that contains the table collec

[Axapta-Knowledge-Village] Re: What does FormLetter mean?

2004-10-27 Thread dgaethofs
Bob, Have a look at the menu item SalesFormLetter_Quotation. The menu item is of type action. The menu item calls the class SalesFormLetter and supplies the EnumParameter "Quotation". The class SalesFormLetter extends the class FormLetter. The construct method on the class SalesFormLetter re

[Axapta-Knowledge-Village] Re: backgroundcolor

2004-10-07 Thread dgaethofs
Tobias, This is what I did. static void TRA_Job_Dialog_2A(Args _args) { Dialog dlg; DialogField dlgFld; dlg = new Dialog("Example TRA_Job_Dialog_2A"); dlgFld = dlg.addField(TypeId(CustAccount), "Account Number", "Account Number Help"); dlgFld.backgroundColor(13

[Axapta-Knowledge-Village] Re: backgroundcolor

2004-10-07 Thread dgaethofs
. > > Have fun, > > Tobias > > > > _ > > Von: dgaethofs [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 7. Oktober 2004 14:12 > An: [EMAIL PROTECTED] > Betreff: [Axapta-Knowledge-Village] backgroundcolor > > > > > Dear all , &

[Axapta-Knowledge-Village] TypeId values

2004-10-07 Thread dgaethofs
Dear all, Where can I find the type ids of extended data types. Example: TypeId(CustAccount) = value 6488075 in my environment. I have been searching where this values comes from but cannot find it. Now while I was hacking the DialogField class - to find out how the method on backgroundcolor

[Axapta-Knowledge-Village] backgroundcolor

2004-10-07 Thread dgaethofs
Dear all , There are some classes that allow setting a background color. For example: the class DialogField has the method backgroundColor to set the background color of an input field. The parameter the method requires seems to be an integer representation of colors. Where can I find the li

[Axapta-Knowledge-Village] Re: application object id's

2004-10-01 Thread dgaethofs
objects in the data dictionary and the classes keep their unique id. regards, Danny --- In [EMAIL PROTECTED], "dgaethofs" <[EMAIL PROTECTED]> wrote: > Karsten, > > Thanks for the information. Looking back at my question indeed I > answered part of it myselve. >

[Axapta-Knowledge-Village] Re: application object id's

2004-10-01 Thread dgaethofs
have a function > called formstr() .. for classes and tables you have tableid... > classid... > > br > karsten > > --- In [EMAIL PROTECTED], "dgaethofs" > <[EMAIL PROTECTED]> wrote: > > Dear all, > > > > I have a rather challenging question

[Axapta-Knowledge-Village] application object id's

2004-09-30 Thread dgaethofs
Dear all, I have a rather challenging question: The index file axapd.aoi contains all application object id's based on the unique id number assigned upon creation of an object. Each object should have a unique id in its layer. Where can I find these ID numbers. If I look at the table CustTable,

[Axapta-Knowledge-Village] Re: Validation Sequence

2004-09-25 Thread dgaethofs
per"; > super(); > print "table-validatefield after super"; > } > > on this way you will see, the validation sequence is > exact how its in the advanced x++ manual. > > best wishes, > > SebDra > > --- In [EMAIL PROTECTED], "dgaethofs" >

[Axapta-Knowledge-Village] Validation Sequence

2004-09-23 Thread dgaethofs
Dear all, The advanced x++ development manual says that the order in which validation takes place when we leave a control is by executing the following methods: 1. Leave on the form control 2. Validate on the form control 3. Modified on the form control 4. Validate on the data source 5. Validat

Re: RE : [Axapta-Knowledge-Village] Validate methods on Form Controls

2004-09-23 Thread dgaethofs
from the table itself in method validateField() (ex SalesLine.validateField) if your form control is link to a dataSource. > > Steeve... > > > -Message d'origine- > De : dgaethofs [mailto:[EMAIL PROTECTED] > Envoyé : 23 septembre 2004 09:41 > À : [EMAIL PRO

[Axapta-Knowledge-Village] Validate methods on Form Controls

2004-09-23 Thread dgaethofs
Dear all, I noticed that the method validate can be overridden on a form control for example a stringedit. Can anyone tell me what validation is executed standard when the method is not overridden. Has it something to do with the property mandatory on the stringedit.. Are there other valida

[Axapta-Knowledge-Village] Macros

2004-09-23 Thread dgaethofs
Dear all, Can someone explain me what the difference is between a local macro, global macro (standalone) and a macro library ? regards, Danny Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/

[Axapta-Knowledge-Village] Use of macros

2004-09-17 Thread dgaethofs
Dear all, I have got a bit of a problem with understanding the difference between a global (standalone), a local macro and a macrolib. I need some clarification for an extended axapta development training-manual I am writing. I created the following macros: tra_macro_global1: #globalmacro.T

[Axapta-Knowledge-Village] UtilElements / UtilIdElements

2004-07-30 Thread dgaethofs
Dear all, Can someone tell me what the exact purpose is of both tables. What kind of data is stored in them that is not yet available in classes like Dictionary, DictTable, and so on. What happens when one of these tables gets corrupted? Regards, Danny Yahoo! Groups

[Axapta-Knowledge-Village] Re: Axapta on Oracle

2004-07-23 Thread dgaethofs
Sorry all, In fact I mean that we should not underestimate what competences are realy needed to keep an MS SQL database operation on a professional level. It seems all so easy but in fact ... regards, Danny --- In [EMAIL PROTECTED], "dgaethofs" <[EMAIL PROTECTED]> wro

[Axapta-Knowledge-Village] Re: Axapta on Oracle

2004-07-23 Thread dgaethofs
Dear Ozcan, The biggest difference - from what I believe - between MS SQL and Oracle is the complexity of the installation and operational management of the database. Oracle requires a lot more from the DBA than SQL. On the other hand we should underestimate the professional knowledge needed

[Axapta-Knowledge-Village] Re: Information Exchange

2004-06-08 Thread dgaethofs
Dear Dude, Lets explain two ways of opening another form. First of all, this is not all wisdom, maybe sometimes my explanation is not always completely true. Might this be the case, I hope someone will correct me. First Situation: Open another form using the MenuItem properties: ===