Wilson Thomas
2004-11-29 22:45:08 UTC
Dear friends,
Following is the code I used to create a low-level tex file. It always add a
blank line at the top and start appending from second line onward. Is there
is anyway to avoid that blank line?
SELECT bankrep
GO TOP
SET TEXTMERG ON
DO WHILE !EOF()
TEXT
<<bankrep.names>>
ENDTEXT
SELECT bankrep
SKIP
ENDDO
SET TEXTMERG OFF
rgds
Wilson Thomas
Following is the code I used to create a low-level tex file. It always add a
blank line at the top and start appending from second line onward. Is there
is anyway to avoid that blank line?
SELECT bankrep
GO TOP
SET TEXTMERG ON
DO WHILE !EOF()
TEXT
<<bankrep.names>>
ENDTEXT
SELECT bankrep
SKIP
ENDDO
SET TEXTMERG OFF
rgds
Wilson Thomas