I am writing an app to automatically migrate end user's InfoMaker libraries from 12.5 to 2017 using ORCA calls directly from PB code.
On one IM form I am getting the following unexplained errors. Regenerating in IM works fine.
Library: C:\Users\rmsmith\Documents\IMConvert\InfoMaker\Original Forms\paform.pbl
Object: ind_ytd_benefits_n
Event: dw_master_12many::rowfocuschanged
(0010): Error C0165: Misused type: 'message'
Object: ind_ytd_dirdeposit_n
Event: dw_master_12many::rowfocuschanged
(0010): Error C0165: Misused type: 'message'
Object: ind_ytd_tax_n
Event: dw_master_12many::rowfocuschanged
(0010): Error C0165: Misused type: 'message'
There is no reference to the message object anywhere in the form or it's ancestor.