A
Augie Dawg
I'm trying to put a value that has been generated by the DRW into a form
field as the initial value. I've put the following value into the "initial
value" box of the Text Box Properties dialog box:
<%=FP_FieldHTML(fp_rs,"Dues")%>
"Dues" is defined in a DRW custom query found before the form as follows:
FORMAT (IIf(DatePart('m',Now()) Between 7 AND 10), ([MemberDues]/2),
[MemberDues]) ,'$#,##0.00') AS Dues
The DRW runs with no problem, but the form field that follows it with my
default value is left blank.
The form is using the "Save to Database" option...I'm thinking that the
Webbot that handles this option and does field validation is dropping this
value somehow. Any other ideas?
Thanks,
A.D.
field as the initial value. I've put the following value into the "initial
value" box of the Text Box Properties dialog box:
<%=FP_FieldHTML(fp_rs,"Dues")%>
"Dues" is defined in a DRW custom query found before the form as follows:
FORMAT (IIf(DatePart('m',Now()) Between 7 AND 10), ([MemberDues]/2),
[MemberDues]) ,'$#,##0.00') AS Dues
The DRW runs with no problem, but the form field that follows it with my
default value is left blank.
The form is using the "Save to Database" option...I'm thinking that the
Webbot that handles this option and does field validation is dropping this
value somehow. Any other ideas?
Thanks,
A.D.