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

    Strange LEFT JOIN

    Hi all ! I tried a command (from phpMyAdmin): SELECT * FROM dttips t left join dtbets b on t.datum=b.datum and t.userid=b.userid where t.tip not like '0000%' and t.datum like '2004%' and (b.sazka='000' or isnull(b.sazka)) and t.userid='pepa' I've got 30 records in table t, 18 records in table...
  2. bobo123

    How to avoid "my-find.com" ?

    Hello, anybody would know, why in my browser is always "my-find.com" ? Here is my HiJackThis.log Thanks a lot !!! bobo Logfile of HijackThis v1.97.7 Scan saved at 7:37:28, on 25.10.2004 Platform: Windows 98 SE (Win9x 4.10.2222A) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running...
  3. bobo123

    PC Slow down

    Hello, my computer has slowed down during last weeks. I tried to scan it with HijackThis, log included. I'm new, please anybody knows, what to delete from the list ? Thanks a lot. bobo Logfile of HijackThis v1.97.7 Scan saved at 10:24:44, on 2.10.2004 Platform: Windows XP SP1 (WinNT 5.01.2600)...
  4. bobo123

    Programmatically set parameters in Find dialog

    Hi all, please does anybody know, how to set parameters in Find dialog programmatically (Match case, Wrap around, ...) Thanks to all Bobo
  5. bobo123

    BMP to GIF in PHP

    Please, how to convert BMP to GIF format in PHP ? Any library, code ??? Thanks Bobo
  6. bobo123

    Timer does not work properly

    Hi all, I've got big problem with Timer control on a Form. I've placed a timer onto a Form with: Enable=.T. Timeout=10000 Timer()= select from table, if there's a new row, then send: ThisForm.runX("net send "+pseuser()+" "+lcMsg) and always log in to a text file This runs OK...
  7. bobo123

    Trigger start on DB2 via ODBC

    Hi all, please, anybody has experience with starting/removing triggers on DB2 from VFP via ODBC ?? Any help ? Thanks !!!! Bobo
  8. bobo123

    How update DB2.Timestamp from VFP

    Hello everybody, Please can anybody explain, how to update Timestamp field on DB2 via ODBC from VisualFoxPro. I connect to DB2, upload data to cursor, set SQLSETPROP() and can't update Timestamp field in BROWSE window. Any other field type is updatable properly ! Thanks for any idea Sincerely Bobo
  9. bobo123

    Cannot update Timestamp on DB2 from VFP

    Hi all, Please anybody knows how to fill Timestamp field on DB2 via ODBC from VisualFoxPro. I connect to DB2, upload data to cursor, set SQLSETPROP() and can't update Timestamp field in BROWSE window. Any other field type is updatable properly ! Thanks for any idea Bobo
  10. bobo123

    How to fill Timestamp field on DB2 from VisualFoxPro via ODBC

    Hi all, Please anybody knows how to fill Timestamp field on DB2 via ODBC from VFP. I connect to DB2, upload data to cursor, set SQLSETPROP() and can't update Timestamp field in BROWSE window. Any other field type is updatable properly ! Thanks for any idea Bobo
  11. bobo123

    Trigger start/stop via ODBC

    Please, anybody could give me a sample, how to remove (or start) trigger on DB2 via ODBC ? I tried: sqlexec(Handle,"RMVPFTRG FILE(DPNDEV/FESW00)") This returns an error then: sqlexec(Handle,"CALL 'RMVPFTRG FILE(DPNDEV/FESW00)'") gives an error too. Thanks Bobo
  12. bobo123

    Setting Icon in MSPaint

    Hi all, please, does anybody know, how, where and what to set to run MSPaint with selected (clicked) "can" icon - standard is "pen" icon. Some registry setting, some parameters ??? Thanks in advance !!! Bobo
  13. bobo123

    Connection to MySQL

    Please, how can I detect, that I've been connected to MySQL before using mysql_connect() ?? Only through SQL question or $PHPSESSID or some function in PHP or some trick ?? Thanks Bobo
  14. bobo123

    Lotus Domino documents from VFP 6.0

    Please, anybody has any experience with "mining" files (DOC, JPG, ..) attached in Lotus Domino database ?? Any direction please !! Thanks a lot Bobo
  15. bobo123

    TEMPORARY table in SELECT

    I have problems with using temporary table in SELECTs, where is tmptable JOINed more then once. F.e.: CREATE TEMPORARY table tmptbl SELECT * from basetable Next is O.K.: select * from table1 left join tmptbl tmp1 on table1.a1=tmp1.a order by ... Next gives me an error: select * from...
  16. bobo123

    PDF to TXT via OLE Automation

    Please, anybody knows how to convert PDF file to plain TXT (CHR variable) from Visual FoxPro 6.0 via OLE Automation using SDK ? Any samples ?? Thanks a lot N.

Part and Inventory Search

Back
Top