Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can modify FoxCode.dbf ?
Message
 
 
À
27/04/2002 11:59:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00649991
Message ID:
00650018
Vues:
21
This message has been marked as the solution to the initial question of the thread.
>I want to enlarge the FOXCODE.EXPANDED from c(26) to c(50) (or more), but everytime I change it Intellisense quits working altogether.
>
>VFP won't let me change it directly, so I create a copy of it, modify the copy, then rename it.
>
>TIA

I wouldn't try to change FOXCODE table structure. Who knows what effect it could have. You can get the same result as follow:
 EXPANDED - leave empty
 CMD      - {}
 DATA     - LPARAMETER oFoxCode
            oFoxcode.ValueType = "V"
            RETURN "< your expanded value >"
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform