> 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
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
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
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
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
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
6 matches
Mail list logo