FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper TGet problems
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM

TGet problems

Posted: Tue Mar 06, 2007 02:07 PM

Hi all,

Starnge things are happening with some METHOD in TGet.

  1. GetSel() always returns ``

  2. GetSelPos() Always return nHi = 10, nLo = 10
    so trying to use Copy(), Cut() and Paste() methods results in no results.

  3. Application crashes with NO EXP. METHOD TGET:GETFOCUS
    this method is used in at least two methods. Should`nt it be GotFocus()

  4. Is using ::TControl:... result the same as Super:...

Regards,

Gilbert

Gilbert Vaillancourt
turbolog@videotron.ca
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

TGet problems

Posted: Tue Mar 06, 2007 02:09 PM

Gilbert,

Could you please provide a small sample to reproduce it ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM

TGet problems

Posted: Tue Mar 06, 2007 02:30 PM

Hi Antonio,

Found out that ::GetFocus() is not a valid method instead I used ::oGet:HasFocus() and worked OK

I will try to supply a code sample, this will be hard because my TGet is quite different than your`s.

Regards

Gilbert

Gilbert Vaillancourt
turbolog@videotron.ca

Continue the discussion