Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - [BUG] ShowHeader = False vs. NoItemsText
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[BUG] ShowHeader = False vs. NoItemsText

 Post Reply Post Reply
Author
Message
McKloony View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 January 2007
Location: Germany
Status: Offline
Points: 340
Post Options Post Options   Thanks (0) Thanks(0)   Quote McKloony Quote  Post ReplyReply Direct Link To This Post Topic: [BUG] ShowHeader = False vs. NoItemsText
    Posted: 28 July 2011 at 11:38am
If .ShowHeader = False the .PaintManager.NoItemsText BackColor is always gray Confused
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 28 July 2011 at 1:13pm
Hi
 
Workaround... Wink
 
wndReportControl.EnableMarkUp = True
 
Dim myNoItemsVariable As String
        myNoItemsVariable = "No items available in current view"
        wndReportControl.PaintManager.NoItemsText = "<TextBlock Foreground='Black'>" & myNoItemsVariable & "</TextBlock>"
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.