I want to disable all fields of a dataset on a form, but except a
specific one.
I tried these lines:
xxxxx_ds.allowEdit(false);
xxxxx_ds.object(fieldnum(xxxxx,fieldName)).allowEdit(true);
but they doesn't work, because Datasource properties overwrite field
properties.
What may be the solution of this job?
Many Thanks
Ozan
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

