Fax again (urgently)

visperasvisperas Member Posts: 31
edited 2007-12-06 in Navision Attain
I need send reports,
i have zetafax, i save the report as html and add the code for fax number, save and print for fax printer driver. its terrible. The lines not fit.

I think how can i do. convert first in pdf, jpg, ...

somebody use zetafax with navision (attain 360)?

thx.

Comments

  • StephenGStephenG Member Posts: 99
    Hi Visperas

    First of all, do you need to save the report as HTML as this messes up the layout. Why not just run the report normally to a faxprinter, with embedded code.

    Eg
    VArs
    Faxto Text 250
    FaxSend Text 250


    Faxto := STRSUBSTNO('%%%%[To: %1,%2,%3]',Cust."Fax No.",Cust.Contact,Cust.Name);

    FaxSend := '%%[Send]';

    First Section of the Report A Header Output FaxTo
    LastSection of report a Footer output FaxSend


    I hope this helps you.
    Answer the question and wait for the answer.
  • visperasvisperas Member Posts: 31
    i tried, but not recognize the code
  • StephenGStephenG Member Posts: 99
    Sorry I forgot to mention that the 2 output Commands/Textboxes need to be font 'Zeta Fax Roman 10 cpi' thats the fonts we used for one of our customers.


    Quotes from Zetafax manual.

    "If thes coomands are used in a document, they must be typed using on of Zetafax's own typefaces, and in the appropriate syntax - eg %%[Fax:01 234 567]

    Options commands - The FaxMerge addressing commands are similar in syntax to entries in SUBMIT files. They are enclosed in special characters %%[] to distinguish them from printable text and must be entered in one of the Zetafax printer fonts (eg Zetafax Roman 10cpi). The FaxMerge text does not appear on the faxes produced by Zetafax.


    I hope this helps
    Answer the question and wait for the answer.
  • visperasvisperas Member Posts: 31
    Works!

    Thanks very much I LOVE YOU

    you save me, i indebted with you

    :):):):):):):):):):):):):):)
  • Tarek_DemiatiTarek_Demiati Member Posts: 112
    I need to develop a batch job which should send 2 Order Confirmations

    One for the Customer
    The Second One for the Sales Person

    What's the syntax on ZetaFax to specify 2 fax numbers ?
  • kneoATworkkneoATwork Member Posts: 19
    In your opinion, does this solution work for massive faxing job? :?

    Do u have any kind of suggestion for this task? :-s

    Thanks
  • ajhvdbajhvdb Member Posts: 672
    I have used zetafax, GFI Faxmaker and Faxware and they all work great with embedded code. Large print jobs (1000 a day) are no problem at all...

    What do you mean with suggestion? Just select the fax printer driver before clicking on print.
  • aleix1979aleix1979 Member Posts: 213
    If you are looking for what commands are available, There you are! :P
    Navision Developer
Sign In or Register to comment.