Fwh 23.10 TGet problem (Solved)

Fwh 23.10 TGet problem (Solved)

Postby Horizon » Fri Nov 03, 2023 8:13 am

Hi,

I have installed version 23.10. I have compiled my all code in application without any error. I cannot enter anything on the username and password page at the entrance of my application. I use FW_SetUnicode( .f. ).

When I change FW_SetUnicode( .t. ), I can enter.


Is this a mistake? Is it a specific change?
Code: Select all  Expand view
    oMyApp := Self

    @ nHBasla+018,4 GROUP oGrp1 TO nHBasla+62,146 Pixel
   
    nHBasla:=oDlg:nHeight-278
    @ nHBasla+024, 50 CHECKBOX oKA_Sakla VAR lKA_Sakla PROMPT "Kullanıcı Adı Sakla" SIZE 90, 10 OF oDlg UPDATE PIXEL

  @ nHBasla+000, 10 SAY "Kullanıcı Adı" PIXEL
  @ nHBasla+014, 10 SAY "Parola" PIXEL SIZE 50, 12
  @ nHBasla+(-2), 50 GET oUserName VAR mUserName VALID ! Empty( mUserName ) SIZE 90, 12 PIXEL
  @ nHBasla+012, 50 GET oPass VAR mPass VALID (!Empty(mPass) .OR. LASTKEY()=5) SIZE 90, 12 PIXEL PASSWORD

 
  @ nHBasla+038, 20 BTNBMP oBtn PROMPT " &Giriş Yap " SIZE 55,20 PIXEL;
        RESOURCE "ButtonLogin" LEFT 2007 ROUND ;
    ACTION (mResult:=Login_Action(@mUserName, @mPass, oWnd, oDlg, oUserName, oPass, oMyApp))

  @ nHBasla+038, 80 BTNBMP btnCancel PROMPT " &Çıkış " SIZE 50,20 PIXEL;
            RESOURCE "ButtonClose" LEFT 2007 ROUND ;
        ACTION (mResult:=.F., ::oWnd:bValid := nil, oDlg:End()) CANCEL    
    btnCancel:lCancel := .t.   

  ACTIVATE DIALOG oDlg CENTERED ON INIT IIF(!EMPTY(oMyApp:OParam:xDEF_KULLADI),;
        oPass:SetFocus(),oUserName:SetFocus())
 
Last edited by Horizon on Sat Nov 04, 2023 10:50 am, edited 1 time in total.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1297
Joined: Fri May 23, 2008 1:33 pm

Re: Fwh 23.10 TGet problem

Postby Antonio Linares » Fri Nov 03, 2023 8:24 am

Dear Hakan,

many thanks for your quick and so valuable feedback

We are checking it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41411
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fwh 23.10 TGet problem

Postby nageswaragunupudi » Sat Nov 04, 2023 1:30 am

Fixed.
Please download the revised build again and try.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10313
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Fwh 23.10 TGet problem

Postby Horizon » Sat Nov 04, 2023 10:50 am

Hi Mr. Rao,

The problem is fixed.

Thanks.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1297
Joined: Fri May 23, 2008 1:33 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Antonio Linares and 43 guests