BeginPlot event not firing in 2005

Discussion in 'AutoCAD' started by ecrow, Jun 16, 2004.

  1. ecrow

    ecrow Guest

    In autocad 2005, this won't work when I issue the PLOT command:

    Private Sub AcadDocument_BeginPlot(ByVal DrawingName As String)
    msgbox "Plot"
    End Sub

    Has anybody heard of this?

    Thanks,
    Eric
     
    ecrow, Jun 16, 2004
    #1
  2. Is background printing enabled? Haven't played with it but it would make
    sense some/all of the plot events would be off/different with background
    printing enabled.

    -- Mike
    ___________________________
    Mike Tuersley
    CADalyst's CAD Clinic
    Rand IMAGINiT Technologies
    ___________________________
    the trick is to realize that there is no spoon...
     
    Mike Tuersley, Jun 16, 2004
    #2
  3. ecrow

    ecrow Guest

    The BACKGROUNDPLOT variable is set to it's default of 2 (Foreground) so it is off.

    Thanks for replying.

    Eric
     
    ecrow, Jun 17, 2004
    #3
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 (here). After that, you can post your question and our members will help you out.