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. rtatum

    SELECT SQL Server and Foxpro

    Is it possible to Join a SQL Table and Foxpro Table in the same SELECT statement? Another guy here at work had said that he thought you could use OPENROWSET but I have had little luck trying or with finding documentation.
  2. rtatum

    What are the top VFP Nemesis

    My biggest fault/problem with any language was trying to code perfection in the first go round. This comes from being young and being around "seasoned" programmers. All too often I find myself trying to "clean-up" code too much as I go along instead of making it work...
  3. rtatum

    SELECT STATEMENT?

    Stella40pl, We are using VFP 8.0 and it never returned the correct value???? We broke it down to its simplest form and still could not get it to work. Any ideas? Ramani, Your suggestion worked! Thank you very very much! J and R.
  4. rtatum

    SELECT STATEMENT?

    Jim, Thanks for your answer, we were afraid that it was something like that. Thanks J and R
  5. rtatum

    SELECT STATEMENT?

    We are trying to use the following line, okay well while debugging we took it down to the following line, in hopes of solving the problem, but thus far havent. SELECT ATC(' ',misc.desc),LEFT(misc.desc,ATC(' ',misc.desc)) FROM misc The first ATC() returns the correct Position of the space from...
  6. rtatum

    VFP on a handheld

    Andy, It is pretty slick! Thanks to you and Tricia for all of your help with the COM Object! :) RTATUM
  7. rtatum

    VFP on a handheld

    For those of you diving into the .NET realm, there is a toolkit available for .NET called VFPToolkit. It is available @ http://www.gotdotnet.com/team/vfp/ . Scroll to the bottom. I just finished two applications in .NET. One of the apps was for a Symbol Handheld and this toolkit was...
  8. rtatum

    Processes Released From Memory

    I have a Foxpro COM object that releases from Memory on an my development machine which is Windows XP-Pro. However, the production server which is 2000 releases the processes sporadically, sometimes building up 20-30 processes (I have even seen over a hundred build up). Does anyone know if...
  9. rtatum

    Foxpro COM Object and Studio.NET

    First, I am sure that this question is more suited for a .NET Forum; however, I have yet to have any response in other forums, so I thought try this forum??? I have a foxpro com object that I am calling from Studio.NET (specifically VB.NET). I developed the application on an XPPro machine that...
  10. rtatum

    ASP.NET Mobile Web App

    I have a selectionlist with its "SelectType" set to "Radio". I am trying to programatically change the items values with the following code: optTime.Items(0).Text = lcVar1 optTime.Items(0).Value = lcVar2 This changes the text of the option button; however, the value...
  11. rtatum

    Anywhere I can DirectX 9.0a - The whole thing?

    http://msdn.microsoft.com/downloads/default.aspx In the search box type "directx 9.0a SDK" (minus quotes). Click on: 3. DirectX 9.0 Software Development Kit with DirectX 9.0a Runtime This is the SDK and Runtime files. I have downloaded it. However, it is a large file, but should...
  12. rtatum

    How to verify folders on another computer in the LAN?

    You are doing it correctly. I tried a couple of different servers and computers. ? DIRECTORY("\\servername\folder") ? DIRECTORY("\\computername\c$\program files") Both returned .T. I would verify connectivity to that computer by mapping a drive or navigating to the...

Part and Inventory Search

Back
Top