We have an issue where when we terminate an employee mid-pay period
their leave accruals for sick doesn't get updated up to the term date.
It's only updated from the last leave accrual process. We pay out a 1/3
sick, so the person that leaves is getting shorted. Thought that the
problem...
1) Yes CURDTTIM.sqc is included. The right variable is being used. Below from CURDTTIM.sqc
#ifdef MICROSOFT
begin-SELECT
{DateTimeOut-Prefix}GETDATE(){DateTimeOut-Suffix} &_SysDateTime
FROM PSCLOCK
end-SELECT
let $tempDate = &_SysDateTime
----------------
! Format the Global...
This procedure(below) is called back-to-back and is not a custom SQR. It's canned from PS. Notice the do get-current-datetime call and the population of $rundatetime. I did some shows and it is running get-current-datetime both times, but for some reason(bug?) the $rundatetime value from the...
I'm working on a custom SQR program which calls the procedure Do Get-Current-DateTime back-to-back. The results are unexpected. The $sysdatetime variable stays the same. Why? I even did a call system sleep for 60 seconds between the procedure and the $sysdatetime is still the same. I'd...
shared stringvar array pList;
pList[1] := split("1111-2222","-",2)
My intent is to capture "1111" in a variable then process accordingly. When used in a formula I can't save. I get an error "array must be subscripted....example". Why? The documentation says that split returns an array. Is...
Has anyone had any luck getting the Teklynx Label Matrix network version software to work on Terminal Services? I can install it as an administrator, but when I run the workstation setup for a particular user I get the error "can't acces c:\windows\system32\msvcrt.dll" even though I has...
I haven't be able to figure this one out. I created a VBscript that takes a few minutes to run. I was wondering what is the easiest way to notify the user that the script is running? After you double-click to run it, it's hard to figure out if it's running or not. Keep in mind that this...
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.