I am running VFP9 and have written a program to allow users to modify a report layout (.frx). In broad terms I open a couple of related tables and then execute a MODIFY REPORT command.
The report designer screen does indeed come up, but the menu entries are restricted to :
If, by contrast, I fire up Foxpro, and in the command window I key in
. . then I get the full range of options on the menu, including Report and Program
I also get the Report designer and Standard Toolbars displayed.
Do I need to have included further commands in my program, before I call MODIFY REPORT?
A futher oddity. On my own system, under control of the said program, when I have a screen layout displayed, I can double click on a label or a field and I get the full properties window displayed, including its 7 tabs, starting with General. This is good. On my client's system, running what I believe is my same program, I do not get the full properties window (for the Label &c), but only a simple window with no tabs. Any ideas?
Thanks. Andrew
The report designer screen does indeed come up, but the menu entries are restricted to :
File Edit Window HelpIf, by contrast, I fire up Foxpro, and in the command window I key in
MODIFY REPORT
. . then I get the full range of options on the menu, including Report and Program
I also get the Report designer and Standard Toolbars displayed.
Do I need to have included further commands in my program, before I call MODIFY REPORT?
A futher oddity. On my own system, under control of the said program, when I have a screen layout displayed, I can double click on a label or a field and I get the full properties window displayed, including its 7 tabs, starting with General. This is good. On my client's system, running what I believe is my same program, I do not get the full properties window (for the Label &c), but only a simple window with no tabs. Any ideas?
Thanks. Andrew