XbrGetDate pick problem

XbrGetDate pick problem

Postby Silvio.Falconi » Mon Jun 17, 2019 3:45 pm

Image

as you can see on picture I not understood why the pickdate is not near to get and when I move the mouse on get year it become 0 hiding th button +

I set the pickdate with date interval with

Code: Select all  Expand view
@ 08,144 GET aGet[3] VAR dDataIniziale SIZE 120,14 PIXEL OF oFld:aDialogs[1] ;
    BITMAP  ".\bitmaps\calendar24.png" ;
     ACTION (dDataIniziale :=XbrGetDate( Conv_Textdate(dDataIniziale,3) , "Seleziona una data",dDatalimiteMin ,dDatalimiteMax ,,0.6 ) ,;
              IIF( dDataIniziale=ctod("") .or.dDataIniziale=nil ,;
               aGet[3]:cText( "Selezionare una data"),;
               aGet[3]:cText(Convertidata(dDataIniziale))),;
               aGet[3]:refresh() )

    @ 24,128 SAY "al"  SIZE 20,11 PIXEL OF oFld:aDialogs[1]  TRANSPARENT

    @ 23,144 GET aGet[4] VAR dDataFinale SIZE 120,14 PIXEL OF oFld:aDialogs[1] ;
      BITMAP  ".\bitmaps\calendar24.png" ;
       ACTION (dDataFinale :=XbrGetDate( Conv_Textdate(dDataFinale,3) , "Seleziona una data",dDatalimiteMin ,dDatalimiteMax ,,0.6 ) ,;
              IIF( dDataFinale=ctod("") .or.dDataFinale=nil ,;
               aGet[4]:cText( "Selezionare una data"),;
               aGet[4]:cText(Convertidata(dDataFinale))),;
               aGet[4]:refresh() )



and the I convert the result data with a string data as "monday, 12 dec 2019"

then on datepick I have strange graphics buttons at bottom ,...why ?

any solution ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6834
Joined: Thu Oct 18, 2012 7:17 pm

Re: XbrGetDate pick problem

Postby nageswaragunupudi » Tue Jun 18, 2019 2:44 am

then on datepick I have strange graphics buttons at bottom ,...why ?

Please use FWH1905
Regards

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

Re: XbrGetDate pick problem

Postby Silvio.Falconi » Tue Jun 18, 2019 7:09 am

Sorry,
I saw now I have also fwh feb19 at school
and fwh05 at home...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6834
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 24 guests