Search found 43 matches: scheduler

Return to advanced search

Re: Booking xbrowse example

... https://mybergland.com/fwforum/tischplanner.jpg https://mybergland.com/fwforum/scheduler.gif
by Otto
Sat Dec 30, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3346

export PDF from excel

... xlTypePDF,cFilePDF)       oWorkBook:SaveAs(Filename:=cFileMail, FileFormat:=52)    this exe is on a server and Windows Task scheduler run this exe every night (02.00). when I run this exe by my double click mouse that works fine but when it run by Windows Task scheduler I ...
by damianodec
Wed Jul 05, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: export PDF from excel
Replies: 0
Views: 153

Re: Codejock Calendar Samples?

TimStone wrote:Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.


OK. Thanks a lot.
by richard-service
Wed Jan 25, 2023 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46620

Re: Codejock Calendar Samples?

Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
by TimStone
Tue Jan 24, 2023 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46620

Re: TRIGGER MYSQL

You can do with MySql Event Scheduler.

https://dev.mysql.com/doc/refman/5.7/en ... duler.html

Hope this will help you.

If you still find it difficult, let us know.
by nageswaragunupudi
Thu Nov 11, 2021 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRIGGER MYSQL
Replies: 3
Views: 523

time schedule system

... file manager helps to assign the documents with drag & drop and a file browser. Best regards, Otto https://mybergland.com/fwforum/scheduler.mp4
by Otto
Fri Apr 09, 2021 12:02 pm
 
Forum: mod_harbour
Topic: time schedule system
Replies: 5
Views: 707

Re: WaitUntil - batch command replacement for scheduler

Looks good, I'll put it through its paces, thanks. This works for me. waituntil.prg #include "fivewin.ch"function Main()   local cDay  := HB_ARGV( 1 )   local nSec  := TIMETOSEC( HB_ARGV( 2 ) )   local n   do while !( CDOW( Date() ) = cDa...
by FWExplorer
Thu Jan 07, 2021 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973

Re: WaitUntil - batch command replacement for scheduler

This works for me. waituntil.prg #include "fivewin.ch"function Main()   local cDay  := HB_ARGV( 1 )   local nSec  := TIMETOSEC( HB_ARGV( 2 ) )   local n   do while !( CDOW( Date() ) = cDay...
by nageswaragunupudi
Wed Jan 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973

Re: WaitUntil - batch command replacement for scheduler

Hi Antonio, This is what I was (unsuccessfully) trying to describe. https://raw.githubusercontent.com/HBEnthusiast/FW/main/WaitUntil.prg The executable WaitUntil.exe is also on that hub. I haven't fully tested it in more than 4 circumstances yet, but the syntax is WaitUntil <Day> <Time> ...
by FWExplorer
Tue Jan 05, 2021 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973

Re: WaitUntil - batch command replacement for scheduler

Thanks Antonio, But unfortunately, it's not exactly what I'm trying to build. Anyway, I'm very close. I'll share the code shortly. D. You can build it using FWH this way: example of use (from cmd.exe) tarry 21:26 tarry.prg #include "FiveWin.ch"function Main( cTime )   if cTime != n...
by FWExplorer
Tue Jan 05, 2021 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973

Re: WaitUntil - batch command replacement for scheduler

D. You can build it using FWH this way: example of use (from cmd.exe) tarry 21:26 tarry.prg #include "FiveWin.ch"function Main( cTime )   if cTime != nil       while Time() < cTime         SysRefresh()   ...
by Antonio Linares
Tue Jan 05, 2021 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973

Re: WaitUntil - batch command replacement for scheduler

... a utility that specifies the time to run something is so rare. There must be some inherent difficulty, or maybe people prefer to use the windows scheduler because it's already there. I think I just have to hack around, do some coding, and become more familiar with the problem. Thanks, Antonio.
by FWExplorer
Tue Jan 05, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 973
Next

Return to advanced search