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...
Have found a free utility that allows access to all the methods/properties of the class: RAS Hack SCX/VCX
rickschummer.com/vfptools/hackform.htm
This has done the trick!
Thanks for the suggestions.
Mike
I am using VFP 6.0 sp 5. As you say - it should work....
Is there another way to get at the class declare section rather than through the class designer?
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...
In the end I have solved my particular problem by using the freeware eview view edit utility to adjust the SQL after designing it in the standard view designer.
Thanks for your suggestions.
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.