The advanced tab also exists in VFP9 without SP, you need to SET REPORTBEHAVIOR 90 before you enter the report designer, though.
You'll see the tab, also when the FRX is "legacy", ie not created in that mode.
It's a good idea to update anyway.
Important order of updates: First install SP2, then the latest Hotfix, the Hotfixes work based on SP2, none of them was patching an older VFP9 version. Even though they contain complete files (VFP9.EXE, VFP9E.DLL etc) it makes a difference in the tools and other things aside of the major files and once you install the hotfix files SP2 will detect it's already existing, while it's not really.
So:
1. VFP9 base installation (from MSDN subscription ISO or CD)
2. SP2 and OLEDB ofr SP23 and GDI+ Update for SP2 and some more are here:
Notice some things are also available later in even newer version from Github's VFPX roof project, eg a newest XSource.ZIP and VFPCOM.
3. Hotfix KB968409:
You may aks "Isn't there an official source for the Hotfixes?". This blog post was Microsofts's announcement:
It has links to code.msdn.microsoft.com, that once was Codeplex, acquired and already extinguished again from Microsoft, at that stage Codeplex projects moved to GitHub. You make a slow move by updating in 2019, all this is from 2009, 10 years old.
And then you already saw Github and VFPX in the Hotfix3 location:
Lots of good stuff from the community, mainly advisable are the add ons that once were called Sedna, what MS gave as freebie as it was developed on the way to VFP10 before the product was discontinued. Also the latest VFP9 help, community added legacy content, too. So you find lgacy Foxpro Commands and Functions described. See
The Github site is organiued in repositories and in itself okay to browse and search through. You also find a more comprehensive project list to GitHub and external VFP relatedf projects at
for example also FoxyPreviewer.
Go by the readme instructions, please, don't expect this to be a click and run installation, you get instructions for replacing files. Hotfixes are no comfy installers. If you donÄt do that, all you did was unzip the files and remain at SP2 level without Hotfix. You'll see that you replace the VFP9.exe in that process, I already hinted on that. Which explains why you can't apply the Hotfixes separately and pick your choice of fixes.
Nothing more to worry, though. Hotfix 3 includes Hotfix2 and 1, Hotfix 2 includes Hotfix 1. So you go to the latest stage of least C5 glitches in the runtime and what else was fixed, there is a bug fix list included.
But once more, to end with where I started, so you remember: The rotation is available without SPs or Hotfixes with SET REPORTBEHAVIOR 90. You get the dialogue Koen showed, you can set the rotation, see the preview of the effect of the rotation angle within the Advanced tab, what you don't get is the report layout showing that rotation in the designer, it's only shown in the preview and of course in the print result.
Bye, Olaf.
Olaf Doschke Software Engineering