Options

annoying thing datasetfieldname property

BeliasBelias Member Posts: 2,998
edited 2008-12-29 in NAV Three Tier
if you copy/paste (for example) a textbox in a report in nav, if you try to compile the report, you'll receive an error abount the same name of datasetfieldname. this happens because the property is not refreshed to respect the id of the control:

ID: 1101339022
sourceexpr: customer profit (lcy)
DataSetFieldName: Customer__Profit__LCY___Control1101339022

after copypasting it

ID: 1101339023
sourceexpr: customer profit (lcy)
DataSetFieldName: Customer__Profit__LCY___Control1101339022

that's all...
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Sign In or Register to comment.