FrontPage 2003 crashes

R

Roger

I have built many different pages using tables and
scripts without any problems. Recently I started using
TDC and a *.csv file to automatically create these tables
when the page is loaded. The website works fine. The
problem is when I edit the code that these OBJECT
elements have been inserted. After working on 1 or just a
few pages (the amount varies from time to time) FrontPage
just ups and quits. At least it tells me there is an
error. It never seems to crash when editing pages that
don't have the OBJECT element in them. The only
properties the OBJECT has are: an ID, CLASSID (333C7BC4-
460F-11D0-BC04-0080C7055A83), param "DataURL", and
param "Filter". This problem is very annoying and time
consuming. Any suggestions would be greatly appreciated.
 
K

Kevin Spencer

What does "TDC" stand for?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
R

Roger

TDC stands for Tabular Data Control. It's a simple way of
gathering information from a comma delimited text file
and displaying it in a table.
 
S

Stefan B Rusynko

Have you looked at http://msdn.microsoft.com/library/default.asp?url=/workshop/database/tdc/overview.asp




| TDC stands for Tabular Data Control. It's a simple way of
| gathering information from a comma delimited text file
| and displaying it in a table.
|
| >-----Original Message-----
| >What does "TDC" stand for?
| >
| >--
| >HTH,
| >Kevin Spencer
| >..Net Developer
| >Microsoft MVP
| >Big things are made up
| >of lots of little things.
| >
| message
| >| >> I have built many different pages using tables and
| >> scripts without any problems. Recently I started using
| >> TDC and a *.csv file to automatically create these
| tables
| >> when the page is loaded. The website works fine. The
| >> problem is when I edit the code that these OBJECT
| >> elements have been inserted. After working on 1 or
| just a
| >> few pages (the amount varies from time to time)
| FrontPage
| >> just ups and quits. At least it tells me there is an
| >> error. It never seems to crash when editing pages that
| >> don't have the OBJECT element in them. The only
| >> properties the OBJECT has are: an ID, CLASSID
| (333C7BC4-
| >> 460F-11D0-BC04-0080C7055A83), param "DataURL", and
| >> param "Filter". This problem is very annoying and time
| >> consuming. Any suggestions would be greatly
| appreciated.
| >
| >
| >.
| >
 
K

Kevin Spencer

Well, it's an ActiveX Control, and it sounds like it's crashing Internet
Explorer (which is used internally by FrontPage for a number of things). Are
you sure of the source from whom you obtained it?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
K

Kevin Spencer

Oops. After reading Stefan's reply, I realize this is a Microsoft product.
In that case, see his reference to it on the Microsoft site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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