Dynamic Parameter Logon Prompt with .NET SDK
I'm at a loss as to how to solve this problem with a .NET solution that employs a SQL Command as the Crystal Report data source and has a dynamic parameter. The CrystalReports.Engine.ReportDocument is...
View ArticleRe: Dynamic Parameter Logon Prompt with .NET SDK
Hi David, Need to know what SDK package you are using? CR will never show you the password and it is not saved in the RPT file. Don
View ArticleRe: Dynamic Parameter Logon Prompt with .NET SDK
Hi Don We currently have SAP Crystal Reports Runtime for .NET Framework V13.0.13.1597 and referencing the Crystal Reports .NET SDK in a Visual Studio 2013 environment on a Windows 8.1 platform. I have...
View ArticleRe: Dynamic Parameter Logon Prompt with .NET SDK
Hi David, I'm in the process of updating/writing a parameter test app so here's the initial flavor of it. Be aware no all of this may work so you MUST run in debug mode to see what is going on. Some...
View ArticleRe: Dynamic Parameter Logon Prompt with .NET SDK
Hi Don Many thanks for the very useful app. I utilized it to found that my report was not having the same issue in your app as in our solution. After porting across your methods directly into our...
View Article