Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense - How to make Custom Replace With longer
Message
From
14/12/2011 05:13:49
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01530964
Message ID:
01531046
Views:
65
>Hi Gang!
>
>In working with VFP 8.0 SP1 Intellisense, I found the limitation when creating custom Shorthand words limiting....
>
>for example...
>
>when I type in SDCRX I get SET DEFAULT TO C:\PHARMACY
>
>but when I try to do SDCTPPC I want to get SET DEFAULT TO C:\TPPCONVERTER...
>
>but I get SET DEFAULT TO C:\TPPCONVE
>
>and I can also try SET DEFA TO C:\TPPCONVERTE
>
>sooooooooooooo......
>
>is there a way to increase the size of the WITH in the REPLACE / WITH of the Custome Tab of Intellisense (hack the table behind the scenes??)...

Just write a simple script:
LPARAMETER oFoxCode
oFoxcode.Valuetype ="V"
return [set default to "yourlongpathhere"]

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform