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 sfr10000

  1. sfr10000

    Grid on form comes up blank on third access.

    I know what you are describing and I have seen this before and successfully set the recordsource to space(0). However, this time I set the recordsource on the grid to space(0) everywhere just before releasing the form with no improvment, although I would think that once the form was released...
  2. sfr10000

    Grid on form comes up blank on third access.

    I have a form which is called from a top level form. It has 2 grids based on two different tables. I access the form the first time and the data in the first grid displays normally. I access the form the second time and the data data from the second grid displays normally. I access the form once...
  3. sfr10000

    "This resource is not valid" error running exe with run cmd.

    In an effort to run a process triggered by the timer without interfering with a currently running process, I have created an exe with foxpro with only the code I want to run when the timer starts a process. I use the timer to run this process with the "RUN" command. This seems to work great when...
  4. sfr10000

    Is it possible to pause other processes when the timer fires ?

    I am trying to use to timer to determine when it is time to start another process. I have observed the my ongoing processes are not independent of the processes I started when it was time to do so. Specificly when the process started by the timer selected a different data file and my ongoing...
  5. sfr10000

    Problem compiling with .fll

    I am useing the Vfpencryption71.fll. It works great before I compile. When I try to run the compiled version of my program I get "API Library not found". In the project manager I have added "Vfpencryption71.fll" under API Library. I dont know what else to try.
  6. sfr10000

    Shell out to wordpad executes next inst before shellout

    If I shell out to NotePad it works fine, but if I Shell out to WordPad the instructions after the shell out get executed before the Shell Out. The only way I have found to make it work correctly is to put a "Wait" following the Shell out. I'm sure it's somthing simple but so far I cant seem to...
  7. sfr10000

    Obfuscator for VFP9 ?

    If there is little or no valid reason to protect source code, then there are a lot of programmers who have wasted countless hours writing programs to do just that.
  8. sfr10000

    Obfuscator for VFP9 ?

    I copied the following from a web site I found when doing a Google search on decompiliers for VFP. I realize the direct reference is to the dotnet obfuscator, however the text was part of a discussion of VFP decompilers and there is a vague reference to VFP apps. Yes I am interested in...
  9. sfr10000

    Obfuscator for VFP9 ?

    I have seen comments in VFP forums regarding an Obfuscator. Does an Obfuscator for VFP9 exist ?
  10. sfr10000

    The thumbnail quality on my image control is what I want to save.

    I have tried Calvin Hsia's and Ceasar Chalom's GDI+ code to pre-create thumbnails, however, the images appear severely out of focus. When my thumbnail size photo is displayed on my form in the image control, the quality is very acceptable. I have tried useing "savetofile" after my photo is...
  11. sfr10000

    Unable to copy file programaticly.

    That works great, thanks for helping with such a basic question.
  12. sfr10000

    Unable to copy file programaticly.

    I need to copy a file programaticly. Seems simple, "Copy file A to B". This works fine from the command prompt. However I cant find a way to say A and B are field names containing the desired file names. I tried useing "&B" for the destination file, I get a new file named "&B".

Part and Inventory Search

Back
Top