Disable drag & drop

Post Reply
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Disable drag & drop

Post by norberto »

HI, i need disable drag & drop in memo fields, to users dont copy information, how to make this??

thanks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

Have you tried to disable the control ?

oMemo:Disable()
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, i want only view, scroll the text , but not copy, copy& past.

thanks
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, Enrico, i try both, readonly dont work, when .f. works, but disable scrollbar too, i need disable only copy , but need scroll the memo with scrollbar.

any sugestions?

thanks
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

i can disable right click in memo?
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

sometime ago, READONLY clause works , disable drag & drop, but dont scrollbar , but in lasts versions of fwh reaonly dont disable drag $ drop.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post by Enrico Maria Giordano »

norberto wrote:i can disable right click in memo?
Try

oGet:bRClicked = { || NIL }

EMG
Post Reply