![]() |
SOLVED: Footer Height |
Post Reply
|
| Author | |
ElvisM
Senior Member
Joined: 12 October 2006 Location: Venezuela Status: Offline Points: 129 |
Post Options
Thanks(0)
Quote Reply
Topic: SOLVED: Footer HeightPosted: 25 February 2007 at 9:17am |
|
Hi.
Excuse my english, is so poor...
Is possible to change the Height property of the reportcontrol's footer?
This not look good... (see the graphic)
|
|
|
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits Language: Visual Basic 2015 |
|
![]() |
|
joeliner
Senior Member
Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 February 2007 at 7:55am |
|
Current version doesnt allow change of footer height but meanwhile putin a space on all footertext works out fine....temporarily.
![]() Dim c As Integer For c = 0 To wndRPT.Columns.Count - 1 wndRPT.Columns(j).FooterText = " " Next c |
|
|
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3 Language: Visual Basic 6 SP6 |
|
![]() |
|
ElvisM
Senior Member
Joined: 12 October 2006 Location: Venezuela Status: Offline Points: 129 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 February 2007 at 9:37am |
|
Thank you...
Good job..!!
It's really works.
Regards
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |