S
skc
I am trying to use a FP2000 DRW to post items into a
form. The form will be saved to a database, so I am not
using the DRW around the form, but fire the DRW at the
beginning of the form.
The form contains <%=<database field%> for all text-box
and scrolling-textbox fields. The DRW contains <%
<database field>=FP_FieldVal(fp_rs,"databasefield")%>
What I am experiencing are spaced " " at the beginning of
the text box and scrolling text-box fields using this. I
checked my Access2000 database, and the fields are indeed
blank, but somehow I am getting spaces.
I used the <%=Trim(<database field>)%> i.e. Trim command,
in my text-box and scrolling tex-box fields but this has
not proved to be successfull.
Please can someone help me get rid of these spaces!!!!
skc
form. The form will be saved to a database, so I am not
using the DRW around the form, but fire the DRW at the
beginning of the form.
The form contains <%=<database field%> for all text-box
and scrolling-textbox fields. The DRW contains <%
<database field>=FP_FieldVal(fp_rs,"databasefield")%>
What I am experiencing are spaced " " at the beginning of
the text box and scrolling text-box fields using this. I
checked my Access2000 database, and the fields are indeed
blank, but somehow I am getting spaces.
I used the <%=Trim(<database field>)%> i.e. Trim command,
in my text-box and scrolling tex-box fields but this has
not proved to be successfull.
Please can someone help me get rid of these spaces!!!!
skc