Hi all:

in hbreport class

CREATE CLASS HBReportForm

   VAR aReportData    AS ARRAY   INIT {}
   VAR aReportTotals  AS ARRAY   INIT {}
   VAR aGroupTotals   AS ARRAY   INIT {}

areportdata is init as array  but in  line 417

 // Clean up and leave
 ::aReportData   := NIL          // Recover the space
 ::aReportTotals  := NIL
 ::aGroupTotals   := NIL
 ::nPageNumber   := NIL
 ::lFirstPass    := NIL
 ::nLinesLeft    := NIL
 ::lFormFeeds    := NIL
 ::nMaxLinesAvail := NIL

this produce a runtime error

best regards
Ciro






reagrds
Ciro




--
http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home )

http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
  • [Harbour] problem in repo... Ciro Vargas Clemow

Reply via email to