TEXTBOX - ACTION

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

TEXTBOX - ACTION

Post by serge_girard »

Hello,

Is it possible to make an ENABLED textbox to act like a LABEL? If a certain TEXTBOX is enabled then when click on it to do some pre-defined action.

Reason is that I want to copy textbox content to my clipboard. When enabled it is not selectable.

Any idea?

Serge
There's nothing you can do that can't be done...
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: TEXTBOX - ACTION

Post by franco »

Serge, I can mark- copy- past an enabled text box with mouse but can not find a key to do so.
All The Best,
Franco
Canada
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: TEXTBOX - ACTION

Post by srvet_claudio »

Hi,
maybe with:

CREATE EVENT ........ WND form1.editbox1.Handle MSG WM_LBUTTONDOWN
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: TEXTBOX - ACTION

Post by serge_girard »

Thx! I will try tomorrow, Serge
There's nothing you can do that can't be done...
Post Reply