Hi,

You normaly needs to change the EDT to change the field properties. Try having a look at the sysDict* classes and the systemclasses dict*.

You might find a usefull hint in the forms for setting up global types.

/Jesper




Original Message processed by Tobit InfoCenter Subject: [development-axapta] Adjustment (28-Okt-2003 16:12)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


Hi all,

I wonder if it is possible to adjust a field of a table programmatically. I know how to get to the SQLDictionary record for the specifick field. It goes something like:

MyTable _table;
int _tableId;
int _fieldId;
;
_tableid = _table.TableId;
_fieldId = fieldName2Id(_tableid,"MYCOLUMNNAME");

But after I have that record, what do I need to do to get the Adjustment of the field for example to "right"?

Any help would be appreciated.




Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




Yahoo! Groups Sponsor ADVERTISEMENT
click here


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to