try this:
static void Job5(Args _args)
{
SysDictField SysDictField = new SysDictField(tablenum(CustTable),fieldnum(CustTable,Name));
;
Info(strfmt("%1",SysDictField.fieldSize()));
}
Best regards
Michael Niemeyer
From: Mikael Dalgård <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: [development-axapta] Field properties Date: Wed, 17 Sep 2003 10:39:34 +0200
Hi there
How can I translate field (object) properties in a code?
For example if I want information’s about objects in the “XREFNAMES” table, and want my code to show witch properties the actual objects has, for example length (size) of a field, decimals and so on.
I know that I can use the dictField class, but do any of you have an example, that I can use for this?
Best regards
Mikael Dagård
_________________________________________________________________
Sehen, wer online ist: Mit dem MSN Messenger! http://messenger.msn.de Jetzt kostenlos downloaden und mitmachen!
Yahoo! Groups Sponsor ADVERTISEMENT
click here
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

