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: JPG77
  • Content: Threads
  • Order by date
  1. JPG77

    Trim memo field

    Hi, I want to trim all the leading chr(13) or chr(10) at the end of a memo field (before printing). Alltrim() or trim() has no effect on the chr(13). strtran() will be a solution but ONLY on the last line. Is there another function available ? Jean-Paul
  2. JPG77

    Zip an .exe

    Hi, My .exe (Vfp6 or Vfp8 application) size is 2.906 Ko. Last week, when I zip this exe, the size was 765 ko. But to-day, after a few changement in 2 or 3 .SCX, I can't zip the .exe. The packed size is now 2.865 Ko. How is it possible ? Any idea ??? I try on different machine with WINZIP...
  3. JPG77

    Save window as .BMP or .JPG

    Hi, I have a form 580x580 with a big picture (geographic plan) inside. The user scroll the picture with arrows key, until he gets the right position - and then he places icons where he wants. Then, I want to save this formated 580x580 picture on disk. From my VFP6 (or VFP7) application, is...
  4. JPG77

    VFP / Word publipostage

    Hi, Does somebody know how to change, from a VFP aplication, the name of the file (.DBF or .TXT) linked to a Word document. It seems that this name is "somewhere" in the .DOC Do you think the solution might be with low level instruction for making the changes ? Thanks by advance...
  5. JPG77

    MOUSE POINTER

    Hi, Is it possible to easily hide or see the mouse pointer, for all the screen in my VFP application (Win 2000 - Tactil Plasma screen or standard screen) ... Without using a : If ! WithMouse && Var .T. or .F. in main Prg .SETALL("Mousepointer",13) on the 70 screen ... ENDIF...
  6. JPG77

    Move and resize controls at run time

    I try to resize and move image control at run time (and editbox too (move) ...). It's seems impossible to handle the control, change the border (with the 8 points like VFP) and the resize. If somebody can help me, ... this will be great. JPG from Paris
  7. JPG77

    Send information to Outlook Adress Book

    Hi, Does anybody know how to send a record from a VFP6 file in the Outlook Adress Book (Name and telephone number) ? I know i can extact my informations in a CSV format and then import them from Outlook. But this is not automatic. Thanks for any suggestion. Jean-Paul
  8. JPG77

    Volume Serial number

    Hi, I need to get the volume serial number. I found sometime good with the "GetVolumeInformation" in WIN32API (for VisualFox). But I had to get this information in 3 application written in FoxPro 2.6a. I try with RegFn() - Foxtools with always error message. The syntax for VFP is ...

Part and Inventory Search

Back
Top