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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PB80 Nested DW’s overlapping (report)

Status
Not open for further replies.

MFISH

Programmer
Apr 23, 2003
3
NZ
I use a DW with nested DW's for reports and PFC security to hide some of the nested DW's. Works fine in PB6.5, but causes problems in PB8.0.3 (overlapping).

Bug only shows up when PFC security hides nested DW’s in the report. If I turn off PFC Security on the affected report it works fine!?

Any thoughts?
 
In your code, try directly setting the attributes you need on your visible columns - like the dddw width, AutoSize, etc. Perhaps that will force the objects to be drawn in the correct size.

Be sure to either dynamically calculate the size needed, or to use percentages - do NOT hardcode your sizes.


Olan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top