Search found 3 matches

by AndyRoss
Fri Jan 27, 2006 10:18 pm
Forum: FiveWin for CA-Clipper
Topic: Undo FW 2.3
Replies: 5
Views: 1774

Antonio,

It still doesn't work. However, I did test it with 32-Bit FW and it does work. I am wondering if it's a WinAPI thing. Can you test it in 16-Bit with TestGet2.prg and let me know. Thanks.
by AndyRoss
Thu Jan 26, 2006 6:14 pm
Forum: FiveWin for CA-Clipper
Topic: Undo FW 2.3
Replies: 5
Views: 1774

I did and there is no change -- Undo is still disabled. FYI, this is 16-Bit FW.

Here is the code:

//----------------------------------------------------------------------------//

METHOD RButtonDown( nRow, nCol, nFlags ) CLASS TGet

if GetFocus() != ::hWnd
::SetFocus()
SysRefresh() // In case ...
by AndyRoss
Wed Jan 25, 2006 9:55 pm
Forum: FiveWin for CA-Clipper
Topic: Undo FW 2.3
Replies: 5
Views: 1774

Undo FW 2.3

There was a change to the Tget class sometime in 2002 where the popup menu code initiated by a right click was bypassed in favor of Windows default popup menu. For some reason, I cannot get the Undo option to be enabled when there is a change to the get value. Does anyone remember this issue and ...