Hi Anton,
If you look at Classes/SysTableBrowser/Showallfields(), Dynamics AX connects
controls to datafields.
formBuildStringControl =
formBuildGridControl.addDataField(formBuildDataSource.id(),fieldId2Ext(field
Id,j));
So, Dynamics AX uses standart data field functionality and you can't see
hidden fields in tableBrowser.
May be you can change the functionality of SysTableBrowser, but it's hard.
Regards,
Anil Ozay
Freelance Consultant
MVP Dynamics AX, MCPS, MCNPS, MBSS
Uzman Nokta Bil.Hiz.
From: development-axapta%40yahoogroups.com">development-axapta
yahoogroups.com
[mailto: development-axapta%40yahoogroups.com">development-axapta
yahoogroups.com] On Behalf Of anton_tjiptadi
Sent: Tuesday, October 23, 2007 5:13 AM
To: development-axapta%40yahoogroups.com">development-axapta
yahoogroups.com
Subject: [development-axapta] Show hidden field in table browser
Hi all,
how to show hidden field in table browser without changing its Visible
property?
Thanks,
Anton
[Non-text portions of this message have been removed]
.