Add ActiveX control to form

slentz
slentz Member Posts: 14
Wanting to add an ActiveX control to call an external program or hyperlink. Does anyone have any suggestions?

Thanks!

Comments

  • ara3n
    ara3n Member Posts: 9,258
    Navision has a hpyerlink function.
    Add a button to the form. onpush trigger add the following code
    hypterlink('www.google.com');
    Why would u need an activeX?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • garak
    garak Member Posts: 3,263
    What will you do with the ActiveX :?: Navision has an hyperlink function ( hyperlink('www.mozilla.org'); )
    Do you make it right, it works too!
  • slentz
    slentz Member Posts: 14
    ara3n wrote:
    Navision has a hpyerlink function.
    Add a button to the form. onpush trigger add the following code
    hypterlink('www.google.com');
    Why would u need an activeX?

    Button worked!!

    I want to display a webpage inside Navision. Is there another way to do this besides an ActiveX control?

    Thanks!
  • garak
    garak Member Posts: 3,263
    Take a look into downloadsection. But this solution doesnt support sizable or scrollbars

    Do you have an ocx which do this?

    Regards.
    Do you make it right, it works too!