Re: VFP7 Project file not visible
From: Stefan Wuebbe (stefan.wuebbe_at_gmx.de)
Date: 09/19/04
- Next message: Stefan Wuebbe: "Re: Project Manager problem - SOLVED - Is it compiler's error?"
- Previous message: Morningstar: "Re: Ocx Registration Q."
- In reply to: PetC: "Re: VFP7 Project file not visible"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 19 Sep 2004 23:16:01 +0200
Hi Peter
"PetC" <pfclarke@mts.net> schrieb im Newsbeitrag
news:91d230c5.0409190625.9ca7050@posting.google.com...
> Thanks for this Stefan. I get no indication that the file is
> corrupted. I have unique stored procedures that are still working so I
> presume the Project Manager is working in the background. I don't
> have a copy of the Stored Procedures (elsewhere that I know of) and
> don't know where/how Program Manager stores/accesses them.
The project.pjx itself does not contain much - only version number,
author etc., all those infos you'd get via AGetFileVersion() from
the resulting.exe
And the info about which files you might have included manually or
marked as excluded (like reports you prefer to ship separately).
The "Stored Procedures" as visible in the data tab are stored in
their database(s) directly
> I didn't previously know about _VFP.ActiveProject.Visisble=.T. -
> thanks. It runs but didn't work - I opend my project and ran this in
> the command window but nothing appeared to occur. I am now tryiing to
> figure out another way to attack this feature.
Sietse's idea sounds promising: if the project is out of screen, as
caused by a foxuser.* which was in use with a different screen
resolution previously, you can also move its window directly
cWindow = "Project Manager - " + ;
JUSTSTEM(_vfp.ActiveProject.Name)
MOVE WINDOW (cWindow) TO 1,1
hth
-Stefan
- Next message: Stefan Wuebbe: "Re: Project Manager problem - SOLVED - Is it compiler's error?"
- Previous message: Morningstar: "Re: Ocx Registration Q."
- In reply to: PetC: "Re: VFP7 Project file not visible"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|