Item(x).Bold = True ignored |
Post Reply |
Author | |
s.neu
Groupie Joined: 31 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
Posted: 29 January 2008 at 10:25am |
Hi,
this is a bit strange: I'm looping over the ReportRecords (rrc) of SelectedRows in ReportControl 9.80 doing: If ... Then rrc.Item(rptMailFrom).Icon = 151 For c = rptMailTo To rptTargetEnd rrc.Item(c).Bold = False Next c Else rrc.Item(rptMailFrom).Icon = 153 For c = rptMailTo To rptTargetEnd rrc.Item(c).Bold = True Next c End If After Populate() Icons are set properly. It allows me also to remove bold font, but I can't make the font bold. Although the code is executed nothing happens! Anyone stumbled on this? |
|
wlcabral
Groupie Joined: 25 April 2007 Location: Brazil Status: Offline Points: 72 |
Post Options
Thanks(0)
|
if "rrc.Item(rptMailFrom).Icon = 151" is working then Could be a version problem, in 11.2.2 works. Or; is your "for" correct ? ' this sample (Ms FOXPRO) works fine :::::::: oRecord = xTremeReportControl.OBJECT.Records.Record(recs) for cols = 0 to nColumns -1 |
|
wlcabral
|
|
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 |