Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can modify FoxCode.dbf ?
Message
From
27/04/2002 15:04:50
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00649991
Message ID:
00650027
Views:
18
>>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 >"
Excellent.
Bill Morris
Previous
Reply
Map
View

Click here to load this message in the networking platform