Hi,
In xHarbour I use a backgroundtask to start a external program that creates a text-file, and this file I import in my program.
I'm converting this to UT with Harbour, but I notice that that doesn't exist.
Is there something simular in Harbour
In xHarbour I use a backgroundtask to start a external program that creates a text-file, and this file I import in my program.
I'm converting this to UT with Harbour, but I notice that that doesn't exist.
Is there something simular in Harbour
hb_IdleAdd( {|| hb_BackGroundRun() } )
obck = hb_BackGroundAdd( {|| myfunction() }, 5000, .T. )
SET BACKGROUND TASKS ONRegards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite