Database Interface Errors

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
 
S

Stefan B Rusynko

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
 
M

Michael Stumpo

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
 
K

Kathleen Anderson [MVP - FP]

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.
 
Top