X
xiaocai
Unregistered / Unconfirmed
GUEST, unregistred user!
同题,我已经全部做好,但是在BEFOREPRINT中加上了
if Memo.Count > 0 then
if (Memo[0] = '[RTF]') and (View is TfrRichView) then
Memo.Assign(RTFEditor.Lines)
else
if (Memo[0] = '[PHOTO]') and (View is TfrPictureView) then
(View as TfrPictureView).Picture.Assign(Photo.Picture);
但是RTF内容出不来,照片是正常的,请有做过的朋友指点一二?
if Memo.Count > 0 then
if (Memo[0] = '[RTF]') and (View is TfrRichView) then
Memo.Assign(RTFEditor.Lines)
else
if (Memo[0] = '[PHOTO]') and (View is TfrPictureView) then
(View as TfrPictureView).Picture.Assign(Photo.Picture);
但是RTF内容出不来,照片是正常的,请有做过的朋友指点一二?