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 strongm 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: *

  • Users: jw1234
  • Content: Threads
  • Order by date
  1. jw1234

    PHP Displaying Images from MySQL

    Right I have a problem and the standard way of resolving it does not appear to work in this instance so I need a way to solve it. I have a MySQL database with table called properties in - This works fine now each row in my database has an image attched which is the picture of a property I can...
  2. jw1234

    Whats wrong with my PHP/MySQL code ?

    I've done a little PHP in the past but this is probably a simple PHP/MySQL issue from a YouTube tutorial which the author say does work. Here's that tutorial http://www.youtube.com/watch?v=JhWVi-pY43Q&feature=related Now I am trying to do exactly this just with a few more fields we have a...
  3. jw1234

    Open Browser window within a VFP Form

    thread184-1296910 I'm writing a little tool that I can use for the feedback of Fleabay. I was wondering how do you open an IE window from within a form OR design a VFP form where part of the for is an IE of Firefox window. Thanks John
  4. jw1234

    Counting the number of lines in a text file VFP

    Anyone got any ideas using FREAD of FGETS as to how I would go about ccounting the number of lines in a text file, where each line is a different length. I do know Fox but its been a while and I just need to refresh my memory please This would be a start fro a small project I am working on...
  5. jw1234

    Getting Hidden Picture information

    thread184-1173924 Eric while your code works it is not accurate for the GPS Data. PUBLIC oform1 oform1=NEWOBJECT("form1") oform1.Show RETURN DEFINE CLASS form1 AS form Top = 0 Left = 17 Height = 350 Width = 400 DoCreate = .T. Caption = "Get Image Properties (EXIF)"...
  6. jw1234

    Getting GPS Private EXIF Tags From JPEGs

    Some time ago the honourable Baltman posted the following bit of VFP Code IPTC(ADDBS(Sys(5)+SYS(2003))+"test.jpg") PROCEDURE IPTCLPARAMETERS tcPicFullPathoShell = CreateObject("Shell.Application")oFolder = oShell.Namespace(JUSTPATH(tcPicFullPath)) WITH oFolder FOR Each cFile IN...

Part and Inventory Search

Back
Top