求助 !!!!
请问:如何去掉报表预览窗口标题中的"report designer-reportName"
如何在消息框的文本中加入回车符?谢谢!
[此贴子已经被作者于2005-10-2 10:57:04编辑过]
[此贴子已经被作者于2005-10-2 10:57:04编辑过]
2005-10-01 13:05
2005-10-05 09:51
2005-10-07 15:12
2005-10-10 11:24

2005-10-11 21:08
2005-10-12 17:27
LOCAL fown
fown = NEWOBJECT('Form')
WITH fown
.Width = 600
.Height = 500
.Caption = '打印预览'
.AutoCenter = .T.
.Name = SYS(2015)
ENDWITH
REPORT FORM 打印.frx PREVIEW WINDOW (fown.Name) NOCONSOLE
fown.Release
RETURN

2005-10-12 20:56
2005-10-14 16:29
2005-10-14 20:00