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 strongm 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: *

  1. Patricia Cu

    Customizing right-click options on Crystal Reports Viewer

    Hello all, We manage a desktop application developed with VFP9 that displays .RPT files via the Crystal Reports Viewer. Users are now requesting new functionality within the Viewer, where you right-click on a value, they want to see a custom option that would execute one of your VFP forms when...
  2. Patricia Cu

    Exporting Crystal Report to PDF programmatically

    thread184-474602 Hello, I am curious to find out whether DanNorris2000 was able to test his suggestion of using the exportmodeller.dll and crtslv.dll files (which must be present on the computer and must be registered) in order to export a crystal report file to pdf programmatically. Our...
  3. Patricia Cu

    VFP listbox deselects items when it loses focus

    Hello all, For some unknown reason, when using a form with a listbox whose rowsourcetype is Alias (2), if the listbox loses focus, then the user attempts to scroll it, the selection(s) are lost. The only time selections are retained is when scrolling on a listbox in which selections are...
  4. Patricia Cu

    Legacy code for grid column sorting checks for recc() > 10000

    thread184-1776680 Hello, I am in charge of doing maintenance for a VFP 9 application that has been used since the 2000s at least. It was developed by multiple people. The infrastructure is quite big, with a lot of custom classes that 'wrap' and extend the base functionality of native controls...
  5. Patricia Cu

    TreeView multiple selection exceeds nesting limit

    Hello, I have a tree control that uses recursion to lookup data in the database to create child nodes and at the same time set them to Checked when multiple selection of nodes is enabled. The code looks like the sample provided on another thread with similar title to this one. Basically...

Part and Inventory Search

Back
Top