Detail Height chang

  • Thread starter Thread starter Alessandro IT
  • Start date Start date
A

Alessandro IT

Hi to all the NG.
I'm the first time here.

I build an interface(a Popup Form) to give to the user
the capability to Formatting Preview with no required
to change in design view the Report.

I have a problem to change the Height Section at Runtime.
I explain:
Using CanGrow and CanSrink like Report Properties the
Section(acDetail)
self Formatting OnOpen Event.
If i have a textbox in a Detail_Section and i encrease the Height
property from an External Form(this is my case) the Section Self_adapt
to contein the Control, sò on Runtime action i can encrease also
Detail Section.

My huge problem is if i need to reduce it...!
The Self_adapting don't work, and if i try to change the
Height Value i have error because i'm not allowed to try this.

To better explain my work i give to any the Link.

I hope in some Help or in some Solution, because i think this
is a good Solution that can be developed more than this.....!

http://www.mantuanet.it/alessandro.baraldi/FilesEsempio/REPORTS/Reports_Formattazione.exe

P.S. sorry for my bad English

Alessandro(IT)
 
Allessandro with A2K or higher you can set the Height of the Detail
section within its Format event.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Stephen Lebans said:
Allessandro with A2K or higher you can set the Height of the Detail
section within its Format event.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


Hi Stephen good morning.
Thanks for replay.
1)My problem is that :unfurtunatly must work on A97.
2)The format Event can be used at Runtime when my Report
is already Open or i can change during Format....?
This week i have not my PC so i have only A97.
The next one i'll make more tests.

Alessandro(IT)
 
Back
Top