Search found 181 matches: interval

Return to advanced search

Re: Parpadeo de un SAY

... no va. asi me quedo el codigo en discordia Function Materiales() local ...... DEFINE DIALOG oDlgMa RESOURCE "Material" DEFINE TIMER oTmr INTERVAL 50 ACTION (Fnct_Blinker(@oVeoRamo),oVeoRamo:Refresh()) REDEFINE GET oCodigo VAR nCodigo PICTURE "9999" ID Ma_Codigo OF oDlgMa when ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 599

Re: Parpadeo de un SAY

... (oRamo:Refresh(),oVeoRamo:Refresh(),.t.) REDEFINE SAY oVeoRamo VAR cVeoRamo PICTURE "@K!" ID Ma_VeoRamo OF oDlgMa DEFINE TIMER oTmr INTERVAL 50 ACTION (Fnct_Blinker(@oVeoRamo),oVeoRamo:Refresh()) pasando el objeto porque no es publico sin tocar la funcion Fnct_Blinker y tampoco logro ...
by José Camilo
Sat Mar 02, 2024 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 599

Re: como refrescar un listbox

... := GetSysMetrics( 1 ), BuildTimer( oDlg, obrow )) function BuildTimer( oDlg, wobrow ) local oTmr DEFINE TIMER oTmr OF oDlg ; ACTION busco(wobrow) INTERVAL 10000 ACTIVATE TIMER oTmr return nil De esta manera funciono perfecto.
by jpcavagnaro
Tue Aug 15, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: como refrescar un listbox
Replies: 2
Views: 235

Re: Lost connection to MySQL server during query

I had the same problem when I work in the cloud and I solve it with DEFINE TIMER to check each time interval if the connection exists At the beginning of the application I activate it ** oMAE00VAR:tiempo = number of minutes, normally I put it 2 minutes and define it as an ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12388

AJAX - DBF - Callback

Hello friends, I have 2 tables that I populate with AJAX. I have now noticed that such a short interval between the calls, practically within a millisecond, occasionally leads to a problem with the evaluation using .done and .fail. Now I have changed the call to a callback-based ...
by Otto
Sun Jul 23, 2023 2:33 pm
 
Forum: mod_harbour
Topic: AJAX - DBF - Callback
Replies: 0
Views: 304

Re: SSE example

... or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto The way mod_harbour is implemented ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: SSE example

... or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: flash a small icon

... the icon I tried but I not Know How make it If lOld oMsgItem2:SetText("Archivio non aggiornato!" ) DEFINE TIMER oTimer OF oMsgItem2 ; INTERVAL 400 ; ACTION oMsgItem2:SetBitmap( MSG_ALERT, MSG_ALERT ) )) //??? ACTIVATE TIMER oTimer Endif
by Silvio.Falconi
Fri May 06, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flash a small icon
Replies: 2
Views: 366

Re: MSSQL and XBROWSE

Jack

You are going to have come up with a timer that does some sort of oLbx:ReFresh() and or oRs:Requery() at some selected interval .. Hopefully someone will chime in here with a timer code example ..

Rick Lipkin
by Rick Lipkin
Thu Nov 04, 2021 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSSQL and XBROWSE
Replies: 1
Views: 345

Re: Update xBrowse automatically

... Refresh(). Method-1: Simple and well known way is the refresh with a timer. You wont even see a flicker. But, changes are not seen till next timer interval. Method-2: Push notification: Post message to all xbrowse windows whenever the DBF is modified. Programming is a little involoved but can be ...
by nageswaragunupudi
Thu Oct 21, 2021 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update xBrowse automatically
Replies: 8
Views: 961

multiple reservations

... a do while loop the procedure loads only the first record by assigning but it is possible that a element has more reservations during the selected interval how could i save in memory all the reservations i find for that element? some idea ?
by Silvio.Falconi
Fri Jul 02, 2021 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple reservations
Replies: 2
Views: 495

Re: Problem with date - I not understood

here we are talking about a different situation from hotels, the days are actually calculated for each day and not for the nights. If the interval has 55 nights, there are 56 days. For this reason, for example, I could not use the Tplan class because it manages nights like hotels and not single ...
by Silvio.Falconi
Sun Jun 20, 2021 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 659

Problem with date - I not understood

I have a reservation from 20.06.2021 to 14.08.2021 in a procedure that I have broken down by the interval of the months and I calculate the days for each month in this case the months of June, July and August are concerned https://i.postimg.cc/VLpnxq9n/agiorni.png ...
by Silvio.Falconi
Sun Jun 20, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 659

Re: Set Filter in Tdatabase/tdata

... But in the application I do a loop because I must change the bitmap of Umbrella if that umbrella is occupated on Interval dates For nNumeroElementi= 1 to Len(aElementi) I'm going to do a filter on oReservations as I wrote above then make a loop type   DO WHILE ...
by Silvio.Falconi
Mon Apr 19, 2021 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Filter in Tdatabase/tdata
Replies: 6
Views: 679

Re: Set Filter in Tdatabase/tdata

Nages,
i insert the dates on that test.org but I have the application where the user select interval of date from datepick control.
and allready on the init of application there is "set date italian"that is only a test
by Silvio.Falconi
Mon Apr 19, 2021 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Filter in Tdatabase/tdata
Replies: 6
Views: 679
Next

Return to advanced search