发信人: foxzz()
整理人: hunter__fox(2002-03-16 23:06:21), 站内信件
|
请参考:
1、用select ..... into dbf (m_tmpdbf)产生临时表
2、假设报表行数为m_repoline=22
LOCAL M_TALLY
M_TALLY=MOD(RECC(),m_repoline)
IF M_TALLY<>0
FOR M_I=1 TO m_repoline-M_TALLY
APPEND BLANK
ENDFOR
ENDIF
--------------------------------------------------------------------------------
当前位置:
Netease
|
|