Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can modify FoxCode.dbf ?
Message
From
27/04/2002 15:20:55
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00649991
Message ID:
00650035
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 >"
Hi Sergey,
This worked just great.

Maybe you know how to do this also:
I would like the "BROWSE" button on the Project Manager to "BROWSE FONT 'MS SANS SERIF', 12 LAST NOCAPTIONS", just like typing "BROW" in the command window does now (thanks to this tip).

Also, where can I go to learn this stuff?

TIA
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform