Public
MsgBox(
TransReport.Prepare()
.SpecialEffect = InfoBoxSpecialEffect.Fade
.Sound = MessagingSounds.Notify
InfoBox.NotifyBox(
&
NewThread.SetApartmentState(ApartmentState.STA)
NewThread.Start()
Thread.Sleep(0)
previewForm =
previewForm.WindowState = FormWindowState.Maximized
previewForm.ShowDialog()
previewForm.Dispose()
End class
When generating the report it shows the first prepare message and end prepare message. But then nothing happens. The program continues as if everything's fine. It seems to never call the transreport_rendercompleted sub. The Rendercompleted message should show up after end prepare message. BTW, it works fine on my XP development machine and I end up with a report. I know this isn't your product but I you guys do have experience with it. Do you know off hand what it might be, or should I just go to Perpetuum?
Thanks,
Marcel