Edit Box question (OpenInsight Specific)
At 04 FEB 2000 08:02:02PM André wrote:
I need to obtain the position of the current line (where the cursor is positioned) in an edit box when the user initiates the 'options' for the edit box control. I need to be able to get the index of the current line based on @TM so that I can then insert text from a popup that gets called up.
Any ideas?
TIA
André
At 04 FEB 2000 09:35PM Don Bakke wrote:
André,
Probably the best way to do this is to use the SELECTION property. This will tell you where the cursor is within the text of the control.
At 04 FEB 2000 09:58PM André wrote:
Thanks Don.
I'll play around with that and see what I can come up with.