Simple report
I open a dbf
USE DBF IN 0 SHARED ORDER emp_no
then I open a REPORT
REPORT FORM REPORT.frx PREVIEW
This report is opened in a FORM.
The form opens max screen using
ZOOM WINDOW SCREEN MAX in the INT procedure of the parent form.
The report opens full screen as I want it to for all users except one. It has to be some setting on that user’s computer.
The project is compiled to an EXE and deposited on our network and accessed via a short cut on the users desktop.
It was suggested that the FOXUSER.DBF was causing this to happen. I deleted all the records in that uses FOXUSER.DBF and the same thing happened.
Any suggestions?
John O'D
I open a dbf
USE DBF IN 0 SHARED ORDER emp_no
then I open a REPORT
REPORT FORM REPORT.frx PREVIEW
This report is opened in a FORM.
The form opens max screen using
ZOOM WINDOW SCREEN MAX in the INT procedure of the parent form.
The report opens full screen as I want it to for all users except one. It has to be some setting on that user’s computer.
The project is compiled to an EXE and deposited on our network and accessed via a short cut on the users desktop.
It was suggested that the FOXUSER.DBF was causing this to happen. I deleted all the records in that uses FOXUSER.DBF and the same thing happened.
Any suggestions?
John O'D