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!

Recent content by dbrailey

  1. dbrailey

    Extra space after variable

    While this may not hold in this instance, I have had a problem with a NULL being added to some strings in VFP 8.0. The Alltrim() did not remove it. I'm forced to use a Strtran() to replace the Char(0) with ''. Nutty, but it works. I've not been able to determine why some functions, such as the...
  2. dbrailey

    Can't get double-click to work in Grid

    Tony, Using VFP 8.0 and bindevents I was able to grab the dblclick of everything in the grid using the following code in the Init of the Grid. *!* Init of Grid DoDefault() *!*I have a whole resize and menu batch of stuff that I do *!* with every object. For Each loColumn in This.Columns...
  3. dbrailey

    Moving From Access 97 To Visual Foxpro

    Make sure that you get the latest VFP 8.0. That will save you from facing the learning curve to an OOP development environment. Get some help from a VFP programmer, contract with them if you need to, or go to Lead Associates and get some VFP training. Also do a search on the Internet for Visual...
  4. dbrailey

    GW 5.2 and Windows 2000 Professional

    My GW 5.2 will only work on my Win 2000 Pro workstation at the end of the installation. Once I shut down GW I get the famous 80004002 OLE error message. I installed the WMS file provided by Novell, but that didn't work. So I blew off Win 2K and reinstalled. Then the WMS update and the GW 5.2...
  5. dbrailey

    GW 5.2 and Windows 2000 Professional

    My GW 5.2 will only work on my Win 2000 Pro workstation at the end of the installation. Once I shut down GW I get the famous 80004002 OLE error message. I installed the WMS file provided by Novell, but that didn't work. So I blew off Win 2K and reinstalled. Then the WMS update and the GW 5.2...

Part and Inventory Search

Back
Top