Options

Tif from Navision

cronuscronus Member Posts: 2
edited 2005-10-14 in Navision Financials
Hi all

I have a form which shows records in table 38. For each record there is a tiff file, which i would like to see in a viewer. but every time I move from one record to the next an new session of the viewer starts up, instead of using the one already open.. Tried it with Brava Reader, Office image viewer, IE....
Any ideas ?

Kind regards
Henrik

Comments

  • Options
    kinekine Member Posts: 12,562
    if you use create for the automation each time, it will create new instance. But there is second parameter in Create function - NewServer - and if you use false, it will try to open existing instance... or you need to not use create if the variable is already created...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    DenSterDenSter Member Posts: 8,304
    That may be a good candidate to put into a single instance codeunit. Reference the form that is already open in the codeunit and send new parameters in.
Sign In or Register to comment.