Options

warning while compiling a report

karuchuakaruchua Member Posts: 151
edited 2011-06-28 in NAV Three Tier
"Unsupported Form/Control Method/Property called. Name = FileName "
in the code below



IF Option = Option::"Update Workbook" THEN BEGIN
RequestOptionsForm.FileName.ENABLED(TRUE);
RequestOptionsForm.SheetName.ENABLED(TRUE);
END ELSE BEGIN
FileName := '';
SheetName := '';
RequestOptionsForm.FileName.ENABLED(FALSE);
RequestOptionsForm.SheetName.ENABLED(FALSE);
END;


any help thxs

Comments

Sign In or Register to comment.