Madawc,
I get a "field name is not known" error with the following:
FormulaSelect = "{Vendors.resLastName} = " + "{textBox3.Text}";
FormulaSelect = "{Vendors.resLastName} = {textBox3.Text}";
Thanks,
Mark
I'm trying to write a record selection formula using the version of Crystal Reports bundled with Visual Studio. Net 2003 that will allow a user to select the last name of a person using a text box. Here is my attempt that results in a runtime error.
Code:
string FormulaSelect...
I am trying to print a batch of three invoices using the version of Crystal Reports that is bundled with Visual Studio .Net 2003. Each invoice will be printed on a separate sheet of 8.5" x 11" paper.
When the invoice I created is viewed in the report viewer, it shows all three invoices (all 3...
To clarify my question, I am trying to print a batch of three invoices. Each invoice will be printed on a separate sheet of 8 1/2" x 11" paper.
Thanks,
Mark
I am trying to print three invoices using the version of Crystal Reports that is bundled with Visual Studio .Net 2003. When the invoice I created is viewed in the report viewer, it shows all three invoices (all 3 records in the database).
Executing the following procedure results in printing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.