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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdogg1

  1. jdogg1

    VFP 6.0 ODBC Date problem

    Actually, the problem was the curly braces around $t1 and $t2. I think they confused PHP. I changed the syntax a little and it works now. Thanks anyway!
  2. jdogg1

    VFP 6.0 ODBC Date problem

    I've got a query on a PHP page that accesses a VFP DBF file. The query looks like this: "SELECT COUNT(IDNO) FROM ZMR WHERE $race_fields[$i] = 'Y' AND RACE = '$race_codes[$i]' AND IDNO IN (SELECT IDNO FROM ZENROLL WHERE ENRL_DATE BETWEEN {{$t1}} AND {{$t2}} AND EMPTY(ENRL_DATE) =...
  3. jdogg1

    select query in macro

    Can you use a select query from a macro? thanks
  4. jdogg1

    Using a select query as a text box control source

    How do you fill a text box with data from an select query using a value from a combo box on the form in the query? Thanks
  5. jdogg1

    How to Print Newlines

    Hi, Please help me. I figured out how to print but whenever a newline character is supposed to print, it prints two square boxes. How would I go about fixing that? Thanks
  6. jdogg1

    Win API Printing Problem

    Hi, I try to print text from a multiline edit control to the printer but it all prints on one line. There's rectangles where the \n should be. How do I fix that? Thanks!
  7. jdogg1

    dlls in builder

    Thanks. You've helped me a lot and I've finally figured out how to do it.
  8. jdogg1

    dlls in builder

    I want to create a dll in C++ Builder 5.0. What goes in the dllEntryPoint function? Any help would be greatly appreciated.

Part and Inventory Search

Back
Top