FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Funny phenomenon in get-fields
Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Funny phenomenon in get-fields
Posted: Thu Nov 20, 2008 03:10 PM

Hello,

if the first character of a get-field is a "(" followed by any other characters, it isn't possible, to mark the contents of that get-field using the mouse. Also the cursor always jumps just after the "("-character, if you enter that particular get-field by left-clicking into it.
You can test and see for yourself in samples\testget2.prg.

is there a work-around possible?

Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Funny phenomenon in get-fields
Posted: Fri Nov 21, 2008 01:22 AM
Gilbert,

This change is required in Class TGet Method LButtonUp():
      if ! Empty( ::cPicture ) .and. Left( ::cPicture, 1 ) == "(" .and. Left( cText, 1 ) == "("

Many thanks for your feedback! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion