Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gringoloco
  • Content: Threads
  • Order by date
  1. gringoloco

    CE10 Displaying Report Parameters

    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...
  2. gringoloco

    Do not want seconds displayed in a grid

    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...
  3. gringoloco

    VFP6 define array property in class problem

    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...
  4. gringoloco

    Remote View upper & ucase problem

    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...

Part and Inventory Search

Back
Top