Report.prg FWH12.04

Report.prg FWH12.04

Postby Bayron » Mon Jun 25, 2012 4:04 pm

prev32.dll was not being located by report preview, even including path as sugested in:

http://forums.fivetechsupport.com/viewtopic.php?f=16&t=23367&p=125620&hilit=set+path#p125619

Modified file starting in line 774:

Code: Select all  Expand view
  if ! IsWin64()
      if ! File( cFilePath( GetModuleFileName( GetInstance() ) ) + "prev32.dll" )
         MsgAlert( "prev32.dll not found", "Error" )
         SetResources( ::hOldRes )
         return nil
      else  
         SET RESOURCES to cFilePath( GetModuleFileName( GetInstance() ) ) + "prev32.dll"
      endif  
   else  
      if ! File( cFilePath( GetModuleFileName( GetInstance() ) ) + "prev64.dll" )
         MsgAlert( "prev64.dll not found", "Error" )
         SetResources( ::hOldRes )
         return nil
      else  
         SET RESOURCES to cFilePath( GetModuleFileName( GetInstance() ) ) + "prev64.dll"
      endif  
   endif
 


Missing line in report to separate report's body from footer...
Image
Line 1658
Code: Select all  Expand view
  if ::aGroups[ nGroup ]:lFooter
      ::Separator() //Bayron Landaverry
      ::StartLine( ::aGroups[ nGroup ]:nFooterHeight )
      ::aGroups[ nGroup ]:Footer( ::nRow )
      ::EndLine( ::aGroups[ nGroup ]:nFooterHeight )
   endif
 

Image
=====>

Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: Report.prg FWH12.04

Postby Antonio Linares » Mon Jun 25, 2012 6:57 pm

Bayron,

Thanks, added for next build! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41283
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Report.prg FWH12.04

Postby Bayron » Tue Jun 26, 2012 3:15 am

When seeing a report of many pages in Double page, if the NEXT button is used, the last page that can be seen (the one on the right), is a blank page.

Image

I think it should be the last printable page in the report...
=====>

Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA


Return to Bugs report & fixes / Informe de errores y arreglos

Who is online

Users browsing this forum: No registered users and 5 guests