M
Mick
Hi, I have the following code in my DRW
<%
If FP_FieldVal(fp_rs,"SortedDate") = FP_FieldVal(fp_rs,"journeydatetotf") then
dtdepartarrive = "Arrival"
else
dtdepartarrive = "Departure"
end if
%>
then the field <%=dtdepartarrive%>appears at the end of each record.
What I would like to do so colour the background and text colour differently
for "arrival" and "departure" results.
Any help would be appreciated, thank you.
<%
If FP_FieldVal(fp_rs,"SortedDate") = FP_FieldVal(fp_rs,"journeydatetotf") then
dtdepartarrive = "Arrival"
else
dtdepartarrive = "Departure"
end if
%>
then the field <%=dtdepartarrive%>appears at the end of each record.
What I would like to do so colour the background and text colour differently
for "arrival" and "departure" results.
Any help would be appreciated, thank you.