At 08:11 AM 12/16/2016, 'Lawrence Lustig' via RBASE-L wrote:
Is there any way to learn the height of a report footer band after it has been generated? I can read the HEIGHT property in the AFTER GENERATE eep, but it still returns the band's original, designed height, not the height after stretching. Is there a separate property for that?
What value is returned by switching the band's height property to Dynamic? -- Band's Before Generate Custom EEP GETPROPERTY <BandComponentID> HEIGHT vHeight PAUSE 2 USING .vHeight RETURN -- Band's After Generate Custom EEP GETPROPERTY <BandComponentID> HEIGHT vHeight PAUSE 2 USING .vHeight RETURN If you are still getting the same value, it would be nice to implement that re-generated value as GETPROPERTY in a future update of R:BASE X/XE. Very Best R:egards, Razzak -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

