We had a small TDP training session yesterday and the idea was brought up on how you can save a bunch of queries into a single project, as well as opening a .pdf documentation file if needed that might provide instructions or whatever for the queries in the project. I tried this on TDP 3.4 and 3.5 and it doesn’t show supported to open that type of file. When I still had it point to a .pdf file (by selecting All file types, it gives the error below when trying to open. Maybe we were given the wrong information, but is this truly not a supported file type to open in toad? If not, is there any other way to utilize a “documentation or instruction” type of file in the project?
Thanks
Chad King
Message:
System.Runtime.InteropServices.COMException
The operation was canceled by the user. (Exception from HRESULT: 0x800704C7)
Stack Trace:
at SHDocVw.IWebBrowser2.Navigate(String URL, Object& Flags, Object& TargetFrameName, Object& PostData, Object& Headers)
at AxSHDocVw.AxWebBrowser.Navigate(String uRL, Object& flags, Object& targetFrameName, Object& postData, Object& headers)
at Quest.Toad.WebBrowser.BrowserControl.set_LocationURL(String value)
at Quest.Toad.WebBrowser.BrowserForm.set_FileName(String value)
at Quest.Toad.WebBrowser.BrowserForm.Open(String location)
at Quest.Toad.ProjectManager.ProjectManagerControl.treeList_DoubleClick(Object sender, EventArgs e)
at Quest.Toad.ProjectManager.ProjectManagerControl.openItem_ItemClick(Object sender, ItemClickEventArgs e)
at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkClick()
at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraBars.Controls.CustomControl.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)