python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to convert $ character with Code39 in CrystalReports?
I need to display a numeric value (document number) as barcode. I use Code39 to convert.
It is important to concatenate %-character as first, and $-character as last character to my number.
Here is my...
LewoSoft
Votes: 0
Answers: 1
Generate Crystal Report Dynamically reading Store Procedure
I am developing a web form application. Here a Create a table named ReportConfig which contains ReportId, ReportCode, ReportName and Query column. An User will put there Store Procedure or select stat...
Anik Saha
Votes: 0
Answers: 0
I want to display data in Crystal Report, But I don't understand what is the problem with my code
con.Open();
SqlCommand cmd = con.CreateCommand();
cmd.CommandType = CommandType.Text;
cmd.CommandText = "Select * from SIZENN where INVOICENO ='" + textBoxINVOICENO.Text + "', ";
...
Salim Shaikh
Votes: 0
Answers: 0
Crystal Reports Formula: Help forming IIF Statement
I am working with Crystal Reports 11.5.10.1263 [CR Developer Type: Full].
I am familiar with Programming and SQL syntax in general and have worked with expressions in SSRS & MS Access but never in...
Talay
Votes: 0
Answers: 1