RE: VFP Label Height changes

2021-07-14 Thread Tracy Pearson
Crazy! I tracked down what was happening. There is a caption_assign method on the base label class. This is triggered before the init event. The code in the caption_assign did not change the height of the label. It did adjust the width of a label. When the width was adjusted the height would chan

RE: VFP Label Height changes

2021-07-14 Thread Frank Cazabon
Good sleuthing Tracy! On 14 July 2021 16:14:32 GMT-04:00, Tracy Pearson wrote: >Crazy! > >I tracked down what was happening. >There is a caption_assign method on the base label class. >This is triggered before the init event. >The code in the caption_assign did not change the height of the label