Print Page | Close Window

Progress bar in report control

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=14549
Printed Date: 11 May 2024 at 4:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Progress bar in report control
Posted By: marcel
Subject: Progress bar in report control
Date Posted: 17 June 2009 at 10:05am

Hi,

is it possible to represent a field in the report control as a progress bar? Have anyone did this before?

Thanks,

Marcel




Replies:
Posted By: Aaron
Date Posted: 19 June 2009 at 1:20pm
Hi,
 
Yes it's possible, check post: https://forum.codejock.com/forum_posts.asp?TID=11171 - https://forum.codejock.com/forum_posts.asp?TID=11171
 
 


-------------
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....


Posted By: mdoubson
Date Posted: 18 August 2009 at 1:40am
In MFC you can use derived version of CXTPReportRecordItem - CXTPReportRecordItemPercentNumber

// c-tr can pass value and color to draw like task manager percent complete field

// Parameters:

// dValue - double value

// clr - color

// bPercentCompleteDisplay - show as colored rect inside

//-----------------------------------------------------------------------

CXTPReportRecordItemPercentNumber(double dValue = 0, COLORREF clr = RGB(224,224,224), BOOL bPercentCompleteDisplay = TRUE);

We can also expose it to VB


-------------
Mark Doubson, Ph.D.


Posted By: jpbro
Date Posted: 19 August 2009 at 1:11pm
You may also be interested in this new ReportControl widgets demo:

https://forum.codejock.com/forum_posts.asp?TID=14983&PID=52049#52049 - https://forum.codejock.com/forum_posts.asp?TID=14983&PID=52049#52049


-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net