OnBeginBand in FR 3
Hi to all,
My old procedure previewed to use a function before print the band:
if Band.Name = 'DH1' then
begin
DM.ArcTabL.Query(#0);
if DM.ArcTabL.Query('CodTab = "' + DM.BOFTes.FieldByName
etc etc.
but it doesen't exists anymore in new FR3 release
how do that? May someone write a sample code for me?
thanx
TGD
My old procedure previewed to use a function before print the band:
if Band.Name = 'DH1' then
begin
DM.ArcTabL.Query(#0);
if DM.ArcTabL.Query('CodTab = "' + DM.BOFTes.FieldByName
etc etc.
but it doesen't exists anymore in new FR3 release
how do that? May someone write a sample code for me?
thanx
TGD
Comments
if Sender.Name = 'DH1' then
begin
Note: If you just want to do some action before and after dialog do not forget to call: