HadiRezaee
Technical User
Hi,
I want to find all records that CODE field is 120, in Crystal Report 8.0
So, i made a new report and i choosed all fields that i need ...
Then in my project, i wrote:
m_Crystal.SetSQLQuery("SELECT * FROM PERSON WHERE
I want to find all records that CODE field is 120, in Crystal Report 8.0
So, i made a new report and i choosed all fields that i need ...
Then in my project, i wrote:
m_Crystal.SetSQLQuery("SELECT * FROM PERSON WHERE
Code:
= 120");
But this code won't work !!!
What is my wrong ?