Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible? Marco
Message
From
25/07/2006 14:53:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01139883
Message ID:
01139888
Views:
13
This message has been marked as the solution to the initial question of the thread.
you can use the Intellisense manager to create this.
I use it all the time like this:
LPARAMETER oFoxCode

local lcRetVal, lcDate

oFoxcode.valuetype = "V"
lcDate = dtos(date())
lcDate = left(lcDate, 4) + '/' + substr(lcDate,5,2) + '/' + right(lcDate,2)
lcRetVal = "* Fixed by Ed DG " + lcDate + " "

return lcRetVal
>Is there a way within the VFP IDE to define a key so that when I press it (or key/comibination) that it will insert something like:
>
>*!* Modification
>*!* 07/29/2006
>*!*
>
>Where the date is replaced with the value of date()
>
>Thanks
>
>Kirk
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform