G
Guest
I have downloaded and installed the RTF2 active X control and it works perfectly.
The problem I have is that I have 9 different Controls on the report for different memo fields it is tied to.
The first control, rtfcontrol, works great. It auto-grows when needed. However, the other controls do not auto-grow. I noticed the section of code that talked about rtfcontrol height.
Is it possible to have 9 of these controls on the same report? If so, Do I need to copy that section of code 9 times and change the rtfcontrol name to the name of the 9 different control boxes? Would I also have to change the variable Height to Height2, Height3, etc...?
If you could point me in the right direction I would much appreciate it.
The problem I have is that I have 9 different Controls on the report for different memo fields it is tied to.
The first control, rtfcontrol, works great. It auto-grows when needed. However, the other controls do not auto-grow. I noticed the section of code that talked about rtfcontrol height.
Is it possible to have 9 of these controls on the same report? If so, Do I need to copy that section of code 9 times and change the rtfcontrol name to the name of the 9 different control boxes? Would I also have to change the variable Height to Height2, Height3, etc...?
If you could point me in the right direction I would much appreciate it.