Search found 64 matches: setdate

Return to advanced search

Re: Creating table with Trichedit

... FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1447

Re: Creating table with Trichedit

... FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1447

Re: Error al compilar con VS2019

Lo logré :D Instalando el VS Community 2022 Con el .bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86D:\Sistemas\Compiler\HarbourVS\bin\hbmk2 data\prg\proyectoVS.hbp -comp=msvc -run  Intentaré hacerlo portable para no tenerlo instala...
by acuellar
Thu Apr 06, 2023 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1675

Re: TCalex error

Bueno, solucionado. Por si le sirve a alguien, lo que he hecho ha sido una modificación en el método SetDate de la clase TMonthView, en el fichero tMonthv.prg a partir de la línea 695, la he modificado así:   if nDayWeek  == 7      if Month( dDay_1 ...
by Sebastián Almirón
Tue Aug 03, 2021 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCalex error (Solucionado)
Replies: 5
Views: 728

Re: New FTDN June/Junio (FWH 21.06)

... nH, lControl ) En memoedit.prg: Se ha corregido el error de ejecución cuando se especifica el tercer parámetro oDlg. * xbrgetdt.prg: La función SetDate() se ha convertido en estática para evitar conflictos con la función Harbour SetDate(). * Nueva función MsgInfoScroll( cText, [cTitle], [nWidth], ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2105

New FTDN June/Junio (FWH 21.06)

... cUrl, cTitle, oDlg, nT, nL, nW, nH, lControl ) in memoedit.prg: Runtime error when 3rd param oDlg is specified fixed. * xbrgetdt.prg: function SetDate() converted to static to avoid conflict with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2105

New FTDN June/Jnio (FWH 21.06)

... cUrl, cTitle, oDlg, nT, nL, nW, nH, lControl ) in memoedit.prg: Runtime error when 3rd param oDlg is specified fixed. * xbrgetdt.prg: function SetDate() converted to static to avoid conflict with Harbour SetDate() function. * New function MsgInfoScroll( cText, [cTitle], [nWidth], [nHeight], ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 467

Re: FWH 64 25/06/2021 - setdate()

muy bien
by Antonio Linares
Tue Jun 29, 2021 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 25/06/2021 - setdate()
Replies: 4
Views: 566

Re: FWH 64 25/06/2021 - setdate()

Buenas tardes Antonio, A pesar que en el linkado arroja los dos warnings siguientes la función setdate(nDía, nMes, nAño) ya funciona bien, eso si,hay que ejecutar la aplicación como adminstrador. warnings: Linking with MSVC 2019...hbct.lib(dattime3.obj) : warning ...
by Verhoven
Tue Jun 29, 2021 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 25/06/2021 - setdate()
Replies: 4
Views: 566

Re: FWH 64 25/06/2021 - setdate()

Enviadas las libs por wetransfer

Quedamos a la espera de tus resultados :-)
by Antonio Linares
Tue Jun 29, 2021 9:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 25/06/2021 - setdate()
Replies: 4
Views: 566

Re: FWH 64 25/06/2021 - setdate()

Paz,

La función SetDate() que hay dentro de FWH\source\function\xbrgetdt.prg hay que hacerla static

Vamos a reconstruir FWH 64 y te enviamos las nuevas libs

muchas gracias por tu feedback
by Antonio Linares
Tue Jun 29, 2021 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 25/06/2021 - setdate()
Replies: 4
Views: 566

FWH 64 25/06/2021 - setdate()

Al actualizarme a la versión actual de FWH 64 me encuentro con los siguientes problemas con la función setdate(): Al construir el exe: Linking with MSVC 2019...hbct.lib(dattime3.obj) : warning LNK4006: HB_FUN_SETDATE ya se definió en FiveH64.lib(XBRGETDT.obj); ...
by Verhoven
Tue Jun 29, 2021 5:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 25/06/2021 - setdate()
Replies: 4
Views: 566

Re: To Nages: Problem with Datepick control

... dFirst := dDateini Endif IF Empty(dDateFin) dLast := dMax else dLast := dDateFin Endif and then on activate dialog I add this ON INIT ( oDtpFirst:SETDATE(dFirst), oDtpLast:SETDATE(dLast) ) https://i.postimg.cc/BbSbG7yd/1-date.png the new test #include "fivewin.ch"#include ...
by Silvio.Falconi
Fri May 28, 2021 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Problem with Datepick control
Replies: 2
Views: 263

Re: Problem with datepick control

...    MENU oPopupDate POPUP 2015       MENUITEM "today"  ACTION  (dFirst := date(), dLast := date(), oDtpFirst:SetDate(dFirst), oDtpFirst:Update(), oDtpLast:SetDate(dLast), oDtpLast:Update())       MENUITEM "Tomorrow" ...
by Silvio.Falconi
Mon May 10, 2021 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick control Resolved !!!
Replies: 7
Views: 834

Re: TO Mr Rao : XBrDtPicker

Silvio,

FOUND :D moving to the old date works like:

ACTION oCal:SetDate( oCust:HireDate, .T. ), ; // old date from xBrowse
oCal:Change() ;

or moving back to today from a old selected date
ACTION ( cRet := oCal:SetDate( Date(), .T. ), oCal:Change() ) ;

regards
Uwe
by ukoenig
Mon May 20, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Mr Rao : XBrDtPicker
Replies: 10
Views: 894
Next

Return to advanced search