Hi all,
I have a problem similar to what John Durbin described above. I was glad to see I might find an answer here, but the links that Dave Grewe posted back in Feb, 2001 don't work for me.
Perhaps someone can offer some advice. I have an old Foxpro app that I am converting to VFP 7.0. One...
Thanks to Mike and Bob.
I think Mike hit the nail on the head regarding more fundamental problems. After further investigation, it turns out that in all three cases, the wrong table was the active table at the time of the gather statement. In each case a table was selected that did not have the...
Hi Mike
thanks for your response.
No, actually, the table does not have a field called Per1. That is what is so weird about it. It seems to work fine in foxpro though. Maybe vfp is just more specific and if the field does not exist, the statement bombs but foxpro ignores perhaps the missing...
Hi Bob,
Thanks for your response.
There is no associated scatter command in this program. The closest thing I see to it the select statement I listed here:
select b.empl, 9999 as per1, 9999 as per2, 9999 as per3, 9999 as per4,;
9999 as per5,9999 as per6,9999 as per7,9999 as per8, 9999 as...
Thanks for your response Mike.
Actually, there are no spaces in the command itself. I added the spaces inadvertantly when I copied the command into my post.
Thanks, Julie
Hi all
I am converting an old foxpro 2.5 app to vfp version 7. I did not write the original application which has absolutely zilch in the way of comments and documentation.
I have found a situation in three different programs in the application where the old code runs fine in foxpro, but bombs...
Thanks for your responses Mike and Rick.
My intention right now is just to get the app up and running in VFP without taking full advantage of the OO available in VFP. The plan is that only later on, if there is time for taking full advantage of the OO features, would I attempt that.
I was...
Hi all!
I am taking an old foxpro application and changing it to vfp 7.0
I have found that many of the old define window statements result in a shadow, where the title line is repeated underneath itself. What is weird is that if there is > 1 window on the screen at once it seems only the...
Thanks Ramani for your quick answer!!
I read something about that at http://www.xs4all.nl/~foxite/pdf/pf024.pdf but was unsure if that would apply.
I will give your suggestion a try and let you know if that does the trick.
Best regards,
Julie
Hi all,
I am having a problem and was hoping someone might be able to shed some light on this for me.
I have a VFP application (written in version 6.0 SP3) running at a few dozen sites. One of them, over the last few days, has lost access to the print dialog box whenever they run a report. The...
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.