Search results

  1. S

    Report.Print Method

    Hi, I'm using the report drawing methods when the detail section of a report formats (see Access ReportDraw (msaccessgurus.com) for an excellent reference). I'm drawing some geometric shapes and labeling them with some text. I have a problem with the Report.Print method and can't get it to...
  2. S

    Chart Series Names

    Hi, I have a classic chart in an access form and am trying to get a list of the names of the data series. I've pasted my code below and have marked where get an error. Can someone tell me what I am doing wrong? If I happen to know the name of a data series, I can access it. For example...
  3. S

    Prevent Word Save As

    Hi, I can open a Word document as read only from Access but I'd also like to be able to prevent users using Save As to save a copy of the document. I can turn off Save As by writing some code within the Word document but I'd like to keep the Word document code free and control everything from...
  4. S

    ActiveX Web Browser Control

    Hi, I've have put a Microsoft Active X Web Browser control into an Access form and use the following code when the form loads: Private Sub Form_Load() MyPlace = "C:\test.pdf" Me.WebBrowser0.Navigate MyPlace End Sub This works well and the pdf file is displaced in the control. It also works...
  5. S

    Tab Control Problem

    Hi, I have three tab controls on a form. I can get the active control name using Screen.ActiveControl.Name I also need to be able to get the name of the tab control and the name of the tab control page on which the active control sits. Can anyone tell me how to do this please?
Top Bottom