Search found 49 matches: cycle

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... Maya can be overcome by knowledge, wisdom, and devotion. - Karma: This is the action, the deed, and the consequence that bind the jiva to the cycle of birth and death, which is also called samsara. Karma is the cause of all bondage, and the obstacle to all liberation. Karma is also the difference ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: File Deletion problem RESOLVED

Thank you. It appears I have resolved the problem. FYI, the process is running in a service so it took time to debug since the cycle only occurs once every 24 hours. I did implement each of the suggested options, and then found cTxtFile actually was missing the .txt extension. That was ...
by TimStone
Tue Jan 03, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 746

Re: intercept repeated values in an array

... minor); if the result exceeds "the limit" 90, the latter is subtracted from the 90 set. for l'array with three numbers to create this cycle For n= 1 to 90         For k= 1 to 90            For j= 1 to 90              nTotale  :=      Calc_Terni_Sum_dist(n,k,j,ntipo)        ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 293

Re: cyclometric circle

hi Silvio, your Cycle are based on nRaggio := (::nDiametro/2) for "OutSide" Cycle you "just" add some Pixel to nRaggio := (::nDiametro/2) + 10 you can use 2 x FOR / NEXT loop : 1st "Calculate" ...
by Jimmy
Tue Jul 12, 2022 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3026

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

... )      return  nritardo//-------------------------------------------------------------// With array ( but this cycle always advances one record) Function Delay(aData, numero, nWheel) local nPos1,nPos2,nPos3,nPos4,nPos5 Do case case nWheel = 1 nPos1:= 3 nPos2:= ...
by Silvio.Falconi
Sat May 28, 2022 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: add a number on Random

... )            If nAt >0               adel(alista,nAt,.t.)            Endif         Next     return NIL Then I do a For / next cycle to activate the bmp button and finally update the list and the writings For idcheck= 1 to 90            oCmb[idcheck]:cargo:=1        ...
by Silvio.Falconi
Sat Mar 26, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 451

Re: Richedit problem

Navarro ,
I solved with a workaround , thanks for your help .
I have created an automatic cycle on the DBF
For each record I open a dialog by loading the field-> RTF in a get
I save it in the mysql field and close the dialog automatically.
and it works
Maurizio
by Maurizio
Mon Nov 22, 2021 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit problem SOLVED
Replies: 4
Views: 597

Error xbrowse --> excel

... ) To solve the problem I have eliminated the commented part of the program. I did not understand why to do a 'paste' operation during the read cycle of the DBF file when the length of the copy buffer had reached the length of 16000 characters, instead of doing a single 'paste' operation at ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 539

Re: Mapi Outlook .. send mail silently

... to write the email from our application directly to the Outlook outbox where the system will automatically send it when it does it's send/receive cycle. So far we have not found a workable solution for this. Tim
by TimStone
Fri Dec 13, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2516

Re: tdatabase Filter error

... between dDataIniziale and dDataFinale the end user selects the dates (dDataIniziale and dDataFinale) after making the filter (cfilter) I made I cycle on the archive reserva.dbf DO WHILE !oReservation:EoF() nStatus := Val( oReservation:STATUS ) to take the first record and have the value of the ...
by Silvio.Falconi
Fri Apr 26, 2019 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1605

Re: How to Create Easy Report Designer Files ?

... small simple and show the whole sheet without the inspector class and with the dialogs of the properties of ER, perhaps with a powerful zoom. The cycle area (dowhile) could be made from a simple box and the command interpreter would then know how to print. I know that in fivewin it can be done ...
by Silvio.Falconi
Sun Jan 06, 2019 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7017

Re: questions manage dbf

... / chiudi_Dbf (cdbf, calias) I manage the openings and the closures With Busy () I see if the archive is busy or not with rlock and I wait for a cycle of 5 seconds Now the problem is that I have to do a function inmodo to index all files and do the dbpack but I have the problem of checking if ...
by Silvio.Falconi
Wed Oct 03, 2018 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3829

Re: questions manage dbf

...        (oDCli)->(DbUnlock())       ENDIF the "Occupato" function is a cycle to call the rlock function where is is not rlock wait 5 sec OK THE RECORD IS DELETE Now I want to do another test and insert the name "Falconi" ...
by Silvio.Falconi
Mon Oct 01, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3829

Re: MariaDB BlankRow() returns with additional element/field

... it is time consuming and increases load on server and network Mr. Rao, I load a single record from database from user selection.. each selection (cycle) it loads the record of the parent. 1. using oRs:Rowset( cSql, {'param'}) to init the oRs, and adds child using oRs:AddChild('table') with (:oChild:lAutoAppend ...
by fraxzi
Sat Jun 09, 2018 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB BlankRow() returns with additional ... (SOLVED)
Replies: 13
Views: 1750

Re: FWH 18.03 Dialog Problem (STILL)

... you brief details as seen below: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/fwh1803_error_zpsyve0c5ub.png Please Cycle the dialog "Close Button" then open again with "Button Get" ... here i took only 3 times to hang-up like below: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/fwh1803_crashed_zpslvd3epu0.png
by fraxzi
Tue Jun 05, 2018 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7401
Next

Return to advanced search