04-02-2012, 01:39 PM
Hi Gintaras,
I have been getting intermittent errors in my error log for a function line that looks like this:
Mostly they are "failed" but sometimes "cannot open file".
The local file is present and it works most of the time on most systems but there will be a run of these errors for one login session of a user.
The problem is not user specific as far as I know.
This may be too much of a unique kind of bug for you to help out much, but any thoughts on what could be going wrong with the scan function. Perhaps the mask flag is a problem or the size of the bmp is preventing quick loading depending on the resources available on the computer. The size of the bmp is only 1 kb however.
Thanks,
S
I have been getting intermittent errors in my error log for a function line that looks like this:
RECT DRSBox_MonB.left=1920; DRSBox_MonB.top=0; DRSBox_MonB.right=3836; DRSBox_MonB.bottom=900;
if(scan("$common documents$\My QM Share\QM BMPs\Sample.bmp" 0 DRSBox_MonB 4))
Mostly they are "failed" but sometimes "cannot open file".
The local file is present and it works most of the time on most systems but there will be a run of these errors for one login session of a user.
The problem is not user specific as far as I know.
This may be too much of a unique kind of bug for you to help out much, but any thoughts on what could be going wrong with the scan function. Perhaps the mask flag is a problem or the size of the bmp is preventing quick loading depending on the resources available on the computer. The size of the bmp is only 1 kb however.
Thanks,
S