Hi there
I am writing some ASP.Net code to retrieve and display parameters for scheduled recurring reports. I have got it working on reports that have as their output type the standard
crystal report format.
My problem is with reports that are scheduled to have their output type as Pdf...
I have a grid which is displaying a datetime field. I do
not want to display the seconds portion on the data.
(The data is coming from a remote view - backend database is firebird)
I have tried setting the seconds to off but this does not make any difference. The only way I have found is to...
I have a class based on a form class. I want to add an array propery to it. When I use add property in the class designer and enter the name as cColwidths[4] it comes back with an error message "Invalid Name".
(It works OK if I leave off the [4].)
If I create an actual form I can add an array...
I am using the view designer to create a remote view. The view
contains name/address details. I want to set up a view parameter on the surname that is case insensitive.
In the view filter I have a line
upper(customers.csurname) like upper(?vp_surname)
The view designer is converting this...
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.