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

    Inet FTP help required

    Hi, I have a VB6 app which transfers files to and from a Unix box using the inet control. This has been working without a problem. However, a banner is now being introduced on the unix box prior to the login. This banner however will cause error 12003 whenever a file transfer is required. Is...
  2. barkerj

    Query help to sum field values by group

    Hi, I have two tables as below. TableA: ID (Primary Key) Location Date TableB: ID (Primary Key) Qty What I am trying to do is to return a result set with the first column displaying all locations with a particular date value with the second column displaying the sum of...
  3. barkerj

    Application version enquiry

    I see what you are getting at DrJavaJoe. My problem is that I have to have our application display the version number of another program. This other application is third party software. If we install an upgraded version of the third party software I want our in-house application to...
  4. barkerj

    Application version enquiry

    Thanks johnwm and DrJavaJoe. I tried both your suggestions but still not getting a version number. They only work for those files that have a version number ie if you right click on the file and choose properties, a version tab appears. The exe I am trying to get info from does not have this...
  5. barkerj

    Application version enquiry

    Thanks johnwm for your reply. I should have worded my question better. From my application I need to retrieve the version number of another program.
  6. barkerj

    Application version enquiry

    We are using VB6 and I would like to know whether it is possible to determine the version of an exe. When I right click on the exe and go to properties there is no version info apparent so maybe if I put the version in the title area? I do not wish to run the exe.
  7. barkerj

    Risk of communicating via modems

    What are the potential security threats of transferring files via modem? People out in the field often use their mobile phone to gain a connection to a PC on our LAN. Connected to this PC is a modem. On the PC we have third party software that uses a proprietory protocol which uses checksums...
  8. barkerj

    Is there a Replacement for RunServices registry key?

    Thanks bcastner for your time trying to help me with this one. My biggest problem is that, with regards to the order in which the registry keys are run, the RunServices key no longer exists under Win XP (which is a shame). I have tried the firedaemon software that you mention but regardless, I...
  9. barkerj

    Is there a Replacement for RunServices registry key?

    We are finally moving to XP and have been busy getting our programs XP compliant. Previously we had our software on Win95 machines. For critical business reasons we have historically used the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices registry key to enable the...
  10. barkerj

    Retrieving last inserted record in dB

    Zemp, I have previously tried using MoveLast but with inconsistent results. However, with AddNew it looks like I can bookmark the record last modified for later access in my program. Top stuff! eg: rs.Bookmark = rs.LastModified Thanks for your all your help.
  11. barkerj

    Retrieving last inserted record in dB

    Thanks zemp. I have checked out @@Identity but it will not be able to help me as I am interfacing with Access 97. My understanding is that this property is useful for when SQL Server is involved. Any other ideas?
  12. barkerj

    Retrieving last inserted record in dB

    Is there a way of retrieving the last record inserted into a database? I use the usual sqlstatement INSERT INTO myDeliveries ....... and then use the Execute statement to process the query. Some background: When a new record is created in myDeliveries, MS Access auto allocates a unique random...
  13. barkerj

    Need to recognize default printer from VB app.

    I have an application written in VB which takes advantage of a Crystal report object. My problem is when a user changes their default Windows printer while the application is open, Crystal reports does not recognize that the default printer has now been changed (the only way around this is to...
  14. barkerj

    Need to recognise default printer

    I have an application written in VB which takes advantage of a Crystal report object. My problem is when a user changes their default Windows printer while the application is open, Crystal reports does not recognize that the default printer has now been changed (the only way around this is to...

Part and Inventory Search

Back
Top