Subreport and conditional formatting (1 Viewer)

Valentine

Member
Local time
Today, 08:55
Joined
Oct 1, 2021
Messages
261
I have put a subreport that refers to another table to add a single line of information to my report. in the subreport i have added in conditional formatting to add color to the text. When I run my report the text line of information shows up but the conditional formatting doesn't change the color of the text. My base question is does the conditional formatting follow the subreport to show on the report?

my formatting looks like this:

InStr([txtClass1SubreportJCRBCIDRSnapshot],"TOP")>0
InStr([txtClass1SubreportJCRBCIDRSnapshot],"SECRET")>0
InStr([txtClass1SubreportJCRBCIDRSnapshot],"UNCLASSIFIED")>0
InStr([txtClass1SubreportJCRBCIDRSnapshot],"CUI")>0
 

Valentine

Member
Local time
Today, 08:55
Joined
Oct 1, 2021
Messages
261
Nope sorry....USER ERROR....I am an idiot and didn't name my text box the name that i referenced in the formatting
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 08:55
Joined
Feb 19, 2002
Messages
42,970
This is the type of thing that causes dents in your forehead:) It is how you can identify fellow programmers when walking through the mall:)
 

Users who are viewing this thread

Top Bottom