Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

btough

@btough
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Delete hyperlink from crystal Report
    B btough

    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.

    Windows Forms question design help

  • If (null == something) or if (something == null)
    B btough

    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.

    C# question

  • How to Create Crystal Report into Visual Studio 2008 (Windows Form) application?
    B btough

    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.

    C# csharp visual-studio question adobe help

  • how to change tha main form af an application
    B btough

    From function 'static void Main()' of the application change line 'Application.Run(new Form1());' to 'Application.Run(new Form2());' or 'Application.Run(new Form3());'

    Visual Studio question help tutorial

  • How to integrate Crystal Report 2008 into Visual Studio 2008?
    B btough

    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.

    Visual Studio question csharp visual-studio adobe tutorial

  • How to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008?
    B btough

    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.

    C# question csharp visual-studio adobe tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups