Created with VS2008 with builtin Crystal HTML viewer.
This only happens during Next/Prev button click on Crystal HTML Report output (not in First/Last.. oddly)
IE shows error, but not in Firefox (not visible anyways)
First Page of Crystal report is displayed w/o any errors, when I click Next/Prev, it gives Error in StatusLine giving
"Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."
Under view source, it is having problem with
var c=document.getElementById('ctl00_ContentPlaceHolder50_CrystalReportViewer1_ctl02_ctl06');if(c!=null&&!c.disabled){c.focus();}
proms
0 Points
1 Post
Can't move focus to the control because it is invisible, not enabled, or of a type that does not ...
Nov 21, 2008 06:26 PM|LINK
Created with VS2008 with builtin Crystal HTML viewer.
This only happens during Next/Prev button click on Crystal HTML Report output (not in First/Last.. oddly)
IE shows error, but not in Firefox (not visible anyways)
First Page of Crystal report is displayed w/o any errors, when I click Next/Prev, it gives Error in StatusLine giving
"Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."
Under view source, it is having problem with
var c=document.getElementById('ctl00_ContentPlaceHolder50_CrystalReportViewer1_ctl02_ctl06');if(c!=null&&!c.disabled){c.focus();}
Any help would be appreciated.
crystal report vs2008