Search found 28 matches: cicle

Return to advanced search

Re: genblock

... a button that is inside the first scrollable panel on First Scroll Panel If I select one button it return allways 04 on source on a for next cicle I create the buttons into scrollpanel and the assign an action for each button aBtnEle[n]:bAction :={ || (Elemento:= nProduct ,msginfo(nProduct))} ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

intercept repeated values in an array

I have a cicle : local nvalore,ntotale,n.klocal natlocal aTmp:={}nValore := 1   For n= 1 to 90        For k= 1 to 90              nTotale  := EstrattoSumDist(n,k,1) ...
by Silvio.Falconi
Mon Oct 24, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 293

Re: cyclometric circle

... change the browse, but when I call it function oCicloMetric:Distance_Multiple(aNumeri) p.s. I set the possiblity to show on/off the numbers on big cicle the Source #include "fivewin.ch"#include "constant.ch"// TCyclometric class for Italian Lottery #define darkgray    nRgb(169,169,169)#define ...
by Silvio.Falconi
Wed Jul 13, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3024

Re: start at the end and go back in an array

Found the solution

I Made it with For next cicle
by Silvio.Falconi
Wed Jun 01, 2022 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Msgbar Error

https://i.postimg.cc/0jrS6vnF/msgbar.png I have a cicle do while and change the text on a msgitem at left you'll see the progress at right the text on the msgitem Do While !::oDbf:Eof() .... ::oBarProgress:SetPos( ::oBarProgress:nPos + 1 ...
by Silvio.Falconi
Fri May 27, 2022 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbar Error
Replies: 2
Views: 263

Re: analytical scoreboard

... in first column you have a number: AScan( aData[ row ], { | n | n != 0 }, 2 ) == 0 Antonio the command not run ok I explain you If I insert on my cicle Do While !oDbf:Eof() aadd(aTab ,{................}) If AScan( atab[ nrow ], { | n | n != 0 }, 2 ) == 0 exit else nrow:=nrow+1 nrit:=nrit+1 oDbf:Skip(-1) ...
by Silvio.Falconi
Wed May 25, 2022 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 524

begin sequence

How converte an old clipper prg into fwh ? I have at init begin sequence then the procedure makes a particular calculation and on a Cicle Do while do while (Val(num1) < 90)         do while (Val(num2) <= 90)           if (InKey() == K_ESC)  ...
by Silvio.Falconi
Wed May 04, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: begin sequence
Replies: 0
Views: 195

Re: Help for a Cicle on array

any solution please ?
by Silvio.Falconi
Wed Apr 22, 2020 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for a Cicle on array
Replies: 1
Views: 306

Help for a Cicle on array

I have to compose a string ("cStructure") by taking the products in an array and counting the same ones the string must be made up of the Total of products + the third column product code example : https://i.postimg.cc/X7ph3PkY/servizi.png the string must be " 4 LETT+ ...
by Silvio.Falconi
Tue Apr 21, 2020 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for a Cicle on array
Replies: 1
Views: 306

New FTDN September/Septiembre 2019 (FWH 19.09)

... the appearance is like a pie chart. If innerdia is specified, either in pixels or as a ratio (0.1 to 0.9) to the outer diameter, the inner cicle is painted separately with fillcolor. If no fillcolor is specified, the inner circle is left transparent. In this case also, the three colors ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2898

Re: cicle of date

resolved
by Silvio.Falconi
Tue Sep 03, 2019 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 636

Re: cicle of date

but now pehaps I found the error
I have a big big dbf with many numbers

Image


and I'm losing myself
by Silvio.Falconi
Mon Sep 02, 2019 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 636

Re: cicle of date

THE PROBLEM IS
skip records by putting in empty record archives
by Silvio.Falconi
Mon Sep 02, 2019 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 636

Re: cicle of date

Silvio,

a test with 50 days

SET DATE GERMAN
ddateInit := ctod("31.08.2013")
dDatefinal := ctod("31.08.2019")

DO while dDatefinal >= ddateInit
ddateInit+=50 //add 3 days
MsgAlert( ddateInit )
EndDo

regards
Uwe :D
by ukoenig
Mon Sep 02, 2019 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 636

Re: cicle of date

Code: Select all  Expand view

   ddateInit := ddateInit + 3
 
by karinha
Mon Sep 02, 2019 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 636
Next

Return to advanced search