You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some notes:
Here Clipper 5.3 also has unpopulated defult value for Set( _SET_PRINTFILE ).
In Harbour you can set empty value with Set( _SET_PRINTFILE, " " ) but not with Set( _SET_PRINTFILE, "" ) - the latter is ignored
In Harbour Playground the error is
Error TERM/2014 Create error: |lpr
(DOS Error 38) (Quit, Retry, Default)
Summary: default value of _SET_PRINTFILE is unverified for the system, but i think it's still better default than keeping empty value that will not ever print.
If the submitted example code can be a real life problem? If you save SET's to a file and read them on next application start, you need to verify this setting...
Hello!
I compiled some example code from the Guide for CA_Clipper in Harbor and found an error.
When saved, the current value of _SET_PRINTFILE has the value LPT1.
When will you rewrite the old value.....
SET(nCurrent, aNewSets[nCurrent])
in _SET_PRINTFILE the error occurs:
Error TERM/2014 Create error: LPT1 (DOS Error 2)
If the same code is compiled in Clipper5.2 _SET_PRINTFILE has no prior value. No execution error occurring.
Code:
The text was updated successfully, but these errors were encountered: