changing FP ASP code

T

TJC

Is there a way to stop FP from reversing the changes I
make to ASP code. I know with FP2000 you could not but
with FP2002 I could with no problems. Now I have switched
to FP2003 and reverts back to FP ASP code when I make
changes. I am presently creating some database queries and
results and would like to make changes. Any help is much
appreciated. Tim
 
T

TJC

Yes, that works, but I'm interested in modifying the red
colored code. How do you prevent FP from switching back
to what it generated in the wizard?
 
K

Kathleen Anderson [MVP - FP]

Depending on what you are changing in the gray code, when you save your
changes they will replicate to the matching red code. For example, if you
change this in the gray code:
s-sql="SELECT * FROM "tblnames Query""
and save your changes, it will also change this
fp_sQry="SELECT * FROM ""tblnames Query"""
in the red code.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
Connect to the Newsgroups with Outlook Express
http://www.tushar-mehta.com/misc_tutorials/oe_ng/index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top