Search the Wiki

Viewing 298 to 300 of 409 items

How To…Prevent an Orphaned Summary Band

Question “The summary band of my report displays alone on the last page of my report. Is there a way to move the last detail band to the next page to prevent this behavior?” Solution This can be done by measuring the amount of space the last detail plus the summary band take on the  Full Article…

0

How To…Fille Line With Dots

Question “How can I format each line with something like ‘Value…..’ such that ‘.’ characters are used to fill the remaining space?” Solution This example shows how to Use a Variable and its OnCalc event to append the appropriate number of ‘.’to each line. Download: FillLineWithDots.zip Sample Delphi code: uses ppTypes, ppUtils; procedure TForm1.ppVariable1Calc(Sender: TObject;  Full Article…

0