Search found 65 matches: mmm

Return to advanced search

Re: how to change the size of an xbrowse in runtime

I'm trying to raise the xbrowse but I don't understand how to do it, I tried both with nHeight and with NBottom

Image


I put the checkboxes in a panel under the browse
if I click on the first check I have to raise the xbrowse
by Silvio.Falconi
Thu May 02, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 317

Re: CLASS modification

... => _FWH( 3560 ) @ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ; FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ; VALID oBtnGetExchange:refresh() STYLE DTS_SHOWNONE
by Silvio.Falconi
Sun May 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1777

Re: calendar not run ( DBLCLICK)

ddatacambio:=CTOD(' ')

@ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;
FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ;
ON CHANGE oBtnGetExchange:refresh() STYLE DTS_SHOWNONE
by Silvio.Falconi
Sat May 27, 2023 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1954

Re: Difference in dates

1. This has nothing to do with the database. XBrowse displays the date as FW_TRANSFORM( datevalue, "dd/mmm/yyy" ) and it depends on the language setting in the application. 2) Please clarify if you see the difference in the same application or different applications. ...
by nageswaragunupudi
Sat May 13, 2023 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference in dates (SOLVED) tnks Mr. RAO
Replies: 2
Views: 194

Re: Ayuda 3 Combobox Anidados * URGENTE ??

... "fff" }, { "ggg", "hhh", "iii" } },; { { "jjj", "kkk", "lll" }, { "mmm", "nnn", "ooo" }, { "ppp"; "qqq", "rrr" } },; { { "sss", "ttt", "uuu" ...
by Antonio Linares
Wed Sep 07, 2022 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda 3 Combobox Anidados * URGENTE ??
Replies: 13
Views: 1043

SET RANGE ERROR - RESOLVED!!!

... always makes me the same ERROR SETRANGE() AT THIS LINE @ 20,100 DTPICKER oDtpFirst VAR dFirst SIZE 200,28 PIXEL OF oGrS1 ; PICTURE "ddd dd mmm yyyy" ; ON CHANGE ( oDtpLast:SetRange( dFirst ), oGrS1:Update() ) UPDATE oGrS1 ia group tab of the ribbonbar  ::oRebar := TRibbonBar():New(::oWndMain, ...
by Silvio.Falconi
Thu May 13, 2021 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET RANGE ERROR - RESOLVED!!!
Replies: 6
Views: 733

Re: To Nages Problem with Tdatabase and new DAtepick

Please revise this code @  3, 140 DTPICKER oPrenotazione:check_in SIZE 80,12 PIXEL OF oFolder:aDialogs[1] ;   PICTURE "ddd dd mmm yyyy"WITH OBJECT oPrenotazione:check_in   :lNoToday         := .t.   :lNoTodayCircle   := .t.   :SetRange( dStagioneMin,dStagioneMax )END  ...
by Silvio.Falconi
Thu May 06, 2021 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1777

Re: DatePicker shows incorrect date ( month ) FWH 2004

Hi Rick,

Try setting the computers date format (in the regional settings) to "mm/dd/yyyy" and see if that helps. Most likely it is currently set to "mmm/dd/yyyy"
by Jeff Barnes
Thu Jun 04, 2020 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1428

Re: New TdatePick error FWH 20.04

... DATEPICK because the bchange not found oDtpLast at first @ 30,100 DTPICKER oDtpFirst VAR dFirst SIZE 200,28 PIXEL OF oGrS1 ; PICTURE "ddd dd mmm yyyy" * ON CHANGE ( oDtpLast:SetRange( dFirst ), oGrS1:Update() ) this not run and blocked all WITH OBJECT oDtpFirst :lNoToday := .t. :lNoTodayCircle ...
by Silvio.Falconi
Wed May 06, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TdatePick error FWH 20.04 - Resolved!! -
Replies: 2
Views: 527

Re: New TdatePick error FWH 20.04

Nages, I found the error line @ 30, 30 DTPICKER oDtpFirst VAR dFirst SIZE 200,28 PIXEL OF oGrS1 ; PICTURE "ddd dd mmm yyyy" ; ON CHANGE ( oDtpLast:SetRange( dFirst ), oGrS1:Update() ) If rem this line run ok then I thinked .. if I change with ( before oDtpLast control ) ...
by Silvio.Falconi
Tue May 05, 2020 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TdatePick error FWH 20.04 - Resolved!! -
Replies: 2
Views: 527

Re: uCharToVal

... functions to convert date into text. Instead, you can use FW_TRANSFORM() Please try this: dDate := Date() ? FW_TRANSFORM( dDate--, "ddd, dd mmm yyyy" ), FW_TRANSFORM( dDate--, "dddd, dd mmmm yyyy" ), ; FW_TRANSFORM( dDate--, "ddd, dd-mmm-yyyy" ), FW_TRANSFORM( dDate--, ...
by nageswaragunupudi
Tue Apr 07, 2020 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: uCharToVal
Replies: 9
Views: 1181

Problem with datepick

... each date control have a check VAlid function @ 0.9,12 DTPICKER oDate1 VAR dDataIniziale OF oGrS1 SIZE 145,25 ; UPDATE picture "ddd dd mmm yyyy" FONT oFontBig ; ON CHANGE (if( dDataIniziale != othis:dDataIniziale,; ( SetDates( dDataIniziale,dDataFinale ),; CHANGE_PLAN( dDataIniziale,dDataFinale,lShowNumeri,lshowPagamenti) ...
by Silvio.Falconi
Fri Mar 06, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2576

Re: Preview en Terminal Server no pinta bien

mmm.... otra cosa que realizo es lo siguiente: yo utilizo una impresora virtual PDF ( DoPDF v 7 ), que la instalo en todo computador en donde se utiliza el sistema, la utilizo siempre en el interior de la aplicación, esto ...
by armando.lagunas
Sat Feb 08, 2020 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview en Terminal Server no pinta bien
Replies: 11
Views: 2358

Re: Ribbon 2013 difiere el color de los tabs

mmm, revisando: ......#define CLRTEXT             RGB(  21,  66, 139 )#define CLRTEXTBACK         RGB( 113, 106, 183 )......METHOD New(...)  ...
by armando.lagunas
Mon Jun 03, 2019 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ribbon 2013 difiere el color de los tabs
Replies: 4
Views: 905

get btn as combobox btn

Image


How I can make to have the same btn on get as the combobox ?

I'd like have as this

Image

any solution please ?
by Silvio.Falconi
Mon May 20, 2019 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get btn as combobox btn
Replies: 3
Views: 564
Next

Return to advanced search