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!

Search results for query: *

  • Users: Mistral2
  • Content: Threads
  • Order by date
  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

    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
  3. 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
  4. 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
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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
  10. Mistral2

    GRAPH IN REPORT

    hi everybody, In a report I want to show a graph in every line like this: Qty 1999 Qty 2000 Qty 2001 QTY 2002 GRAPH 15 12 13 21 ????? 17 41 12 25 ????? etc... Anyone can help me ? Mistral
  11. Mistral2

    REPORT PREVIEW

    I want to restrict some users to have only to preview a report without printing I used this command : REPORT FORM MyReport PREV IN SCREEN TO FILE REPORT.tmp DELETE FILE REPORT.tmp I'm using VFP6.0 Thank you in advance Mistral
  12. Mistral2

    Send Attachement with email

    When I send email i use the following code : DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, STRING cAction, STRING cFileName, ; STRING cParams, STRING cDir, INTEGER nShowWin lcMail = "mailto:john@mycompany.com"+ ; "?CC= boss@mycompany.com&Subject= Meet for...

Part and Inventory Search

Back
Top