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

    line feed for ms outlook from VFP

    i tried to search any code to put a line feed in ms outlook message body. the out put should be like this: Time start : 09:00 time end : 12:00 but when i tried to put it on outlook body it will look like this : Time start : 09:00 time end : 12:00 it tried chr(13) + chr(10) but it didn't...
  2. creedprg

    modifying table structure

    Hello guys. I would like to create an cursor from my original table the problem is it has different structure. my original table look like this. modelno defect_type qty test1 scratch 10 test2 dent 5 test3...
  3. creedprg

    table format

    Hello Guys i am trying to create a output my table in a different format. It shows like this this is the original format of my table original table Modelno....defect_type......qty test1.......scratch..........10 test2.......dent.............12 test3.......deform...........20...
  4. creedprg

    Extract date from datetime field

    Hello Guys is there any way to extract date from DATETTIME field in SQL sever? In visual foxpro i just issue a command using TTOD(Datetime()) but in MS SQL this TTOD function is not supported, May i know some equivalent command for this function.... Thank you in advance.
  5. creedprg

    limited select statement when inside the qoutation

    Hello everyone, im having problem with this select statement, whenever i put my select statement inside the quotation i encounter problem it says unrecognized command. is there any limitation in select statement when i put it inside the quotation mark? here is my example of code. i always...
  6. creedprg

    How to use VFP parameter and how to use it. (Basic Please)

    Hello Guys, I need some sample of how to use parameters and it's function. Thanks JEss
  7. creedprg

    How to use 2 ODBC in on form?

    Hello Guys; I'de like to use 2 ODBC driver in on form, the logic is that to access different database. thanks
  8. creedprg

    how to OPEN .DDB files

    Good day everyone. Can any one tell me what software can open .DDB file. thanks
  9. creedprg

    Create bootable CD

    Good day; I have a copy of Windows XP in my harddrive and i transfer it to my CD by using NERO BOOT CD but suddenly it gives an error message "CANNOT BOOT FROM CD ERROR CODE - 5" What does this mean? Please help i want to transfer my windows XP to CD. but it should be bootable...
  10. creedprg

    improve Dial up connection

    Our place is not feasible by ADSL connection that's why im still using Dial up connection. It only gives me an 31.2 kbps... Is there any way to improve the speed? I have ADSL connection in the office. if i use RAS does this help me? Thanks

Part and Inventory Search

Back
Top