hi... im using Crystal Reports in a vb project, and im doing it like this:
CrystalReport1.SQLQueryString = mySqlQuery
Form1.Show
but it is not paying atention to my string, and its loading all the records from my database.. does anybody know why??
and another question..
i have a textbox, and a field box, but i only want them to appear when that field has something on it.. i want it invisible when the field = "", how can i control that??
thank you very much
Eli
CrystalReport1.SQLQueryString = mySqlQuery
Form1.Show
but it is not paying atention to my string, and its loading all the records from my database.. does anybody know why??
and another question..
i have a textbox, and a field box, but i only want them to appear when that field has something on it.. i want it invisible when the field = "", how can i control that??
thank you very much
Eli