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 TouchToneTommy 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: anyhandle
  • Order by date
  1. anyhandle

    Page numbers on report

    Possible work-around: You could pre-determine the page number programmatically and save it to a field according to the customer in the same table as the customer. On the report, rather than use the _pageno command, use the field name for the page number instead.
  2. anyhandle

    ListBox on the Fly #2

    Hi, I just discovered that the value of a listbox created programmatically on the fly can be captured when cicking on another object. This isn't feasible after all. I need a way to determine if an object (listbox) exsists in order for this capturing code not to give an error. The other problem...
  3. anyhandle

    HELP! PDF PROBLEMS

    Thanks everyone for your input. Well, thanks to jrbbldr I found out where the problem is. jrbbldr calls his report differently than I do. He prints to a printer rather than a file and I was able to see that it freezes while printing to the printer. Interestingly enough, sometimes the...
  4. anyhandle

    HELP! PDF PROBLEMS

    I tried making my code more simple, it worked for a while then after about 9 runs of different reports while testing, all of a sudden all reports stopped. I can't even get those that were working to work. I tried cleaning out the temp files and rebooting, but this doesn't seem to be an OS...
  5. anyhandle

    HELP! PDF PROBLEMS

    I get a report printing using Adobe PDF and seems to work fine. The very next day, I run the very same report and it doesn't work. This was a complaint of my clients as well. I've tried XFRX and quite frankly, I think they still use the Adobe driver. My client wants me to quickly switch between...
  6. anyhandle

    Set Print to Default

    Thanks, I'll check it out.
  7. anyhandle

    Set Print to Default

    Actually, that brings up something I should have clarified with you. How are you generating the PDF from within VFP? 1) Are you sending a report to the Acrobat distiller, or are you using another third party tool like XFRX? -- I'm sending it to the distiller by first creating a PS file with...
  8. anyhandle

    Set Print to Default

    Sorry, I should have started a new thread. For some reason I thought I did. I wouldn't be surprised they installed it incorrectly like leaving off the writer part of the software. I have a question out to them on this.
  9. anyhandle

    Set Print to Default

    I programatically preview a report in PDF format in my application which works fine on both of my Win 2000 & Win 98 machines with both Acrobat 5 & 6 versions. For some reason, it doesn't work on some clients' machines. Could it be a print driver clash? Is there a more versitile PS driver other...
  10. anyhandle

    Fax Software

    Thanks but I found it in Microsoft Office Outlook
  11. anyhandle

    Fax Software

    VictorFRodriguez stated in an earlier post (2003) that "fax software in Windows 2000". Where can I find this software? I own both Windows 2000 and Office 2000 and am not finding it. Thanks
  12. anyhandle

    Set Print to Default

    THANK YOU VERY MUCH! IT WORKS!
  13. anyhandle

    Set Print to Default

    Actually, the only code triggering a spooling (and tried this in the command window as well) is 'set printer to default'. My printer is canon 850i, but a client is complaining of the same thing so apparently it's not just with the cannons (assuming he's not using a cannon). Is there a setting in...
  14. anyhandle

    Set Print to Default

    Is there a way to prevent a sheet of paper with variables from printing every time I use the 'set print to default' command?
  15. anyhandle

    RUN EXECUTABLE WITH AN EXECUTABLE

    I'm able to have one exe call another. For example: run /N myapp.exe *but it won't do the following code until myapp.exe is done *running and closed. I want to run myapp.exe and make *screen selections of myapp.exe using the exe that I called *myapp.exe with. if screen_name="about&quot...
  16. anyhandle

    RUN EXECUTABLE WITH AN EXECUTABLE

    WHAT I MEAN IS CAN AN OUTER EXECUTABLE RUN AND MAKE SELECTIONS OF AN EXECUTABLE THAT IT 'KICKS' OFF. CAN I WRITE AN EXECUTABLE THAT LITERALLY OPERATES ANOTHER EXECUTABLE. RIGHT NOW I'M AWARE THAT IT CAN RUN IT (I.E. RUN /N APPLICATION.EXE BUT I WANT THIS PROGRAM TO MAKE SELECTIONS WITHIN THE...
  17. anyhandle

    RUN EXECUTABLE WITH AN EXECUTABLE

    IS IT POSSIBLE TO RUN AN EXECUTABLE USING ANOTHER EXECUTABLE? IF SO CAN SOMEONE GET ME STARTED? HEADER FILE? HOW CAN THE OUTER EXECUTABLE SEE WHERE I AM WITHIN THE (RUN /N EXECUTABLE) INNER EXECUTABLE?
  18. anyhandle

    memory variable value loss or not accepting assignment

    RE: You should be using MSVCR70.DLL, not MSVCRT40.DLL. - VFP 7.0 installed both on my machine, so I distributed both. RE: What is the code that's failing? Could it be that the variable is going out of scope? -- I have the majority of the application kicked off by a class, which causes to see...
  19. anyhandle

    memory variable value loss or not accepting assignment

    Thanks for your response: 1) I'm using VFP 7.0 with SP #1. However, there is a possibility his system has not accepted all the new updated dll's as I've just recently changed from 6.0 to 7.0. Two clients have had a problem with MSVCRT40.DLL installing on their system. It will not overwrite...
  20. anyhandle

    memory variable value loss or not accepting assignment

    I have an application that is working on most machines, with the exception of one machine. I delt with the error messages he was receiving which was nothing more than his machine doesn't seem to hold variable values. He is not running the application over a network. He claims he has enough...

Part and Inventory Search

Back
Top