Import initial din SVN ROAAUTO/Trunk @HEAD
This commit is contained in:
18
COMUN/utile/hpdf/build_err_msgs.PRG
Normal file
18
COMUN/utile/hpdf/build_err_msgs.PRG
Normal file
@@ -0,0 +1,18 @@
|
||||
if not Used('hpdferr')
|
||||
use hpdferr in 0
|
||||
endif
|
||||
set textmerge on
|
||||
set textmerge to memvar _cliptext
|
||||
select hpdferr
|
||||
\ with this.errors
|
||||
scan
|
||||
\ .Add([<<Strtran(Trim(hpdferr.message),Chr(13),"] + CR + [")>>], "<<Transform(hpdferr.errno)>>")
|
||||
endscan
|
||||
\ endwith
|
||||
use
|
||||
|
||||
set textmerge to
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user