Hello, I have a client that is looking for some functionality to prompt staff to answer a few questions prior to clock in. Has anyone seen something like this? I searched the forum and found an old thread that had a link to a SIM but the link was dead. I don't know if it would have achieved what...
Hi jherrick - are you talking about the running the below in dbisql as the fix for the delay issues?
begin
declare @TabName varchar(100);
declare @CallStmt Varchar(130);
declare CursTable cursor for
select distinct table_name
from sys.systab
where creator in
(select user_id
from sys.sysuser...
Do you have them linked to the Back Office PC for the Network Node? Try changing that to a workstation. I can't remember where I heard that, but I've used it many times to correct the very same issue.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.