0
I needed to add a string created in Windows Forms Application in the Parameter Fields, shown in the first image below, inside the Crystal Report to later make a filter, as in the second image below.
I would like to know what I have to do or encode to pass the string or if the way to do this is otherwise?
Eu Uso Mysql Free, Visual Studio Community 2017.
What is your difficulty exactly? Already have some code done? Edit your question and put it there.
– João Martins
The difficulty is to pass the string from Windows Forms to Crystal Report to make a filter I wouldn’t know how to do this so it doesn’t have a code.
– Malyster Snur
I recommend reading some tutorials before you start coding. Here are two: C# Crystal Reports step by step and Create Crystal Report Step by Step Using SQL Database View. Only have to adapt to Mysql.
– João Martins