D
Dean Slindee
I would like to use the code below to specify by name a bitmap that is
presented in the dialog box when clicking on the 'bitmap' property. Is this
possible? The value "(none)" used below works fine to delete the bitmap.
Private Sub Form_Current()
pgCrisisPlan.Picture = "(Exclamation Point)"
If IsNull(memCrisisPlan) Then
pgCrisisPlan.Picture = "(none)"
End If
End Sub
Thanks,
Dean Slindee
presented in the dialog box when clicking on the 'bitmap' property. Is this
possible? The value "(none)" used below works fine to delete the bitmap.
Private Sub Form_Current()
pgCrisisPlan.Picture = "(Exclamation Point)"
If IsNull(memCrisisPlan) Then
pgCrisisPlan.Picture = "(none)"
End If
End Sub
Thanks,
Dean Slindee