S
skc
I am using DRW to populate a text box. So in the text box
I am simply putting in <%=variable%> as the value. In my
DRW I am defining my hidden variable as: <%
variable=fp_fieldval(fp_rs,"fieldname")%>.
Trouble is...I am getting a blank space if there is no
value in the database or if the variable has no value. I
have used <%=Trim(variable)%> as the value of the text
box, but I am getting around two/three blank spaces.
How can I get rid of this???
Thanks,
skc
I am simply putting in <%=variable%> as the value. In my
DRW I am defining my hidden variable as: <%
variable=fp_fieldval(fp_rs,"fieldname")%>.
Trouble is...I am getting a blank space if there is no
value in the database or if the variable has no value. I
have used <%=Trim(variable)%> as the value of the text
box, but I am getting around two/three blank spaces.
How can I get rid of this???
Thanks,
skc