Database Interface Errors

  • Thread starter Thread starter JOhn Castle
  • Start date Start date
J

JOhn Castle

In order to get round a particular problem with the
above, I need to modify some HTML in a Frontpage
component but it will not allow me to save the changes -
how do I get round this? Thanks
 
Too vague a request to help
- what is the particular problem and what component are you trying to modify

--




| In order to get round a particular problem with the
| above, I need to modify some HTML in a Frontpage
| component but it will not allow me to save the changes -
| how do I get round this? Thanks
 
When you make changes to ASP pages created by FP (either
DRW or DIW), you MUST make the changes in 2 places:

1. Gray bot code: s-NoRecordsFound="No records returned."

2. Actual ASP code: 00%"">No records returned.</td

Say you want to change the default response if no records
match your query. You change the above code in those 2
places and you won't have to go through the wizards again
redoing all your customization. That should work.

-M
 
Michael Stumpo said:
When you make changes to ASP pages created by FP (either
DRW or DIW), you MUST make the changes in 2 places:

1. Gray bot code: s-NoRecordsFound="No records returned."

2. Actual ASP code: 00%"">No records returned.</td

Say you want to change the default response if no records
match your query. You change the above code in those 2
places and you won't have to go through the wizards again
redoing all your customization. That should work.

-M

Normally, if you make your change in the gray bot code and save your change
while you're still in HTML/Code view, the change will also be made in the
maroon code.
 
Back
Top