not really, i connect to the DB usign
Code:
<%
fp_sQry="SELECT * FROM AlarmView WHERE (NameAlarm like 'NeaxAlarm%' AND NameEquip LIKE 'TAX%')"
fp_sDefault=""
fp_sNoRecords="<tr><td colspan=4 align=""LEFT"" width=""100%"">No records returned.</td></tr>"
fp_sDataConn="SuperviewTest"
fp_iMaxRecords=300
fp_iCommandType=1
fp_iPageSize=15
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice="Sent"
fp_sMenuValue="Sent"
fp_sColTypes="&KeyAlarm=3&Received=135&Touched=135&Sent=135&NameAlarm=202&Display=202&Oid=202&KeyEquip=3&KeyDeviceDriverClass=3&NameEquip=202&IpAddress=202&KnownAs=202&TimeZone=202&NameEquipClass=202&Components1=202&Components2=202&Components3=202&Components4=202&Components5=202&"
fp_iDisplayCols=4
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
i have played around and been able to get it to color the whole severity colum one color, but still cannot get it to change based on the rows value. Also was hopefully wanting the color to go across the whole row if possible which currently i am unable to do.
*** Edited to add screenie and also add the code into code box.