Hi all
I'm writing an error function and want to use 'display status' to write that information to a text file. What I am wondering is if there is a way to stop the function from prompting you to "Press any key to continue" I would like it to do this without any prompt at all for the user. How can I accomplish this.
Also, I am using the ASSERT function and I get no errors, but the box never shows. Here's what I have... help?
lDebug = .f.
If !lDebug
assert ldebug MESSAGE( cString1 + CHR(13) + ;
cString2 + CHR(13) + ;
cString3 + chr(13) )
endif
I don't really know about this function yet, so any help is appreciated. Thanks.
I'm writing an error function and want to use 'display status' to write that information to a text file. What I am wondering is if there is a way to stop the function from prompting you to "Press any key to continue" I would like it to do this without any prompt at all for the user. How can I accomplish this.
Also, I am using the ASSERT function and I get no errors, but the box never shows. Here's what I have... help?
lDebug = .f.
If !lDebug
assert ldebug MESSAGE( cString1 + CHR(13) + ;
cString2 + CHR(13) + ;
cString3 + chr(13) )
endif
I don't really know about this function yet, so any help is appreciated. Thanks.