Edit HTML code in .asp page ?

S

Sam

Existing database website via FP2002 and Access 2000 dbs.
Need to increase the max number of records in several ASP
forms. FP will not allow you to change HTML code in a FP
database generated form (Active Server Page) while in FP.
The only way to do this is to right-click the database
area and go through the whole rig-a-ma-row of selections.
This then forces one to reconfigure the whole damn form
again. This is a true pain-in-the-a$#. I have tried
putting a copy of the form(s) in another directory and
editing it with notepad and then replacing the original
form. The form holds the edit outside of FP but reverts
back to the original max number of records when back in FP.
Any ideas besides doing it the hard way ?

Thanks,
Sam
 
T

Thomas A. Rowe

Check the files in _fpclass which may have a option to change the number of records being return.

Learn to hand code your ASP/VBScript which will give a lot more flexibility then relying on the FP
Database component.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Targa

Yes - edit the webbot code instead of the FP generated ASP code. It's the
grey, commented out code just above the ASP code.
ex: <!--webbot bot="DatabaseRegionStart"...... i-maxrecords="256"...

When you save, it will modify the actual asp code on the page.

Mike
 

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