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 MikeeOK 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: *

  1. TheWizard78

    opening general field containing binary data

    Hi gang. I have a data transfer to do. The source is a MDB access file. I need to convert one file in it to DBF. After I create my DBF, it contain a FPT file for the general field. When I browse my table and try to access my general field, I get error 1420 in VFP. I really don't know what to...
  2. TheWizard78

    Process for a specific user

    Hi, I just found on this forum some code for listing all the process running on my computer. The problem is that my computer is a windows server and it also list the process of other user. I would like to see only mine. Is there a way to do it? I'm searching using the exe filename, not the...
  3. TheWizard78

    Listing file inside an exe

    Hi everybody, Is there a way to retreive the name of all the files includes in a exe? I explain.. I have create an application and I have include 20 files in the other files section of my project. Then I just build an exe program with it. I would like to be able to develop a function inside...
  4. TheWizard78

    Problem with TIMER and EVENTS

    Hi group, I have a little problem. I have a form with 10 buttons + a timer on it. When I try to click on a button during the execution of the timer, I have so many weird things that appens to me. In the button1.click coding, I select table1 to do something. In the timer1.timer coding, I...
  5. TheWizard78

    Image use too much memory

    Hi groups My problem is related to image control. On my form, I have an image and a button control. When I click on my button, it assign a jpeg picture to the image object. My jpeg picture is around 571 Kb. Before I click on my button, if I go in the task manager under process, my vfp8.exe...
  6. TheWizard78

    Autosize an EditBox

    Hello World! I have a little problem. I want to use an EditBox with (Top=0, Left=0, Width=400, ControlSource=var_cString). If my variable "var_cString" has more characters than you can see in the editbox, I would like to autosize the Height, to be able to see the entire text. I have tried...
  7. TheWizard78

    Remove mailmerge from a document

    Hi group, I have create manually a new word document and I have link it with a free table (dbf), then I have insert all the 5 fields. My table contain only 100 records. I have save my document and quit word. Now the information related to this tables is save inside this document. How can I...

Part and Inventory Search

Back
Top