zelarra821
Registered User.
- Local time
- Today, 23:23
- Joined
- Jan 14, 2019
- Messages
- 842
First of all, I've asked in this section because the answer that I think might work would be with VBA.
Then, excuse me that my program is in Spanish. I will try to explain it as well as possible so that you understand me.
I am creating a report for a budget. They have passed me the design, and I have to adjust as much as possible. This is what I have so far:
As you can see, in the detail ("Detalle") I add each of the articles that will make up the budget. In this case, they are not articles, but are the characteristics ("Caracteristicas"), because they are dedicated to the sale of windows and the like. Well, in the standard budget each feature, with an associated image, is framed. But of course, I cannot know what height it will take in each case, since it depends on whether there are more or less characteristics. So I have both the detail and the characteristics as self-extending. However, I can't make the text box self-expanding.
A solution to my problem would be to know how much the characteristics text box measures at the end of the height, and give that value to the box (with a small margin, of course). This is what I have tried using the Height property of the textbox in VBA, but I output the value of the textbox height without autoextending, so it is not worth it.
Do you know how I can solve it?
Thanks.
Then, excuse me that my program is in Spanish. I will try to explain it as well as possible so that you understand me.
I am creating a report for a budget. They have passed me the design, and I have to adjust as much as possible. This is what I have so far:
As you can see, in the detail ("Detalle") I add each of the articles that will make up the budget. In this case, they are not articles, but are the characteristics ("Caracteristicas"), because they are dedicated to the sale of windows and the like. Well, in the standard budget each feature, with an associated image, is framed. But of course, I cannot know what height it will take in each case, since it depends on whether there are more or less characteristics. So I have both the detail and the characteristics as self-extending. However, I can't make the text box self-expanding.
A solution to my problem would be to know how much the characteristics text box measures at the end of the height, and give that value to the box (with a small margin, of course). This is what I have tried using the Height property of the textbox in VBA, but I output the value of the textbox height without autoextending, so it is not worth it.
Do you know how I can solve it?
Thanks.