diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bd5f073b47..d448761b9b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-07 15:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/xhb/cgi.ch + * contrib/xhb/tedit.prg + * contrib/xhb/htjlist.prg + * contrib/xhb/thtm.prg + * contrib/xhb/hterrsys.prg + * contrib/xhb/hjwindow.prg + * contrib/xhb/htmutil.prg + * NTRIM() -> hb_ntos() + - Deleted NTRIM() macro. + 2010-03-07 14:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/tframe.prg ! Using IS*() macros instead of NIL checks. diff --git a/harbour/contrib/xhb/cgi.ch b/harbour/contrib/xhb/cgi.ch index 6d27373ea4..3ddabd20c2 100644 --- a/harbour/contrib/xhb/cgi.ch +++ b/harbour/contrib/xhb/cgi.ch @@ -45,7 +45,6 @@ #xTranslate DEFAULT(
, := iif( == NIL, )
#xTranslate HTMLSpace( '
cErrString += '' + CRLF()
cErrstring += '' + CRLF()
- cErrString += "ERRORCODE...... :" + NTRIM( e:GenCode ) + "
" + CRLF()
+ cErrString += "ERRORCODE...... :" + hb_ntos( e:GenCode ) + "
" + CRLF()
cErrString += "SUBSYSTEM..... :" + e:SubSystem + "
" + CRLF()
cErrString += "DESCRIPTION...:" + e:Description + "
" + CRLF()
cErrString += "OPERATION......:" + e:Operation + "
" + CRLF()
cErrString += "FILENAME........ :" + e:FileName + "
" + CRLF()
- cErrString += "TRIES............. :" + NTRIM( e:Tries ) + CRLF()
+ cErrString += "TRIES............. :" + hb_ntos( e:Tries ) + CRLF()
cErrString += ''
@@ -151,7 +151,7 @@ STATIC FUNC xhb_cgi_DefError( e )
DO WHILE ( !Empty( Procname( i ) ) )
cErrString += "Called from " + RTrim( Procname( i ) ) + ;
- "(" + NTRIM( Procline( i ) ) + ")
" + CRLF()
+ "(" + hb_ntos( Procline( i ) ) + ")
" + CRLF()
i ++
ENDDO
@@ -215,7 +215,7 @@ STATIC FUNC ErrorMessage( e )
// add subsystem's error code if available
IF ISNUMBER( e:subCode )
- cMessage += "/" + NTRIM( e:subCode )
+ cMessage += "/" + hb_ntos( e:subCode )
ELSE
cMessage += "/???"
ENDIF
diff --git a/harbour/contrib/xhb/htjlist.prg b/harbour/contrib/xhb/htjlist.prg
index 720c013c53..d4e44eaafe 100644
--- a/harbour/contrib/xhb/htjlist.prg
+++ b/harbour/contrib/xhb/htjlist.prg
@@ -126,8 +126,8 @@ METHOD New( name, lOpen, width, height, bgColor, ;
"" + crlf()
cStr += "" + CRLF()
@@ -263,7 +263,7 @@ METHOD Build( xPos, yPos ) CLASS TJsList
cStr += "" + CRLF()
cStr += '" + CRLF()
@@ -277,7 +277,7 @@ METHOD Build( xPos, yPos ) CLASS TJsList
//cStr += ''+CRLF()
FOR i := 0 TO ::nItems
- cStr += '' + CRLF()
+ cStr += '' + CRLF()
NEXT
cStr += "