Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving classlibrarys to another directory ???
Message
De
04/10/2004 08:59:24
 
 
À
04/10/2004 08:45:59
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00948434
Message ID:
00948439
Vues:
15
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform