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

    Preventing CellEnter in a DataGridView

    Already been down the "validating" route a while back. Not only did it not allow the user to not move to another parent row (desired affect), but it also didn't allow them to jump out of the parent grid to click a save/cancel button or back into the child grid to make further edits (undesired...
  2. Silver30

    Preventing CellEnter in a DataGridView

    Yeh, read that. But, CellEnter doesn't have an e.handled. So, either I am missing something or you are refering to some other event. I couldn't cancel the event if I wanted to. If I could, I wouldn't be posting this issue :o)
  3. Silver30

    Preventing CellEnter in a DataGridView

    Thanks for your reply. In other words, you would not prevent the user from moving to another parent row. When the user moves to another parent row, you would either save or discard the changed child rows before the child grid re-syncs with the new parent row (which has to occur when a new...
  4. 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...
  5. 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...
  6. 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...
  7. Silver30

    String to Numeric Conversion of Exponential Notation

    Hi Guys, I had implemented a routine similar to your suggestions prior to your suggestions. I was actually looking for a single "built-in" function similar to VB's or Oracle's. But, thanks. However, I thought you might enjoy the response from a Crystal Decisions Product Specialist...
  8. Silver30

    Exponents

    RoberKaiserIII asks, "...and how can one function be smart enough to distinguish between exponents or a random string that has a number then the letter 'E' then more numbers." ...seems VB's val() function and Oracle's to_number() function are "smart enough". If Crystal's...
  9. 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)...
  10. Silver30

    Question about Crystal Reports..

    Sounds like you may want to look into basing your Crystal Report designs on data definition files (templates) and passing your recordsets to the reports via the Crystal Automation Server. Download the 'how to' document (scr8_ttxado.pdf) from...

Part and Inventory Search

Back
Top