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 Wanet Telecoms Ltd 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 Mistral2

  1. Mistral2

    Disable MS-DOS WINDOWS

    How can i avoid to show the MS-DOS WINDOWS when i use this commande i a prg: ! /N XCOPY J:\DBF\*.* C:\SAVE\ /D/Y Thanks.
  2. Mistral2

    Import title of column from EXCEL

    THANK YOU MIKE
  3. Mistral2

    Import title of column from EXCEL

    I use this instruction in a prg
  4. Mistral2

    Import title of column from EXCEL

    When I import from EXCEL to foxpro: IMPORT FROM MyFile.XLS TYPE XL8 SHEET " SHEET1 " I get MyFile.dbf where the fields are called (a,b,c etc....) instead of the name of the columns of my MyFile.XLS. Thank you
  5. Mistral2

    Import Title of column from MS EXCEL

    When I import from MS EXCEL to foxpro: IMPORT FROM MyFile.XLS TYPE XL8 SHEET " SHEET1 " I get MyFile.dbf where the fields are called (a,b,c etc....) instead of the name of the columns of my MyFile.XLS. Thank you
  6. Mistral2

    RUN PROGRAM

    Thanks and Regards MISTRAL
  7. Mistral2

    RUN PROGRAM

    Hi, Does anyone know how to avoid to run the same program more then one time on the same pc Thank you MISTRAL
  8. Mistral2

    Application Icon in window taskbar

    Hi everyone, My application manages the daily save of my files with the help of a timer. When I execute my application I want that the icon will be displayed in the taskbar of windows (in the zone of the clock on the right at the bottom of the screen) to reassure me that it is...
  9. Mistral2

    DISACTIVATE LINE IN GRID

    Thank you, Mistral
  10. Mistral2

    DISACTIVATE LINE IN GRID

    Dear all, in a control grid: CODE NAME PRICE NEW 125 Name1 1.25 .F. 135 NAME2 1.35 .F. 148 Name3 2.78 .T. ................................... ............................. How to disactivate the lines only of...
  11. Mistral2

    to avoid the system message

    Hi, how can i avoid the display of the message system when I execute the following command: ! /N7 COPY * .DBF. \DATA Thank you
  12. Mistral2

    FILE NAME

    Thank you it works fine Mistral
  13. Mistral2

    FILE NAME

    Hi Everyone, I want to add the date of the day in the name of the file ( when i export file to Excel) I proceeded like follows: use article CFILE = " C:\tmp\article+CTOD(date ())" COPY TO CFILE TYPE XL5 the result it is that the file carries the name c:\cfile.xls instead of...
  14. Mistral2

    CLOSING APPLICATION

    I whant to close my application (multiuser) if the use is inactive for a long time without loosing data. Any idea would be appreciated. Mistral
  15. Mistral2

    GRAPH IN REPORT

    Mike, Please can you give me more details to do this. Merci Mistral

Part and Inventory Search

Back
Top