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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vaxman9

  1. vaxman9

    wwIPstuff - Ionos not accepting Date: header value

    I have been using WWIPStuff for a while - you might want to make sure the clients have the latest release. I had some issues with it a couple years ago with HELO/EHLO. I Mr. Strahl pointed out to me that I had a very old version of the tools. Once I upgraded, the issue was resolved. Not sure if...
  2. vaxman9

    external hard drive issue

    Hi DrB0b has covered most of the bases very nicely - I would 2nd his suggestion to clone before starting anything. If it were me, I would clone the original to a replacement drive and then work on the replacement drive, leaving the original disconnected. Depending on the issue with the drive...
  3. vaxman9

    Treeview OleDragDrop changing mouse cursor

    Hey Mike, I won't hold that against you 😉 Thanks much for the help msc
  4. vaxman9

    Treeview OleDragDrop changing mouse cursor

    Followup - Being unable to let go of this, I played around some and I have been able to get custom cursors working in the Treeview D&D. No matter what I tried with the Treeview.MouseIcon, nothing seemed to work. I decided to try using the Form.MousePointer and Form.MouseIcon and these allowed...
  5. vaxman9

    Treeview OleDragDrop changing mouse cursor

    Hello S That did allow the Treeview.MouseIcon to get set properly, but still no change in the displayed cursor. Thanks! msc
  6. vaxman9

    Treeview OleDragDrop changing mouse cursor

    Hi Mike - Thanks for the reply. I tried your suggestion, but the Treeview.MouseIcon is an object and won't accept a string value, I get a Type Mismatch I tried creating an ImageList, adding my cursor to it and then setting the Treeview.MouseIcon = ImageList.listimages[1], but I still get the...
  7. vaxman9

    Treeview OleDragDrop changing mouse cursor

    Greetings all I am creating a simple file cabinet for one of my applications using the Treeview for the control, allowing the users to move items around via D&D and the basic functionality is in and working. I want to change the mouse cursor to something a bit less bland than the defaults, I...
  8. vaxman9

    Strangest error

    A couple years ago, the small company I worked for was gobbled by a much larger organization. Up to then, I was somewhat in control of the server access and was able to "know" that issue like this were mine. However, the new org has a large IT/Security group and they are constantly...
  9. vaxman9

    How to identify if the user is on a netwroked computer or the standalone being used as a server

    Hi Steve, I maintain a "File Cabinet" for my application that creates folders and stores files associated with jobs. The location for it, as well as my databases and tables, are stored in a registry key in the CURRENT_USER hive. When any of my apps are started, these locations are loaded into...
  10. vaxman9

    SQL statement, is there a quicker way?

    Hi Steve, I will reiterate what Trento777 said above - make sure the workstations are direct connected, wifi connections do not seem to be able to perform. I have a RDS server setup for remote users and wifi users. Thanks MSC
  11. vaxman9

    Combobox Dropdown List displayed position

    Chris, When I install, I have only applied the SP2 that was released back in the day (2008). All my various installs have only had that service pack applied. It appears to only affect my development environment - as I say the applications look fine on the user's machines as well as the 2019...
  12. vaxman9

    Combobox Dropdown List displayed position

    Following up This seems to be something in my V9 SP2 environment. I created a form, put the combo on it and ran in my V8 and V9 VFP8 SP1: VFP9 SP2: Same form. I have an old Win7 machine and tried the same test. On that machine, the combo works as expected. I also tested on a Win2019...
  13. vaxman9

    Combobox Dropdown List displayed position

    Chris - Obvious I have something amiss. I will review Thanks!
  14. vaxman9

    Combobox Dropdown List displayed position

    Greetings all I have a combobox in a grid, with 2 columns, RowSourceType = value. The values= "M,Material,L,Labor,F,Freight,C,Comment,A,CAD Fee,E,Engineering,P,Project Mgr,S,Service,V, VA Comment Codes,X,Permit Comment" Boundcolumn = 1 ColumnWidths = "0,150" In the grid, I only show the...
  15. vaxman9

    Best way to remove the trailing comma (or whatever) from a string?

    Nice - did not realize REDUCE was a function. I need to read more thanks!

Part and Inventory Search

Back
Top