I want to find out if there is a way to programatically change the TextBox Properties of a Report Form.
My users want to BOLD the text in a Grid's single TextBox by clicking on some button. I don't think that this will be too hard by using DynamicFontBold and, at the same time, I should be able to save a referernce to that field for subsequent use.
But they then want to Print that record and have the Field value which they have BOLDed appear differently (BOLD Font and/or Shaded Background, or something) on the printed Report (via a Report Form).
I do not recall seeing anything similar to the Print When... which will allow me to programatically control the Font or the Background Color of an individual field's TextBox.
Any suggestions would be most welcome.
Thanks,
I_Forgot
My users want to BOLD the text in a Grid's single TextBox by clicking on some button. I don't think that this will be too hard by using DynamicFontBold and, at the same time, I should be able to save a referernce to that field for subsequent use.
But they then want to Print that record and have the Field value which they have BOLDed appear differently (BOLD Font and/or Shaded Background, or something) on the printed Report (via a Report Form).
I do not recall seeing anything similar to the Print When... which will allow me to programatically control the Font or the Background Color of an individual field's TextBox.
Any suggestions would be most welcome.
Thanks,
I_Forgot