Re: VFP7 Project file not visible

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Stefan Wuebbe (stefan.wuebbe_at_gmx.de)
Date: 09/19/04


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



Relevant Pages

  • Refreshing database window
    ... I am creating few stored procedures and views at run time ... window and click views and press f5 and then go to stored procedures window ... refresh database window so it doesn't complain about object not exist. ... SendKeys "", True ...
    (microsoft.public.access.adp.sqlserver)
  • Help with Brio & Oracle stored procedures
    ... I'm using Brio 6.5 -- can't see anything in the stored procedures ... window. ... I can see the database tables just fine in the Catalog. ...
    (comp.databases.olap)
  • Re: Refreshing database window
    ... I am creating few stored procedures and views at run time ... window and click views and press f5 and then go to stored procedures window ... refresh database window so it doesn't complain about object not exist. ... SendKeys "", True ...
    (microsoft.public.access.adp.sqlserver)
  • MSDE no access on database objects
    ... I have installed MSDE 2000 A, but I can't edit the database objects (tables, ... stored procedures, etc.) in Access 2000. ... If I try, the window appears only ...
    (microsoft.public.sqlserver.msde)