C/SIDE hyperlink failed calling Crystal Report

upasanisandipupasanisandip Member Posts: 405
Hi all,
I want to call one Crystal Report from Navision.
I am using following syntax.
HYPERLINK ('C:\VENDOR.RPT');

But giving me error that
C/SIDE hyperlink failed.You tried to hyperlink to this target :
c:\vendor.rpt
Do you want to place that hyperlink target on the clipboard?

Thanks.

Comments

  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi

    Try this
    HYPERLINK ('file:///C:/VENDOR.RPT')
  • upasanisandipupasanisandip Member Posts: 405
    Hi Yaroslav Gaponov,
    Thanks for your reply,
    But the code you given that is giving the same message.
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi

    I think expansion .RPT need link with some application.
    if you click in windows explorer on this file and select application for open it - next try will be success...I hope
  • SavatageSavatage Member Posts: 7,142
    Assuming you have Crystal Reports installed on your machine.

    If you click the same report using Explorer it should open correctly.
    If it doesn't then Navision isn't going to work some miracle.

    Make sure as stated above you have Crystal Reports Installed and that windows has an association with *.RPT & Crystal.

    Start->Explore->Tools->Folder Options->File Types

    RPT Crystal Reports
Sign In or Register to comment.