Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search and Replace
Message
 
 
À
16/05/2003 11:36:26
Billy Bramhall
Interdirect Usa, Inc.
Houston, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00789272
Message ID:
00789293
Vues:
24
You can change your code to use varaibles so you wouldn't need to do Search And Replace.
lcTable = "DELME"
lcDataPath = "D:\DATA\"
lcDataFile = "IMPORTFILE.TXT"
USE (lcTable)
APPEND FROM (lcDataPath + lcDataFile) SDF
>I want to create a "Search and Replace" FORM that will modify values in
>a program.
>
>For instance:
>
>**************************************************************************
>[ program - Syntax ]
>
>USE "DELME"
> APPEND FROM D:\DATA\"IMPORTFILE".TXT SDF
>
>**************************************************************************
>
>I would like to change the "DELME" and "IMPORTFILE" words using a FORM GUI.
>
>Any help would be greatly appreciated.
>
>Thank you,
>Billy
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform