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 bkrike 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: Silver30
  • Content: Threads
  • Order by date
  1. Silver30

    Preventing CellEnter in a DataGridView

    I have two unbound DataGridView's on the same form. They are configured in a parent-child arrangement. I want to prevent the navigation to a different row in the parent when there are unsaved changes in the child. In the CellEnter event of the parent, I set the parent's CurrentCell back to...
  2. Silver30

    Deleting "Between Folder" Reports

    I am unable to see/delete reports via the Report Manager that were saved with Crystal between (not in) report folders. I have heard rumors of command line tools that delete these orphaned reports, but I haven't been able to locate them. Can anybody provide a link to these command line tools...
  3. Silver30

    Automatically Download/Register ActiveX Components

    I am curious to know how others have approached this situation... A standard VB executable resides on a public network drive (no application or web server) and shortcuts to this executable are placed on hundreds of client desktops. The executable is later upgraded to include activeX components...
  4. Silver30

    String to Numeric Conversion of Exponential Notation

    A formula field needs to convert a character string containing an exponential value (i.e. "9.99E37") to a number. The ToNumber() function returns the "The string is non-numeric." error. The val() function truncates and rounds the string up to the "E" (i.e. 10)...

Part and Inventory Search

Back
Top