I have a very strange situation. I have a report. I have rounded rectangle
on report. I set curvature to 24. If I suspend the app and preview report,
it previews with the rectangle square. If I preview the same report outside
of the app, ie start VFP, open table, preview report, it looks rounded as
expected. Something in the environment is causing this, but I have not yet
found what. Anyone seen this before?

Re: Rounded shapes on report not round by Matthew

Matthew
Wed Dec 07 11:20:08 CST 2005

Well, I don't know what to think. I have two intances of VFP running side by
side. In one instance, the rounded rectangles have square corners. In the
other the exact same report has rounded edges as expected. I've looked at
all of the environment settings I can find, and AFAICT they are the same.

"Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
news:%23%23IQKXs%23FHA.924@TK2MSFTNGP12.phx.gbl...
>I have a very strange situation. I have a report. I have rounded rectangle
>on report. I set curvature to 24. If I suspend the app and preview report,
>it previews with the rectangle square. If I preview the same report outside
>of the app, ie start VFP, open table, preview report, it looks rounded as
>expected. Something in the environment is causing this, but I have not yet
>found what. Anyone seen this before?
>



Re: Rounded shapes on report not round by Dan

Dan
Wed Dec 07 11:24:33 CST 2005

What version of VFP? If VFP9, what is SET REPORTBEHAVIOR?

What version of Windows? Video driver? Printer driver? VFP actually does
fairly little of the heavy lifting when it comes to printing reports.

Dan


Matthew L Reed wrote:
> Well, I don't know what to think. I have two intances of VFP running
> side by side. In one instance, the rounded rectangles have square
> corners. In the other the exact same report has rounded edges as
> expected. I've looked at all of the environment settings I can find,
> and AFAICT they are the same.
>
> "Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
> news:%23%23IQKXs%23FHA.924@TK2MSFTNGP12.phx.gbl...
>> I have a very strange situation. I have a report. I have rounded
>> rectangle on report. I set curvature to 24. If I suspend the app and
>> preview report, it previews with the rectangle square. If I preview
>> the same report outside of the app, ie start VFP, open table,
>> preview report, it looks rounded as expected. Something in the
>> environment is causing this, but I have not yet found what. Anyone
>> seen this before?



Re: Rounded shapes on report not round by trw7at

trw7at
Wed Dec 07 11:34:03 CST 2005

Matthew L Reed seemed to utter in
news:OBd96J1#FHA.328@TK2MSFTNGP14.phx.gbl:

> Well, I don't know what to think. I have two intances of VFP running
> side by side. In one instance, the rounded rectangles have square
> corners. In the other the exact same report has rounded edges as
> expected. I've looked at all of the environment settings I can find,
> and AFAICT they are the same.

I'd double and triple check that you are working with the
same report and not two versions of the same report - one
with rounded corners one with square corners.

-- TRW
_______________________________________
t r w 7
at
i x dot n e t c o m dot c o m
_______________________________________

Re: Rounded shapes on report not round by Matthew

Matthew
Wed Dec 07 12:03:57 CST 2005


"Tim Witort" <trw7at@ixdot.netcomdotcom> wrote in message
news:Xns972561698C72Dtimwitortwrotethis@207.217.125.201...
> Matthew L Reed seemed to utter in
> news:OBd96J1#FHA.328@TK2MSFTNGP14.phx.gbl:
>
>> Well, I don't know what to think. I have two intances of VFP running
>> side by side. In one instance, the rounded rectangles have square
>> corners. In the other the exact same report has rounded edges as
>> expected. I've looked at all of the environment settings I can find,
>> and AFAICT they are the same.
>
> I'd double and triple check that you are working with the
> same report and not two versions of the same report - one
> with rounded corners one with square corners.
>

I wish it was that simple :-) Yes, it's the same report. It is very easy to
duplicate. When I suspend the app, ANY report with rounded rectangles with
curvature of 24 will do this. It's not any specific report, it's a specific
feature in any report.



Re: Rounded shapes on report not round by Matthew

Matthew
Wed Dec 07 12:20:43 CST 2005

VFP9. Duplicated it on different systems with different video cards,
different printers. It's most definitely being generated by VFP itself, and
does not appear to be video/printer related. I can look at the report in the
designer, it looks fine. I preview it, rectangles are square. Look at these
screen shots:

http://zootal.no-ip.info/stuff/goodreport.jpg

http://zootal.no-ip.info/stuff/badreport.jpg

If I set REPORTBEHAVIOR to 90, it doesn't do it. However, this is an
existing system that has worked forever, and out of the blue this is
happening. We are at the final testing stages, and if I change
REPORTBEHAVIOR now, we will have to go back and test every single report
(and there are 647 reports in this system). I can't identify what causes
it - If I start VFP and do not run the app but just run the report, it
works. If I run the app and suspend it, and then run the report, it gives
square corners. From that point, I can release/clear/close everything
without closing VFP itself, and it still does it. Something is happening to
the environment, but every setting I check is the same. I'm to the point of
suspecting a report engine bug, especially when you consider that setting
reportbehavior to 90 fixes it. If I run the same app with a different
dataset, it might or might not act up, yet I can close all tables and run a
dummy report against dummy data and still see it. Stranger yet.

I just installed the SP1 beta, and unfortunately it did not fix this. I
can't create a duplicatable scenario because I don't what is happening to
VFP to cause this.


"Dan Freeman" <spam@microsoft.com> wrote in message
news:eQMXYM1%23FHA.356@TK2MSFTNGP12.phx.gbl...
> What version of VFP? If VFP9, what is SET REPORTBEHAVIOR?
>
> What version of Windows? Video driver? Printer driver? VFP actually does
> fairly little of the heavy lifting when it comes to printing reports.
>
> Dan
>
>
> Matthew L Reed wrote:
>> Well, I don't know what to think. I have two intances of VFP running
>> side by side. In one instance, the rounded rectangles have square
>> corners. In the other the exact same report has rounded edges as
>> expected. I've looked at all of the environment settings I can find,
>> and AFAICT they are the same.
>>
>> "Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
>> news:%23%23IQKXs%23FHA.924@TK2MSFTNGP12.phx.gbl...
>>> I have a very strange situation. I have a report. I have rounded
>>> rectangle on report. I set curvature to 24. If I suspend the app and
>>> preview report, it previews with the rectangle square. If I preview
>>> the same report outside of the app, ie start VFP, open table,
>>> preview report, it looks rounded as expected. Something in the
>>> environment is causing this, but I have not yet found what. Anyone
>>> seen this before?
>
>



RE: Rounded shapes on report not round by MichelRoy

MichelRoy
Wed Dec 07 12:25:03 CST 2005

hum, 2 instances, one ok, one not? could it be caching something
did you try a clear resources?

"Matthew L Reed" wrote:

> I have a very strange situation. I have a report. I have rounded rectangle
> on report. I set curvature to 24. If I suspend the app and preview report,
> it previews with the rectangle square. If I preview the same report outside
> of the app, ie start VFP, open table, preview report, it looks rounded as
> expected. Something in the environment is causing this, but I have not yet
> found what. Anyone seen this before?
>
>
>

Re: Rounded shapes on report not round by Matthew

Matthew
Wed Dec 07 12:30:26 CST 2005

I am such an idiot. It was the printer driver after all. SET PRINTER TO
GETPRINTER() does not change the printer the report thinks it's using, you
have to do it from page setup - printer.....

Can I go home now?


"Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
news:%23tTuJs1%23FHA.2812@TK2MSFTNGP09.phx.gbl...
> VFP9. Duplicated it on different systems with different video cards,
> different printers. It's most definitely being generated by VFP itself,
> and does not appear to be video/printer related. I can look at the report
> in the designer, it looks fine. I preview it, rectangles are square. Look
> at these screen shots:
>
> http://zootal.no-ip.info/stuff/goodreport.jpg
>
> http://zootal.no-ip.info/stuff/badreport.jpg
>
> If I set REPORTBEHAVIOR to 90, it doesn't do it. However, this is an
> existing system that has worked forever, and out of the blue this is
> happening. We are at the final testing stages, and if I change
> REPORTBEHAVIOR now, we will have to go back and test every single report
> (and there are 647 reports in this system). I can't identify what causes
> it - If I start VFP and do not run the app but just run the report, it
> works. If I run the app and suspend it, and then run the report, it gives
> square corners. From that point, I can release/clear/close everything
> without closing VFP itself, and it still does it. Something is happening
> to the environment, but every setting I check is the same. I'm to the
> point of suspecting a report engine bug, especially when you consider that
> setting reportbehavior to 90 fixes it. If I run the same app with a
> different dataset, it might or might not act up, yet I can close all
> tables and run a dummy report against dummy data and still see it.
> Stranger yet.
>
> I just installed the SP1 beta, and unfortunately it did not fix this. I
> can't create a duplicatable scenario because I don't what is happening to
> VFP to cause this.
>
>
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:eQMXYM1%23FHA.356@TK2MSFTNGP12.phx.gbl...
>> What version of VFP? If VFP9, what is SET REPORTBEHAVIOR?
>>
>> What version of Windows? Video driver? Printer driver? VFP actually does
>> fairly little of the heavy lifting when it comes to printing reports.
>>
>> Dan
>>
>>
>> Matthew L Reed wrote:
>>> Well, I don't know what to think. I have two intances of VFP running
>>> side by side. In one instance, the rounded rectangles have square
>>> corners. In the other the exact same report has rounded edges as
>>> expected. I've looked at all of the environment settings I can find,
>>> and AFAICT they are the same.
>>>
>>> "Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
>>> news:%23%23IQKXs%23FHA.924@TK2MSFTNGP12.phx.gbl...
>>>> I have a very strange situation. I have a report. I have rounded
>>>> rectangle on report. I set curvature to 24. If I suspend the app and
>>>> preview report, it previews with the rectangle square. If I preview
>>>> the same report outside of the app, ie start VFP, open table,
>>>> preview report, it looks rounded as expected. Something in the
>>>> environment is causing this, but I have not yet found what. Anyone
>>>> seen this before?
>>
>>
>
>



Re: Rounded shapes on report not round by trw7at

trw7at
Wed Dec 07 12:58:26 CST 2005

Matthew L Reed seemed to utter in
news:#A6zPx1#FHA.356@TK2MSFTNGP12.phx.gbl:

> I am such an idiot. It was the printer driver after all. SET PRINTER TO
> GETPRINTER() does not change the printer the report thinks it's using,
> you have to do it from page setup - printer.....
>
> Can I go home now?

Have you removed the printer-specific information from all of
your reports? If not, you should. There are a number of
reporting problems that can happen if your FRXs have settings
in them that are specific to a particular printer.

-- TRW
_______________________________________
t r w 7
at
i x dot n e t c o m dot c o m
_______________________________________

Re: Rounded shapes on report not round by Dan

Dan
Wed Dec 07 15:29:05 CST 2005

I agree with Tim. You shouldn't be saving printer information in the FRX.
(Among other things, it will make them slow to open in your dev environment
if the specified printer isn't available.)

Dan

Matthew L Reed wrote:
> I am such an idiot. It was the printer driver after all. SET PRINTER
> TO GETPRINTER() does not change the printer the report thinks it's
> using, you have to do it from page setup - printer.....
>
> Can I go home now?
>
>
> "Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
> news:%23tTuJs1%23FHA.2812@TK2MSFTNGP09.phx.gbl...
>> VFP9. Duplicated it on different systems with different video cards,
>> different printers. It's most definitely being generated by VFP
>> itself, and does not appear to be video/printer related. I can look
>> at the report in the designer, it looks fine. I preview it,
>> rectangles are square. Look at these screen shots:
>>
>> http://zootal.no-ip.info/stuff/goodreport.jpg
>>
>> http://zootal.no-ip.info/stuff/badreport.jpg
>>
>> If I set REPORTBEHAVIOR to 90, it doesn't do it. However, this is an
>> existing system that has worked forever, and out of the blue this is
>> happening. We are at the final testing stages, and if I change
>> REPORTBEHAVIOR now, we will have to go back and test every single
>> report (and there are 647 reports in this system). I can't identify
>> what causes it - If I start VFP and do not run the app but just run
>> the report, it works. If I run the app and suspend it, and then run
>> the report, it gives square corners. From that point, I can
>> release/clear/close everything without closing VFP itself, and it
>> still does it. Something is happening to the environment, but every
>> setting I check is the same. I'm to the point of suspecting a report
>> engine bug, especially when you consider that setting reportbehavior
>> to 90 fixes it. If I run the same app with a different dataset, it
>> might or might not act up, yet I can close all tables and run a
>> dummy report against dummy data and still see it. Stranger yet.
>>
>> I just installed the SP1 beta, and unfortunately it did not fix
>> this. I can't create a duplicatable scenario because I don't what is
>> happening to VFP to cause this.
>>
>>
>> "Dan Freeman" <spam@microsoft.com> wrote in message
>> news:eQMXYM1%23FHA.356@TK2MSFTNGP12.phx.gbl...
>>> What version of VFP? If VFP9, what is SET REPORTBEHAVIOR?
>>>
>>> What version of Windows? Video driver? Printer driver? VFP actually
>>> does fairly little of the heavy lifting when it comes to printing
>>> reports.
>>>
>>> Dan
>>>
>>>
>>> Matthew L Reed wrote:
>>>> Well, I don't know what to think. I have two intances of VFP
>>>> running side by side. In one instance, the rounded rectangles have
>>>> square corners. In the other the exact same report has rounded
>>>> edges as expected. I've looked at all of the environment settings
>>>> I can find, and AFAICT they are the same.
>>>>
>>>> "Matthew L Reed" <nousenetspam at dead ice dot us> wrote in message
>>>> news:%23%23IQKXs%23FHA.924@TK2MSFTNGP12.phx.gbl...
>>>>> I have a very strange situation. I have a report. I have rounded
>>>>> rectangle on report. I set curvature to 24. If I suspend the app
>>>>> and preview report, it previews with the rectangle square. If I
>>>>> preview the same report outside of the app, ie start VFP, open
>>>>> table, preview report, it looks rounded as expected. Something in
>>>>> the environment is causing this, but I have not yet found what.
>>>>> Anyone seen this before?