This property is True, if the print dialog is shown.
object.ShowPrintDialog
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISLetterWorkParams interface |
bool
Display ShowPrintDialog for the letter work parameters.
Dim aPatient
Dim aParam
Dim aResult
Set aPatient = Profile.SelectPatient
set aParam = Profile.CreateLetterWorkParams
aParam.PatientId = aPatient.Id
aParam.Template = "All Categories\Template 1"
aParam.ShowPrintDialog = True
aResult = Profile.GenerateAndPrintLetter(aParam)
Profile.MsgBox("Letter printing result: " & aResult) In Profile Client v8 on User Interface Show Print Dialog cannot be found.