Change Col font/Colour in Popup? (OpenInsight Specific)
At 21 MAR 1999 02:24:19AM Barry Stevens wrote:
Is it possible to change the font or Colour of a single column in a popup.
Barry
At 21 MAR 1999 01:08PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
The answer is yes. However, the application might be difficult depending on what you want. Since the line is just an edittable, color by pos and font by pos will work. However, since popup is being called from a dialog, you'll have to do stuff with the popup code.
Best bet, to eliminate overwriting by RTI, is shove all your code into a subroutine and have it called from specific points in the code. This way, on any changes, you just have to add back the subroutine lines.
At 21 MAR 1999 05:45PM Barry Stevens wrote:
Ah, thanks, thought it might have to be a workaround.
Barry