Using Crystal Reports 2020 - Using Advanced Formulas If Then Else in a Report

Пікірлер: 4

  • @sapb1tamil
    @sapb1tamil7 ай бұрын

    Superb

  • @kathylo8046
    @kathylo8046Ай бұрын

    hi Trainer mom, Thanks for your video! I am searching solution of crystal report development. I have a standalone crystal report designer that I can develop rpt file. My question is how I use execute the rpt file? I am trying to use Visual Studio to run this rpt file and dynamically change the db connection but found it is unable to do it. Could yo please advise if I am using the right way to run the rpt file?

  • @ITforeveryone

    @ITforeveryone

    Ай бұрын

    Your best bet is to use a C# script. However, there are several things to consider. 1) the database you are attempting to connect to does it have the same access permissions as the original one 2) is the database setup to access the same type of connection (IE: namedpipes, etc). 3) are there any access controls configured on routers between the front end server, where your Crystal is installed and the backend data source.

  • @kathylo8046

    @kathylo8046

    Ай бұрын

    @@ITforeveryone tks ! I have db connection , i also use c# to load the rpt files , the rpt can exported pdf in Testing environment, once i switch to Production, the connection is no longer the same ! So i use c# code to set new connection , but the rpt is still unable to connect correctly