Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
In VFP can i use On error goto Errorhandler like VB
Message
From
20/05/2003 18:31:35
 
 
To
20/05/2003 10:20:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00790450
Message ID:
00790804
Views:
21
By the way, are you aware that depending upon the E-mail software in use, the current working directory could change when using MAPI? Before creating instances of the MAPI controls, record the current working directory in a variable
lcOrgDir = SYS(5)+SYS(2003)
Whenever you've got code that is sensitive to the current directory, just simply make sure you execute:
SET DEFAULT TO (m.lcOrgDir)
The silent change of current workarea had me puzzled for a while when I first encountered it. Finally figured it out when I just happened to query the current working directory in the debugger.
Previous
Reply
Map
View

Click here to load this message in the networking platform