Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving classlibrarys to another directory ???
Message
From
04/10/2004 08:59:24
 
 
To
04/10/2004 08:45:59
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00948434
Message ID:
00948439
Views:
14
Albert,

Just copy the stuff to your server and make sure the original classlib cant't be found by the project(s) referencing it (Rename the .vc? files).

When you open a form that can't find this or that you'll be prompted to locate. Point to the new location.

Another way would be to

USE MyClassLib EXCL
UPDATE MyClassLib SET ClassLoc = 'H:\....." where ClassLoc =

That's it.

HTH

Peter



>Hello everybody !
>
>I have an cfp 8.0 application with my own class librarys !
>c:\......\myclasses\defaultclasses
>c:\......\myclasses\superclasses
>
>Now i want to move the classlibrarys to our server
>h:\.....\publicclasses\defaultclasses
>h:\.....\publicclasses\superclasses
>
>Is there a way to change all my forms, so that the classlibrary and parentclass properties of
>the formobjects (buttons,textboxes ....) point to to new locations ????
>classlibrary:c:\......\myclasses\defaultclasses
>shoud be
>h:\.....\publicclasses\defaultclasses
>
>What about the inherited methods ??
>example:
>valid of a textbox in my form now is
>"inherited from c:\......\myclasses\defaultclasses\datetextbox"
>shoud be:
>"inherited from h:\.....\publicclasses\defaultclasses\datetextbox"
>
>Any help welcomed
>
>Best regards
>Albert
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform