Hello all, My crystal report contain hyperlinks to the Event Video file (i.e..avi files). Its format is somewhat like - "EventVideos/EventVideo_" + {DataTable1.EventId} + ".avi" As I create hyperlink at design time, it remains active for all the events. But the case is that my all events do not have Event Video associated with it. So, such events also have hyperlink for event video which is not expected. To avoid this, I have to delete or disable the hyperlink for such events. My question is - Is it possible to delete or disable the hyperlink at runtime in Crystal Report? If yes, can you please explain me how? It will be great help. I will appreciate it. Thanks in advance.
btough
Posts
-
Delete hyperlink from crystal Report -
If (null == something) or if (something == null)If (null == something) and if (something == null) are nothing but the same. But I/many people always prefer - If (null == something), because if we use - if(something == null), sometimes it may happens that instead of == we use = and that change the value of 'something'. And if 'something' is used throuout the programe, you can imagine how wrong result it will create. So using If (null == something) is always be safe. Hope this will be helpful to you. Thanks, -Yogesh Patil.
-
How to Create Crystal Report into Visual Studio 2008 (Windows Form) application?I have created Windows Form application in VS 2008 using C#. In this application, I have created Crystal Report. Now I want to embed flash file (i.e. SWF file) into this Crystal Report. I do not find any option to add Flash File into Crystal Report. How can I do it? Please, help if have any idea about it. Thanks.
-
how to change tha main form af an applicationFrom function 'static void Main()' of the application change line 'Application.Run(new Form1());' to 'Application.Run(new Form2());' or 'Application.Run(new Form3());'
-
How to integrate Crystal Report 2008 into Visual Studio 2008?I have created CR File(.rpt) in CR 2008 (Version 12.0). I added flash file into newly created CR file. Now I want to integrate this CR file into Visual Studio 2008 (Windows Form) application. How can I do this? Please, reply if anybody know it. Thanks in advance.
-
How to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008?I have created CR File(.rpt) in CR 2008 (Version 12.0). I added flash file into newly created CR file. Now I want to integrate this CR file into Visual Studio 2008 (Windows Form) application. How can I do this? Please, reply if anybody know it. Thanks in advance.