FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Rpreview 1105 bug (SOlved)
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Rpreview 1105 bug (SOlved)
Posted: Wed Jun 01, 2011 11:01 PM

hi , click in 2 pages , zoom in page 2 :

Application

Path and name: D:_Prj\WSaf\WSAF_.exe (32 bits)
Size: 3,073,536 bytes
Time from start: 0 hours 0 mins 9 secs
Error occurred at: 01/06/2011, 19:56:37
Error description: Error BASE/1004 Class: 'NIL' has no exported method: REFRESH
Args:
[ 1] = U

Stack Calls

Called from: => REFRESH(0)
Called from: d:_lib\fwh\source\classes\RPREVIEW.prg => TPREVIEW:SETORG2(1228)
Called from: d:_lib\fwh\source\classes\RPREVIEW.prg => (b)TPREVIEW:BUILDWINDOW(470

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: Rpreview 1105 error
Posted: Wed Jun 01, 2011 11:06 PM

if comment this line (1228)

// bug 1105 ::oPage:Refresh()

works fine to me.

thanks

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Rpreview 1105 bug
Posted: Wed Jun 01, 2011 11:22 PM
Thanks for pointing out. Here is the fix:

For the present line at 1228
Code (fw): Select all Collapse
::oPage:Refresh()

following code needs to be substituted:
Code (fw): Select all Collapse
   if nStyle < 2007
      ::oPage:Refresh()
   endif
   ::oBar:Refresh()


This fix will be available in the next release.
Regards



G. N. Rao.

Hyderabad, India
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: Rpreview 1105 bug
Posted: Wed Jun 01, 2011 11:31 PM

solved. thanks

Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: Rpreview 1105 bug (SOlved)
Posted: Fri Jun 03, 2011 07:10 PM

Will be fixed in an updated release of 11.5 or in the next 11.6?.

Thank you.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Rpreview 1105 bug (SOlved)
Posted: Fri Jun 03, 2011 07:34 PM

This will definitely be available in 11.06.
If for some reason another revised build is published, this fix will also be included.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion