Alastair :

>>
I don't know if this will work in windows but have you ever used rbviewer
in dos?
Maybe you could copy it to the windows (rbti\rbwin65) folder and test it.

out filenname
do your browser thing
out screen
zip rbviewer filename

you could also then print filename
<<

I am not sure to understand what is your problem but this may help (?) :
I use a very nice shareware (WNBROWSE) to display and/or print the result
of CROSSTAB command in a RBW app :

         OUTPUT .wfich
         SET VAR vTEXT = 'LOGEXPORT. Statistique sur les exportations.'
         WRITE .vTEXT
         SET VAR vTEXT = ('Bornage :' & .vselect)
         WRITE .vTEXT
         WRITE ' '
         SET VAR vTEXT = ('Nb. d''opérations par' & .vchoixH +
         & '(H=colonne) et par' & .vchoixV & '(V=ligne)')
         WRITE .vTEXT
         CROSSTAB &vchoixH BY &vchoixV FROM &vtable WHERE &vselect
         SET VAR vINT = .verr
         OUTPUT SCREEN

       ZIP wnbrowse &wfich

If this can help, I can tell you more about ...

Best regards,

J.M. GRATIAS, Logimatique
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l
================================================
TO SEARCH ARCHIVES:
http://www.mail-archive.com/rbase-l%40sonetmail.com/

Reply via email to