M
MosheS Singer
Guest
The user has an option to set the Font, Size, Bold, Underline, Italic, Strikeout - and it is saved in database. Then when they
print a report, I want to load the saved attributes: Font, size, bold, Underline, Italic, Strikeout. How can this be done?
text23.Font = New Font(Me.T1.Font.Name, Me.T1.Font.SizeInPoints, Me.T1.Font.Bold, Me.T1.Font.Underline)
CmnDlgFont.Font.Italic = Me.T1.Font.Italic
CmnDlgFont.Font.Strikeout = Me.T1.Font.Strikeout
it is making an eror
Continue reading...
print a report, I want to load the saved attributes: Font, size, bold, Underline, Italic, Strikeout. How can this be done?
text23.Font = New Font(Me.T1.Font.Name, Me.T1.Font.SizeInPoints, Me.T1.Font.Bold, Me.T1.Font.Underline)
CmnDlgFont.Font.Italic = Me.T1.Font.Italic
CmnDlgFont.Font.Strikeout = Me.T1.Font.Strikeout
it is making an eror
Continue reading...