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 strongm 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 stesvet1

  1. stesvet1

    MS FoxPro (DOS ver.2.6) Request how to insert column!!!

    If I good understood, you need only type: 1. modify structure 2. and then to insert your new column manually 3. and it should work 4. after 1st-time running of the programm add * to your programm * modify structure && note - use this command only for the 1st time Stefan
  2. stesvet1

    Faster computer runs Foxpro program slower, Ouch!

    I had such problem, that if I use DIR command from FPW26.a and RUN /n xxxxxxxxxxx in the same prg-code the first command is slower and do not write all filles. I solved it that I write e.g. Wait Window " 7 second " Time 7 and then It works, it means I create a PAUSE for 7 seconds and the first...
  3. stesvet1

    Environment for VBscripts

    Thank you for interesting discussion and the recomandations Stefan
  4. stesvet1

    Environment for VBscripts

    I am able to write simple macros in Outlook or Word. In order to improve my skills I have installed MS VB 2005 Express edition. But it is terrible environment, because I do not know where I can write VB scripts! And my son also said that it is too complicated and very time wasted (you are...
  5. stesvet1

    Conditional statements

    Maybe for you it is convoluted, but for computer any problem!!! It is important that it works well.
  6. stesvet1

    Having trouble appending from a specific text file

    APPEND FROM <file> | ? [FIELDS <field list>] [FOR <expL>] [[TYPE] [DELIMITED [WITH TAB | WITH <delimiter> | WITH BLANK] | DIF | FW2 | MOD | PDOX | RPD | SDF | SYLK | WK1 | WK3 | WKS | WR1 | WRK | XLS]] Adds records to the end of the current table from another file. I did not find...
  7. stesvet1

    LFN - what makes DIR in FPW2.6a and in Win XP using bat-file

    Thank you, i did not know it (! cmd /c DIR /? > CMDHELP.TXT). Till now I solved it by writing the DIR command into MEMO-field, then copying MEMO to bat-file and then starting the bat-file. Now, I am shure it doesn't depend on any national environment!
  8. stesvet1

    How to send email from FPW2.6a

    Thank you jrbbldr, but if you see my prg-file it worked in Windows 95 before! Now, there is something wrong, it asks me for various *.dll. On the other side, your examples are another case, because I do not want to use other software than FPW26.a.
  9. stesvet1

    How to send email from FPW2.6a

    Whatever I tried to write in search windows on top of the tek-tip screen (i.e. advanced,Find A Forum, Google Custom Search) I did not find an example how send mail from FPW26a. What do I wrong? What is Blat?
  10. stesvet1

    LFN - what makes DIR in FPW2.6a and in Win XP using bat-file

    Then you can use Explorer from Wwindows XP for managing your files (It is some times very useful)! Example: 1. I found this file on USB-key G:\ * Engineering_ocupational_Health.pdf 2. Now, if I type in FPW26.a command window: run /n explorer "Engineering_ocupational_Health.pdf" then Explorer...
  11. stesvet1

    How to send email from FPW2.6a

    There is any case or example how sending e-mail from FPW2.6a in this Forum yet There are only some cases for Visual Foxpro.
  12. stesvet1

    how can i use text file as a database

    You wanted => how can i read the content of a text file, line by line? If you make *append from modem1.txt type sdf* the result would be 5 records in the new table. Because one record=1 line, then you can "read the content of your text file, line by line" as you wanted (now your new table has 1...
  13. stesvet1

    LFN - what makes DIR in FPW2.6a and in Win XP using bat-file

    [1] If I launch DIR command from FPW26.a command window or prg, the result are inly 8.3 file names in English Example: Looking for ppt-files in Document and settings a) DIR C:/xxxx/*.ppt /s /a:-d >result.txt b) Directory of C:\DOCUME~1\XXXXXXXXXXXXXXX ELEARN~1 PPT 756736 13.12.06 22.32...
  14. stesvet1

    how can i use text file as a database

    Very simply! 1. You have e.g. myfile.txt 2. Create any new table, e.g. myfile.dbf with one field e.g. for 150 characters 3. Use myfile.dbf append from myfile.txt type sdf browse width 150 I use it some years. Stefan
  15. stesvet1

    How to send email from FPW2.6a

    I needed any prg-example how send in FPW2.6a e-mail (I have at home Window XP Prof). Note: I have this prg-file but it does'nt work - it asked for 6 dll-files and then writes eror: c:\windows\system\mapi.dll is an invalid library or path name. SET LIBRARY TO SYS(2004) +...

Part and Inventory Search

Back
Top