|
Relatórios |
|
The following items cover topics related to Access Reports and their use. PrintLines - Create Vertical lines, Borders and boxes with VBA code. Also contains function, MakeMemoFit, to force the contents of a Memo field to fit within a fixed size TextBox control. Updated Ver. 4.0 JustiDirect is a database containing Functions to produce fully justified text within standard TextBox controls on your Reports. Allows a standard Access TextBox, bound to a Memo field to not only produce fully justified text, but use the CanGrow/CanShrink properties as well. Baseline - Print Fonts of different sizes on the same BaseLine. MakeFitSingle - Forces the single line contents of TextBox to fit in a fixed size control. LeaderDots is a database containing functions to allow a user to fill in the space between 2 controls with leading dots. ie. Pop.....$.99 ControlReports is a database containing functions to allow the developer programmatic control of the Report Print Preview Window. Specifically you can access the ZOOM and Current Page Number Controls. Lady is a database containing functions to allow the developer to mix Bold and Plain formatting within a single Control. Demonstrates how to use the Print method of the Report object. LineSpacingA2K is a database containing a function to allow the LineSpacing property to function within a CanGrow/CanShrink environment. Access 2000 only! Hack for A97 included. ReportDrawCircles is a database containing a function to resize a Circle contained within an Image Control to fit overtop a Textbox control...to circle a choice! ReportUtilities New OPEN Version! A suite of utilities to enhance the Report generating ability of Access. Includes functionality export a Report to Microsoft Word as an exact duplicate of the original Report, including all formatting and graphical elements. Also includes ability to print multiple pages per single output page. VerticalJustificationA2K is a database containing a function to allow for vertical centering of the contents of a Label or TextBox control. Works with both Forms and Reports. Access 2000 only! LastGroupHeaderFooter is a database containing functions to allow you to track the positions of the GroupHeader and Footer sections in order to place text directly in the last Group Header or Group Footer section on each page. Supports multiple columns. SetColorBitmap is a database containing a Report that demonstrates how to change the colors of a Bitmap conditionally. TextHeightWidth is a replacement for the Report object's TextWidth and TextHeight methods. It is multiline aware and can work in both Report and Form views. |