Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense
Message
From
08/12/2004 16:17:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964425
Message ID:
00967867
Views:
9
Hi Sergey,

Sorry for the delay. Here is my code. When I try to enter the abbreviated characters in the command window, shouldn't I get what I typed in back rather than "Unrecognized Command Verb" error since location is 0? Thank you for your help.

LPARAMETERS toFoxCode

IF toFoxcode.Location = 0
RETURN toFoxCode.UserTyped
ENDIF

toFoxcode.valuetype = "V"

LOCAL lcTxt, lcName, lcComment
STORE "" TO lcTxt, lcName, lcComment
#DEFINE CRLF CHR(13)+CHR(10)

lcName = Inputbox('Input the name of procedure you wish to use: ')
lcVersion = "Visual FoxPro" + VERSION(4)

TEXT TO lcTxt NOSHOW
***********************************************************************
* Program....: <>
* Date.......: <>
* Compiler...: <>
* Purpose....: ~
***********************************************************************
FUNCTION <>()

RETURN .T.
ENDFUNC
ENDTEXT
RETURN TEXTMERGE(lcTxt)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform