Options

Question

gbc2302gbc2302 Member Posts: 12
How can I play a video .WMP with Navision.

:(

Comments

  • Options
    RobertMoRobertMo Member Posts: 484
    you cannot within Navision.
    But you can try using
    SHELL('"C:\Path\wmplayer.exe" "C:\YourPath\YourVideoFile.wmv"');
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • Options
    nelsonnelson Member Posts: 107
    Better yet, just HYPERLINK('C:\File.wmv').
    Nelson Alberto
  • Options
    lubostlubost Member Posts: 615
    There exist a way to play video in any Navision window:

    1. Create DLL which can determine a handle to your Navision window (child)
    2. Create DLL (may be the same) to open and play video in window defined by handle
  • Options
    gbc2302gbc2302 Member Posts: 12
    thanks, but i want to see a video into a field of navision.

    I have in the Item Card a control "Location", onpush i want to see a video with that ubication.

    Bye bye.
  • Options
    jhoekjhoek Member Posts: 216
    Hi,

    I don't have a solution for your problem, but may I suggest that you use a more descriptive subject description next time? :wink:
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • Options
    gbc2302gbc2302 Member Posts: 12
    lubost wrote:
    There exist a way to play video in any Navision window:

    1. Create DLL which can determine a handle to your Navision window (child)
    2. Create DLL (may be the same) to open and play video in window defined by handle

    I don´t understand you, will you explain me with more details, please.

    I want to see a video field into navision aplication, not call it with HIPERLINK.

    Please help me.

    Thank you very much.
Sign In or Register to comment.