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 Chriss Miller 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. JasonCannon

    VFP 9.0 API Troubles After Server Upgrade

    Hello, A vendor I work with upgraded a few of their servers we use and now a VFP program that connects to it via its APIs has started erroring. This code use to work. **** HyperCaster API Info sHyperCaster = "http://192.168.14.235/" sADDFolder = "content_api" sCMbyFN =...
  2. JasonCannon

    VFP IDE Configuration Files

    Our IS Dept had to rebuild both of my computers and now VFP's IDE windows look terrible. The fonts are too big/wrong for the tabs as well as for browsing tables. I remember whenever we would install a new PC, there were some configuration files (FOXUSER.DBF...) we would copy over but it has...
  3. JasonCannon

    Elasticsearch SQL API

    I am trying to see if I can get VFP 9 to work with the SQL API in Elasticsearch. I have only a limited experience with VFP and APIs so any help/advice would be appreciated. "..if you give a man a fish he is hungry again in an hour. If you teach him to catch a fish you do him a good turn."...
  4. JasonCannon

    Checking Latitude and Longitude?

    I am trying to find the best method in VFP to check a given set of latitude and longitude coordinates. Starting simple and just want to confirm that a set is in a given US state. And so far I have a table of the northern and southern latitude points and the eastern and western longitude...
  5. JasonCannon

    Mark Duplicate Records Based on Multiple Fields with Fields Too Large for Indexing Together

    I need to mark records in one table that are considered duplicates of another table, but the five fields that determine the duplicate are too large to put into one index. I get "Invalid Key Length" when I try. INDEX ON...
  6. JasonCannon

    Working With Spaces In Strings

    I have just started working with records that have excess spaces within titles and names and I am trying to find the best way to "clean them up." I cannot trim out all the spaces as I need them between the words. Examples: - "A AA Self Storage" should read "AAA Self Storage" - "A A A...
  7. JasonCannon

    Accessing Media Files Extended Properties - .TS, .MPG, MP4 Files

    I am trying access some extended properties for .TS, .MPG, & MP4 type media files. Length, Bit rate, Frame Rates, etc. I could this thread that has been great is getting me in the right direction, but the Length extended property is only giving back NULL. thread184-785890 This is my code so...
  8. JasonCannon

    A Vertical Table from a Horizontal List?

    I need to create a table based on a list of names a numbers, like the example below. Alpha;100;55, 77, 91, 93-99 Bravo;200;25, 29, 33, 44 Charlie;300;10-13, 15-18, 61, 67-70 The list is given in a semi-colon delimited text file. I need to generate a table in the following format. Name Code...

Part and Inventory Search

Back
Top