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 TouchToneTommy 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: TheSofty
  • Content: Threads
  • Order by date
  1. TheSofty

    Connection problem with PostgreSQL

    Hi all, I'm an absolute beginner in PHP world. I'm trying to connect to PostgreSQL 7.4.6 on a Fedora 2 box in my LAN through PHP 4.3.10 installed via RPM. The script I'm using runs OK until this line: if (!$connect=pg_connect("host=$host port=$port user=$user password=$password...
  2. TheSofty

    Some GENSCRNX guru around?

    Hi all, I'm trying to recover from a bad crash of my HD, but something is just not working anymore on an old app written in FPW26A that uses GENSCRNX, 3DCTRL and 3D drivers. To summarize: in a screen I have some textbox with a When 'Expression' snippet with IsAdding OR IsEditing These are...
  3. TheSofty

    "Table XXX has become corrupted". And now?

    Hi all, it's the second time a client of mine calls me with a problem in his app. I see that I cannot open his files (two) because of the error in the header. I'm on VFP 8.0. I have NEVER had such a problem, much less two times in a row. Is there some tool somewhere to help me? Thanks
  4. TheSofty

    How to extract a value from a CONFIG.FPW line

    Hi all, in a CONFIG.FPW file I have: SCREEN = OFF SYSMENU = OFF STATUS BAR = OFF KEYCOMP = WINDOWS SORTWORK = C:\WINDOWS\TEMP PROGWORK = C:\WINDOWS\TEMP EDITWORK = C:\WINDOWS\TEMP PATH = \\Server2000\DATA STATUS = OFF TITLE = RESOURCE = OFF I'd like to extract the PATH value, i.e. the string...
  5. TheSofty

    Checkbox in a listbox

    Hi all, I'm trying to incorporate Slighthaze's FAQ "Simulating a checkbox in a listbox" in a form of mine. I'm quite there, but a strange thing happens: I have the listbox in a page and it is OK when it first shows: I mean it has the icon for all rows at the extreme left, but if I...
  6. TheSofty

    VFP 8.0: C++ like operators

    Hi all, I'm not able to find in the VFP help where the new (as of 7.0?) operators that look like the ones in C++ are described. I mean += etc. Any hint? Thanks Thesofty

Part and Inventory Search

Back
Top