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 wOOdy-Soft 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 bigdad

  1. bigdad

    Win XP and ODBC Controller

    is not an error 'c:\', this is just because I firts do it the local program (in my PC) and after I change the path with my network path. I´ll go to treat with this ODBC version, to be honest I didn´t know this about ODBC
  2. bigdad

    Win XP and ODBC Controller

    to be more specific: this is my code conection: conex=SQLSTRINGCONNECT('DSN=Visual FoxPro Database;UID=;PWD=;SourceDB=myfolder\mydatabase.dbc;SourceType=DBC;Exclusive=No;BackgroundFetch=Sí;Collate=Machine;Null=Sí;Deleted=Sí;') conex2=SQLSTRINGCONNECT('DSN=Visual FoxPro...
  3. bigdad

    Win XP and ODBC Controller

    Hi everybody Ihope someone can help me withj this one: I need to do a ODBC conection but I don´t know how can I do it at Windows XP PRO. This is because I use the SQLSTRINGCONNECT to do the conection but I don´t know how in XP Thank´s a lot if somebody may help me...
  4. bigdad

    format field...

    in both way!! I explend to you: In a textbox I need write two thousand dollars with 25 cts: 200000,25 right?? well I need that the textbox format:200.000,25, the same format in my field table and in my report too. if I need put one million: 1.000.000, with the "point"
  5. bigdad

    format field...

    hi everybody. I need that some body tell me if know hao can I do for changue the format of a field. to be more especific: I´ve this number: 123456789,12 well my question is how can I do for changue this number to: 123.456.789,12. I need this because I´m working righ now with a report of a...
  6. bigdad

    about numbers

    Hi everybody one more time I need your help. I need to know if I exist a proceduro to change a number in leter. To be more especif, How can I to changue "6" in "six", or "20" in twenty??? If somebody know please helpme Thank´s bigdad
  7. bigdad

    help about folder en files...

    THANK´S you guy, this really helpme. I was thinking do it with DIR c:\myfolder\*.DBF TO FILE MYFILE.TXT, then pass this .txt file to .dbf file, all of this just to get the name of all my tables, then pass the nametable to a variable(varnametable=nametable) and then select with select while...
  8. bigdad

    help about folder en files...

    THANK´S you guy, this really helpme. I was thinking do it with DIR c:\myfolder\*.DBF TO FILE MYFILE.TXT, then pass this .txt file to .dbf file, all of this just to get the name of all my tables, then pass the nametable to a variable(varnametable=nametable) and then select with select while...
  9. bigdad

    help about folder en files...

    Hi every body, I´ve a folder "c:\myfolder" and in this folder I´ve some free tables "c:\myfolder\mytable1.dbf", "c:\myfolder\mytable2.dbf", etc, whell, I need search in each table some register and replace or insert in a table in my principal database. My question...
  10. bigdad

    about zip and floppy 3 1/2"

    thank´s you guy, your help where very good bigdad
  11. bigdad

    about zip and floppy 3 1/2"

    Hi everybody, I need your help about two think firts one: Some body know how can I to turn in a zip file any file (to be more specific: a table) using VFP code or if some know where can I find this code the second one is: I´ve a code that send some file to floppy 3 1/2" but mi question is...
  12. bigdad

    IFF()(funtion)

    Hi every body I´ve a doubt with this fuction, My question is: Can I take the result of this fuction and send it to a variable??? hope some body help me please thanks bigdad
  13. bigdad

    network computer...

    Hi everybody one more time I need your help My problem is how can I find and get the computer´s name of a network. To be more specific, I did a form to send some messsages between my computers(this is the same that use "net send to mycomputername mymessage" of windows 2000, MSDOS...
  14. bigdad

    day´s number

    Hi everybody: my doubt is about how can I do to know the day´s number from two different date. for example: My date1 is = 04/25/2002 and my date2 is = 11/14/2002 I need to know the days number lapsed between both. so that how can I do it Hope that someone can helpme and please excuse me my...
  15. bigdad

    Problem between VFP and Windows XP

    Hi everybody I hope someone can help me... I did a program in VFP 6.0 and my tables are ODBC way. it work in all pc´s with several operative system (W98, W95, WNT, etc) less on Windows XP. My ODBC conection not works. My Update, Insert and delete sentences not work. If somebody know...

Part and Inventory Search

Back
Top