No Events (External Event)

Topic Contents [Hide]Topic Contents [Show]
  1. No Events (External Event)
    1. CM4D Settings Before Example Script
    2. CM4D Settings After Example Script

No Events (External Event)

VB Code Snippet (in "Immediate" format) to set up for external no Events (Never Trigger):

set doc = CreateObject("QaDoc")

io = doc.OpenDocument("C:\Testing\~tEvents\Event API Test.4dc")

set ds = doc.GetDataSet("My DataSet")

 

ds.ExternalEventType(eNeverTrigger)

doc.SaveDocument()

doc.CloseDocument()

CM4D Settings Before Example Script

CM4D Settings After Example Script

Can we improve this topic?