Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Commented Issue: FoxCodePlus - Error Message change request [33492]

$
0
0
Could you add the chr(10) into the displayed error message?
It will make the CTRL+C to Copy/Paste work better when pasting the message.

Since Windows 2000, a VFP MessageBox() can be copied to the clipboard with CTRL+C.

lcError = "A FoxcodePlus error has occured." + chr(13) + chr(10) + ;
"Error: " + transform(plnError) + chr(13) + chr(10) + ;
"Method: " + plcMethod + chr(13) + chr(10) + ;
"Line: " + transform(plnLine) + chr(13) + chr(10) + ;
"Message: " + message()
Comments: ** Comment from web user: mk_common **

We can include "Message(1)" to know the program source code that caused the error.

warm regards,
mk.


Viewing all articles
Browse latest Browse all 3798

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>