error in data-type

roshanthapa
roshanthapa Member Posts: 90
I tried to modify the definition of a field in a table from integer to decimal. I also recreated the fields in the form where the table was being used. However, When I try to run the form, the compiler throws an error displaying

"The definition of the field 'fieldname' was changed after the object was saved.
old-type:= integer
New-type := decimal
"

Please enlighten me to overcome this problem.

-Roshan

Comments