Re: [Axapta-Knowledge-Village] Working on Programming Exam....

2005-05-19 Thread Andrea Daviddi
> Oggetto: [Axapta-Knowledge-Village] Working on Programming Exam>> I am working on taking the Axapta Programming exam and have a> few odd ball questions that I cannot find in any documentation.There's a complete Word document (Configuration and security in Navision Axapta 3.0) on secu

[Axapta-Knowledge-Village] buttonimage

2005-05-19 Thread shelschake
Hi, previously I posted a message asking if anybody knew how I might fix my pop-up for the date calendar that has been lost. After reading the responses & doing a little research, it looks like the actual buttonimage itself (the calendar buttonimage) has been somehow deleted from the system. I

[Axapta-Knowledge-Village] Working on Programming Exam....

2005-05-19 Thread Greg Panza
I am working on taking the Axapta Programming exam and have a few odd ball questions that I cannot find in any documentation. For instance, the Security Keys, there is a questions with Check all that apply. Most are fairly easy but one option is that it replaces the feature keys. Well I never work

Re: [Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN?

2005-05-19 Thread Raul Llorente Peña/OPENSOLUTIONS
Yes, with dictfield you can do so.  Or with the function fieldpname(table, field). Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-Axapta OPEN SOLUTIONS "nabilwilson" <[EMAIL PROTECTED]> Enviado por: Axapta-Knowledge-Village@yahoogroups.com 18

SV: [Axapta-Knowledge-Village] Importing Items - Help!

2005-05-19 Thread Lars Holm
Use InventDim::inventDimIdBlank() Best regards, Lars Fra: Axapta-Knowledge-Village@yahoogroups.com på vegne af SATHIYANATHAN.P - Senior Software Specialist - SIS Sendt: to 19-05-2005 06:55 Til: Axapta-Knowledge-Village@yahoogroups.com Emne: RE: [Axapta-Knowledg

[Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN?

2005-05-19 Thread andreas_paulsson_cimkey_se
Yes, You can, but You have to go through the DictField object which You get via DictTable.fieldObject(fieldId): dictTable dt; DictField df; int numberOfFields; int fieldId; int i; str table; ; table = 'inventtable'; dt = new d