OldManOBIE
Programmer
In my code I use the following:
---
BROWSE NAME oBrowse NOWAIT
oBrowse.FontName = "Courier New"
oBrowse.FontSize = 10
oBrowse.Autofit()
BROWSE LAST
---
When the user double-clicks the MEMO field, I would like to be able to format the text there.
Any suggestions?
---
BROWSE NAME oBrowse NOWAIT
oBrowse.FontName = "Courier New"
oBrowse.FontSize = 10
oBrowse.Autofit()
BROWSE LAST
---
When the user double-clicks the MEMO field, I would like to be able to format the text there.
Any suggestions?