Search found 47 matches: cdow

Return to advanced search

Re: chatGPT writes and executes Harbour code !!!

... used the ALTD keyword to check the keyboard buffer for any incoming messages from her friends or family. As the evening approached, Mary used the CDOW keyword to check the day of the week and the DATE keyword to make sure it was indeed Christmas Eve. She then used the AMPM keyword to determine ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

TITLETEXT Refresh() Arrays...(SOLVED)

... variable to array If lFirst oVar_AA[t,01] := aVar_AA[t,01] := "Last Update : "+Left(Time(),5) oVar_AA[t,02] := aVar_AA[t,02] := PadL(CDoW(CToD(AllTrim(P6_AAAA->CDay_07))),17) oVar_AA[t,03] := aVar_AA[t,03] := PadL(CDoW(CToD(AllTrim(P6_AAAA->CDay_06))),17) oVar_AA[t,04] := aVar_AA[t,04] ...
by RiazKhan
Sat Jun 06, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 510

How To Refresh() TITLETEXT With Arrays...???

... variable to array If lFirst oVar_AA[t,01] := aVar_AA[t,01] := "Last Update : "+Left(Time(),5) oVar_AA[t,02] := aVar_AA[t,02] := PadL(CDoW(CToD(AllTrim(P6_AAAA->CDay_07))),17) oVar_AA[t,03] := aVar_AA[t,03] := PadL(CDoW(CToD(AllTrim(P6_AAAA->CDay_06))),17) oVar_AA[t,04] := aVar_AA[t,04] ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 682

Re: Ayuda para Obtener el Dia de Semana de Fecha

DayOfWeek := STRTRAN(cdow(Date()), "á", "a")  Hola Bayron Muchas gracias por tu ayuda. Para poder obtener el nombre sin acento, a tu sugerencia la tuve que modificar asi: DayOfWeek := STRTRAN(OemToAnsi(cdow(fe)), ...
by remtec
Wed Nov 13, 2019 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Obtener el Dia de Semana de Fecha SOLUCIONADO
Replies: 11
Views: 1789

Ayuda para Obtener el Dia de Semana de Fecha SOLUCIONADO

... Muy buenas tardes. Tengo un problema o es error mio. Necesito obtener el Nombre del Día de la Semana, para lo cual uso de la siguiente Forma: cdow(Date()), mi problema es que obtengo "Sábado", con acento, quisiera obtener cada dia, sin acento. Podría ser " Sabado " o " ...
by remtec
Wed Nov 13, 2019 12:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Obtener el Dia de Semana de Fecha SOLUCIONADO
Replies: 11
Views: 1789

Re: A problem with SAY and font- style and size

... MAIN() LOCAL oWnd, oTime, oDate, oDay LOCAL oFontTime, oFontDate, oFontDay cTime := SUBSTR( Time(), 1, 6) + "00" dDate := Date() cDay := cDow( Date() ) DEFINE FONT oTempTime NAME "Alpine" SIZE 0, -20 DEFINE FONT oTempDay NAME "Alpine" SIZE 0, -30 DEFINE FONT oTempDate ...
by ukoenig
Thu Aug 15, 2019 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with SAY and font- style and < size default >
Replies: 5
Views: 791

Re: name of the day

A review of clipper
Image
you have to tell the truth ... you did not know cDow either
by Silvio.Falconi
Thu Feb 07, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: name of the day
Replies: 12
Views: 1789

Re: name of the day

Que tal.

? cdow(date())

Resultado:
jueves
by wmormar
Thu Feb 07, 2019 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: name of the day
Replies: 12
Views: 1789

Re: funciones de FWH y Harbour en un archivo .txt

... CallDll(<pFunction>,[<xParams,...>])->xResult CDoW(<dExpr>)->cDayName Ceiling(<nValue>)->nInteger Celsius(<nFahrenheit>)->nCelsius Center(<cString>,[<nLength>],[<cPadChar>],[<lBothSides>])->cCenteredString ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

... BlobExport BlobGet BlobImport BlobRootDelete BlobRootGet BlobRootLock BlobRootPut BlobRootUnlock Bof BoF BoM BoQ BoY Break Browse CallDll CDoW Ceiling Celsius Center CharAdd CharAND CharEven CharHist CharList CharMirr CharMix CharNoList CharNOT CharOdd CharOne CharOnly CharOR CharPack ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Operation on Xbrowse Footer

I must make the sum total of a column but the data is an array AADD(aGiorni,{ str(n)+" "+Left(cDow(PGiorno), 2),; space(5),space(5),space(5),; space(5),space(5),space(5),; space(5),space(5),space(5),; space(5),space(5),space(5),; space(10),space(5),space(5)} ) I must ...
by Silvio.Falconi
Fri Oct 10, 2014 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Operation on Xbrowse Footer
Replies: 1
Views: 524

Re: mi funcion. dada una fecha devolver el rango de la semana

Hola que tal: Tu mismo has dado la solución en vez de cDow utiliza Dow y si es 1 sabes que es domingo y 4 que es miércoles y actúa en el do case en consecuencia. Me parece muy bien lo que dices pero creo que podrías indicar soluciones o adaptar ideas ...
by colthop
Thu Jun 26, 2014 9:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mi funcion. dada una fecha devolver el rango de la semana
Replies: 13
Views: 1384
Next

Return to advanced search