<div dir="ltr">I have watched Nancy's videos from the Filepro 2019 conference and I am trying to put up color on different lines.  My goal is to highlight records that meet certain conditions. by checking two fields in a lookup file as below in a prc lookup snipit.<div>My thinking is as the Browse finds a record it runs the prc label then finds the next lookup record and does that prc label.  It appears the prc is dropping all and my test records that do not meet the unique key using the Drop All command, so I believe it is going into the prc label.d ne.<br><div><br></div><div>I am making the Lookup dynamic with a waitkey command and want to show the lookup with records with different highlighting when viewing a browse.  </div><div>  browse header line has "*z   *1     *12       *13   etc....."</div><div>ie.  if: rec(12) ne rec(13)   </div><div>  then: z="\FA"; end</div><div>   if: rec(12) eq rec(13)</div><div> then: z="\F-"; end</div><div><br></div><div>another example of then line</div><div> then:z="\A1"; end</div><div> and then:z="\A-"</div><div><br></div><div>I have used the z="\Bn"  and the z="\Ca"</div><div><br></div><div>Problem.  I have my POPUPNORMAL=0x27 but when I run this code I get a black browse and I cannot seem to change the color as Nancy did in her presentation. If I move up and down the browse will light up different records but I am not getting the colors correctly.  Not sure what I am missing, I have looked at my environment variables.</div><div>According to show commands the background use 0-7 and the foreground use 8-F for color but 0-7 also shows Background/foreground.  It also states:</div><div>"<font color="#010100" face="Times New Roman" style="font-family:"Times New Roman";font-size:10pt;font-weight:bold">\Ann -</font><span style="color:rgb(0,0,0);font-family:Arial;font-size:10.6667px"> </span><font color="#010100" face="Times New Roman" style="font-family:"Times New Roman";font-size:10pt">Sets background and foreground colors. The first "n" is the background color; the second "n" is the foreground color. If only one "n" is used, it sets the foreground color, and the background color is set to black (0).</font></div><p style="margin:4pt 6.5pt 0pt 5.75pt;font-family:Arial;font-size:10.6667px;color:rgb(0,0,0)"><font color="#010100" face="Times New Roman" style="font-family:"Times New Roman";font-size:10pt">If you want to reset the background and foreground colors to the default colors, use a dash for "n" (\A-)."  copied from the web manual</font></p><p style="margin:4pt 6.5pt 0pt 5.75pt;font-family:Arial;font-size:10.6667px;color:rgb(0,0,0)"><font color="#010100" face="Times New Roman" style="font-family:"Times New Roman";font-size:10pt"><br></font></p><p style="margin:4pt 6.5pt 0pt 5.75pt;font-family:Arial;font-size:10.6667px;color:rgb(0,0,0)"><font color="#010100" face="Times New Roman" style="font-family:"Times New Roman";font-size:10pt">I have tried many different commands and different ways, different color options but still nothing works like I think it should.</font></p><div><br></div><div>I am on a Windows using version 6.0.03.15D6  no gui or windows yet.</div><div>Thanks</div><div>Kevin</div></div></div>