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

    Currency Formats

    Hi, Is it possible to change the default currency at run time. Our user's regional settings are set up to be Sterling, however they want to use our system for 2 databases, one showing Sterling and one showing Dollar. Is is possible to change the default currency for the exe that is ran to show...
  2. rgh

    Euro Value Conversion

    I want to easily convert fields displayed within a system from one currency to another, in my case this is Pound to Euro. Currently our code has LblDisplayValue.Caption = format(curValue,”Currency”) I know that it is possible to change the Currency part to be the name of a function, e.g...
  3. rgh

    Can anyone recommend a book

    Hi, Just wondering if anyone could recomend a book to me? The project that I am currently working on is just one great big executable and I want to split it into smaller components. What I am looking for is a book that possibly states best pratice for coding common components that you would...
  4. rgh

    Crystal Reports Ignoring Records from VB

    Hi, I am using the Crystal Reports Control 7 (crystal32.ocx) to view a crystal report within VB. I am dumping the data for the report out to an access database and then calling the crystal report to show the data. The first time I run the program all the 5 records are displayed. If I then run...
  5. rgh

    Crystal Reports Ignoring Records

    Hi, I am using the Crystal Reports Control (crystal32.ocx) to view a crystal report within VB. I am dumping the data for the report out to an access database and then calling the crystal report to show the data. The first time I run the program all the 5 records are displayed. If I then run the...
  6. rgh

    Check in\Check out

    I want a team of developers the option to check forms etc. out from with VB etc, yet stop them checking the code back in. SourceSafe "rights" group check in and check out together. Does anyone know if this can be done? Richard.
  7. rgh

    ADO Record Locking

    Can you tell me if there is any way of finding out if a record being read into an ADO recordset is currently locked by another user at the time of reading the record? Cheers. Richard.
  8. rgh

    Drag and Drop E-mail Attachment

    Can anyone explain how to drag and drop an email attachment (text file) and display the contents in a text field? Richard.
  9. rgh

    ODBC Driver for RM/Cobol files

    Can anyone recommend an ODBC driver for Liant's RM/Cobol files. Liant supply a product called Relativity, however I am not happy with its performance and would like to evaluate some other products.<br><br>Thanks.<br><br>Richard.
  10. rgh

    SourceSafe or not SourceSafe

    Currently we are using SourceSafe for source control within our VB projects, however I am finding that it does not meet our requirements. My main problem is that when a form is checked in from the SourceSafe addin I can see no way of forcing the user to enter a comment. I then need to run a...

Part and Inventory Search

Back
Top