Hi, It must be mentioned in the documentation and if it is not you can use some tools to find out. See if you have the OLEVIEW.EXE somewhere - it comes with many things VisualC,resource kits etc. Find the control there and it will show you the entire typelibrary. If you do not have it well you can still use frontpage for example (and most of the visual HTML editors) to put an object in the page - the editor will show you the list of the controlsto choose one - and this will set the ID. If you want to do this manually - use the registry the Program ID should not be something unexpected - may be it is like a companyname.name - look in CLASSES_ROOT and recognize it then you will see what it shte CLASSID in the key.
-----Original Message----- From: Michael Gardner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:09 PM To: ActiveServerPages Subject: This may be stupid (HTML <OBJECT> tag)... I have never used the HTML <OBJECTS> tag but now I find that I need to do so (I think...). I am trying to create Pie Charts/Bar graphs on the web for clients and I have been asked to use Crystal Reports if possible. In the Dev book for Crystal it tells me to use an OBJECT tag. What I wanted to know is where do I find the info for CLASSID and CODEBASE attributes for the Crystal reports viewer (or for any object for that matter)? TIA, ---Michael __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
