Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prg called by prg
Message
 
À
04/01/2005 11:26:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00974037
Message ID:
00974169
Vues:
42
Try this (based on previous suggestion):
SET PROCEDURE TO C:\myprog\program\nohabc.prg ADDITIVE

use C:\myprog\data\helyseg.dbf exclusive

IF TAGNO( "NEV" ) > 0
   ALTER TABLE helyseg drop foreign KEY TAG NEV
ENDIF

RELEASE PROCEDURE C:\myprog\program\nohabc.prg

ON ERROR     && Just in case You have some error handler
WAIT WINDOW "Before close"
USE IN HelySeg  && W/o quotation marks
WAIT WINDOW SELECT("HelySeg")
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