2011-10-28 15:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxlsxml/xlsxml.prg
    * Fixed: a last moment introduced element.
This commit is contained in:
Pritpal Bedi
2011-10-28 22:05:33 +00:00
parent ac88e1f119
commit e476b0a6bf
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-10-28 15:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxlsxml/xlsxml.prg
* Fixed: a last moment introduced element.
2011-10-28 11:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ contrib/hbxlsxml
+ contrib/hbxlsxml/hbxlsxml.hbp

View File

@@ -250,7 +250,7 @@ METHOD ExcelWriterXML:writeData( target )
LOCAL docCompany := ''
IF target == NIL
::cError := "Target filename missing!" )
::cError := "Target filename missing!"
::errors := .t.
RETURN .t.
ENDIF