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.
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...
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...
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...
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...
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...
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.
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...
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
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...
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"...
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...
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?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.