Dear All ,
May I know Report Preview how can be REPORT PREVIEW customized in which buttons and bar can be modifiable ? I am not sure whether this requirement is posted by others developer.
Thanks
Shridhar
May I know Report Preview how can be REPORT PREVIEW customized in which buttons and bar can be modifiable ?
RPrevUserBtns( bNewUserBtns, nBarStyle, aSize )
RPrevUserBtns( {|oPrev,oBar| ExtraBtns( oPrev, oBar ) }, ;
nBarStyle, ; // 2007,2010,etc
aSize ) // { width, height }
TPreview():bButtonBar := { |oPrev, oWnd| MyCustomBar( oPrev, oWnd ) }
oOldClass := SetCustomPrintPreview( { |oDevice, oReport| TMyPreview():New( oDevice, oReport) }
SetCustomPreview( NIL )
oReport:bPreview := { |oDevice,oReport| MyCustomPreview():New( oDevice, oReport ) }
whether Fivewin should only be for experts or also for dBASE users who want to quickly build a solution
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 46 guests