P
Pondo
Using Frontpage 2003
After using the Database result wizard i would like to format one of the
cells.
But after i make the change and go to save the page, Frontpage overwrites
the change. how do i prevent it from doing that?
Ex.
Frontpage makes:
<%=FP_FieldVal(fp_rs,"Weight")%>
I change it to:
<%=FormatNumber(FP_FieldVal(fp_rs,"Weight"),0)%>
Frontpage notices the change when i go to save it and overwrites it back to
what it was to begin with.
Again, how do i keep Frontpage from overwriting my changes?
Thanks
Ron
After using the Database result wizard i would like to format one of the
cells.
But after i make the change and go to save the page, Frontpage overwrites
the change. how do i prevent it from doing that?
Ex.
Frontpage makes:
<%=FP_FieldVal(fp_rs,"Weight")%>
I change it to:
<%=FormatNumber(FP_FieldVal(fp_rs,"Weight"),0)%>
Frontpage notices the change when i go to save it and overwrites it back to
what it was to begin with.
Again, how do i keep Frontpage from overwriting my changes?
Thanks
Ron