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:
Missing line in report to separate report's body from footer...

Line 1658

http://forums.fivetechsupport.com/viewtopic.php?f=16&t=23367&p=125620&hilit=set+path#p125619
Modified file starting in line 774:
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
endifMissing line in report to separate report's body from footer...

Line 1658
if ::aGroups[ nGroup ]:lFooter
::Separator() //Bayron Landaverry
::StartLine( ::aGroups[ nGroup ]:nFooterHeight )
::aGroups[ nGroup ]:Footer( ::nRow )
::EndLine( ::aGroups[ nGroup ]:nFooterHeight )
endif
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
