Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a line to be inclined
Message
From
20/11/2019 08:48:20
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01671935
Message ID:
01671952
Views:
41
>>>Hi,
>>>
>>>I need to show - on the printed report - a space for a user to enter the date. And the separator between the month, date, and year has to be inclined (at about 45 degrees). I put a vertical line. Then in the properties of this line I go to Advanced and set the object rotation to 45 degrees. But the line still prints vertical.
>>>What am I missing?
>>
>>Set Reportbehavior 90
>
>First, thank you. Yes, it does what I am looking for. But I am concerned that this setting, especially since Help says it is global, will "break" something in another report. The Help is not clear - at least to me - if setting this to 90 makes the app take advantage of all the new report features of VFP 9. Or, instead, it regresses the report feature to an older version.


Hi,

For me the help is very clear:

The SET REPORTBEHAVIOR command allows your existing reporting code to take full advantage of the new GDI+ report rendering engine with one command.

SET REPORTBEHAVIOR has no effect on REPORT FORM and LABEL FORM commands that have a ReportListener instance specified via an OBJECT clause.

So set reportbehavior to 90 always.

Rgds,

Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform