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!

Search results for query: *

  • Users: bigdad
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. bigdad

    SQL doubt

    hi every body I need of yours knowledge my pal... I´ve a Sql sentence and I can´t order it my question is how Can I order it??? I try with "Order by" in all position of its (the beginnig, at the end, at middle)but this no work. my sentence is: =sqlprepare(conex,"SELECT...
  11. bigdad

    Using microsoft office with VFP???

    Hi every body. my problem is that I need open a Microsoft office file from VFP(to be more specific the microsoft word) and my procedure not work. I´m using this: public oword oword=createobject("word.application") oword.documents.open('c:\myfile.doc') oword.visible=.t. if this is...
  12. bigdad

    Hi everry body. some helpme with the letter please

    Hi to every body, my problem is: I have a textbox and I need limit the input to only five letters. In other words, its value just is limited to any five specific letters. and I don´t know how I can do it. I thought it might involve its ASCII value and work with the CASE/ENDCASE but I didn´t find...
  13. bigdad

    about a table....

    hi everybody, my problem is that I´ve a form to change data, include new data, erase data, well whatever, but when I do clic in my commandbutton to record my data in the table nothing happen. I tried with "insert into mytable", and with "append blank" and after replace my...
  14. bigdad

    Can I do that...??

    Hi everybody, I need some help with this... I have a form and this form generates a report, well I need to show a printer preview and print two copies of it. My problem is: I can do it but separate, in other words, if I show a printer preview I can´t print some copies (I use to...
  15. bigdad

    that is possible...??

    I have a combobox and its data is coming from a table. now I want know if is possible that I can filter this data and the result showit in this control. I tried with some code but nothing... thanks for your help Bigdad
  16. bigdad

    to do a graphic....

    Hi, my questions is: I need to do a graphic with some table of my database. Is necesary to do a query??? or I can do it from other way. Thanks bigdad
  17. bigdad

    A question some stupid...

    Hi, This is a question maybe some stupid for you but When I see a report and i wnat to print it I use the vfp`s menu bar, well I want know if I can to print a report without the vfp`s menu bar, but using a report´s preview Thanks Angel
  18. bigdad

    How can I do to print ....

    Hi, my question is how can I do to print some copy of a report in VFP. I can select any printer with sys(1037) and I tried also with the getprinter() but with this I can´t select the copies´number. somebody help me
  19. bigdad

    How can I do to call a word aplication....

    Hi I need to somebody helpme in this: How can I do to call a word aplication from a VFP´s control(commandbuttom, whatever), I think that is with a Olecontrol but I´m not sure really Somebody helpme please Thank´s: Bigdad
  20. bigdad

    thank`s but nothing. I`m trying

    thank`s but nothing. I`m trying to use that with the DynamicForecolor. I don`t know how I can`t use that one in case that a date of my table is empty. The DynamicForecolor as DynamicBackcolor use IIF + a expression to evalue. Here is an example...

Part and Inventory Search

Back
Top