shminhas
05-29-2004, 03:12 PM
Hi Members!
I have developed an application. And main database is made in Vfp and using ODBC I connect in VB and Crystal reporting.
I have a table Fields who's type is Logical/Boolean. I used the RecordSelectionFormula that to view all records who are True in Logical/Boolean field..But I am facing an Error.
This is my statement:
Report.RecordSelectionFormula = "{Table.Field} = 'String' AND {Table.Field}=True"
Kindly help me
Thanx in Advance
I have developed an application. And main database is made in Vfp and using ODBC I connect in VB and Crystal reporting.
I have a table Fields who's type is Logical/Boolean. I used the RecordSelectionFormula that to view all records who are True in Logical/Boolean field..But I am facing an Error.
This is my statement:
Report.RecordSelectionFormula = "{Table.Field} = 'String' AND {Table.Field}=True"
Kindly help me
Thanx in Advance