Search found 8 matches: adays

Return to advanced search

Re: Google APIS Lib for Fivewin

Hello for ggcalend.prg missing the function aMonths() and aDays( ) I Use this : STATIC Function aMonths() Return {"Gennaio", "Febbraio", "Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"} ...
by Maurizio
Tue Jun 12, 2018 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24536

Re: Google APIS Lib for Fivewin

Dear Cristobal, this evening I was able to install Fivedit on my PC again -->C:\Cristobal\fivedit.exe. The google.zip I have copied into my samples-folder C:\FWH\samples. I also tried C:\FWH\samples\google... When I try to run the program (f.i. gcalender.prg) as exe I get the errors below. Im am ...
by Iris Gesser
Mon Apr 09, 2018 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24536

Xbrowse moving to the next cell after edit (NO return-key) ?

... A day celledit looks like : oCol := oBrw2:oCol( "T1" ) oCol:cHeader := "1" + CRLF + aDays[1] oCol:nWidth := 22 oCol:nDataStrAlign := AL_CENTER oCol:cEditPicture := "9" oCol:nEditType := EDIT_GET oCol:bOnPostEdit := { | oCol, ...
by ukoenig
Tue Nov 10, 2015 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse moving to the next cell after edit (NO return-key) ?
Replies: 8
Views: 1730

Aiuto con il calcolo dei giorni

... i giorni partendo da una data di inizio e una data di fine ( ma probabilmente mi sono incartato da qualche parte) PRIVATE aSEASON[4][3] PRIVATE aDAYS[3][1] aDAYS[1][1] := 0 aDAYS[2][1] := 0 aDAYS[3][1] := 0 lDAYS = .F. aSEASON[1] := { dBassa1 + cYEAR, dBassa2 + cYEAR }// Bassa aSEASON[2] := ...
by Silvio
Mon Apr 27, 2009 4:54 pm
 
Forum: All products support
Topic: Aiuto con il calcolo dei giorni
Replies: 0
Views: 423

... Para conservar la esencia de la clase es mejor agregar un método y ya desde el programa pasar las series que se deseen. oPickDate:AddSerie( aDays, nColor, nBrush ) He aquí los cambios: #Include "FiveWin.ch" MemVar nClrM // Color principal usado en toda la aplicación // por ...
by Alfredo Arteaga
Tue Aug 12, 2008 4:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calendario anual
Replies: 49
Views: 12673

... this code. It`s very very good!! I would like to know if it`s possible do increase the week`s letters to 3 instead of 2? I mean, instead of LOCAL aDays := {; "So","Mo" ... it could be: LOCAL aDays := {; "Son","Mon" ... Best Regards,
by Kleyber
Fri Jul 25, 2008 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 17255

... () //Charles local aInfo := oWndPlan:DispBegin() //Charles LOCAL I, nCurrentRows, iZeile LOCAL cHeader1 := "" LOCAL oSay LOCAL hdc LOCAL aDays := {; "So","Mo","Di", "Mi", "Do", "Fr", "Sa","So",; "Mo","Di", "Mi", "Do", "Fr", "Sa","So",; "Mo","Di", "Mi", "Do", "Fr", "Sa","So",; "Mo","Di", ...
by Otto
Fri Jul 25, 2008 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calendario anual
Replies: 49
Views: 12673

hi

... function Main() local oDlg local nYear := 2000 local nMonth := 1 local nOrder := 1 local oDay local cDay := "Monday" local aDays := { "Monday", "Tuesday", "Wednesday", "Thursday", ; "Friday", "Saturday", "Sunday" ; } SET DATE GERMAN SET EPOCH TO 1980 DEFINE DIALOG oDlg TITLE ...
by avista
Wed Oct 24, 2007 2:30 pm
 
Forum: FiveWin for CA-Clipper
Topic: Calulating with dates
Replies: 2
Views: 1326

Return to advanced search