Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hacking into Form file (SCX)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01238339
Message ID:
01238368
Vues:
7
>I cannot get rid of a former reference to a previous table in my FORM file. I am using a different table now.
>
>I cannot find the old file refrence anywhere to get rid of it, so I am not allowed to run the form until I kill off the old table reference. How on earth do you find an old DBF or table reference in the form file?

Cecil,
Maybe some of the controls in that form reference to that table, some RowSource, RecordSource etc.

Try:
USE YourForm.SCX
SET FILTER TO [OLDTABLENAME] $ UPPER(Properties) OR;
              [OLDTABLENAME] $ UPPER(Methods)
BROWSE NORMAL
As Naomi said, make a very good backup first :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform