TonyScarpelli
Programmer
I have a VFP 9 report. I have "SET REPORTBEHAVIOR 90", in my setup .prg, and in my Tools "Report Options" I set "Report Engine Behavior" to "90 (Object Assisted)"
In my Main.prg I set _REPORTBUILDER = "", and when I ran the report I was getting an error that it couldn't find "_REPORTBUILDER". I then moved _REPORTBUILDER = "" to the form that called the report and still got the same error.
So since I didn't want to use any "Reportbuilder" at this time, why am I getting this error? Why can't the application find this system variable?
Where does _REPORTBUILDER = "" go in an application so the report can find it?
Thanks.
Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
In my Main.prg I set _REPORTBUILDER = "", and when I ran the report I was getting an error that it couldn't find "_REPORTBUILDER". I then moved _REPORTBUILDER = "" to the form that called the report and still got the same error.
So since I didn't want to use any "Reportbuilder" at this time, why am I getting this error? Why can't the application find this system variable?
Where does _REPORTBUILDER = "" go in an application so the report can find it?
Thanks.
Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102