Viewing 8 posts - 1 through 8 (of 8 total)
The real take away is everyone makes mistakes, even sometimes when checking the work. Check, double check, take a break (and then triple check <if it is important>) and...
August 23, 2016 at 8:43 am
For some one with decent computer language experience, the problem isn't learning new syntax or or even getting a good sense of how a language flows. It is learning all...
January 11, 2016 at 5:57 am
Without a good 'reason' for the table, the id column by itself is not enough to say that there are 2 different "Brian" employees. the id might be refering...
November 12, 2014 at 3:47 pm
5th Option - Use a RAM Centric Model in a JVM
Build your database in RAM on your system in a JVM. Store all leave objects changes (edit/insert/deletions) immediately to...
March 13, 2014 at 10:12 am
I think the comments above, regarding the sleep command is required, and so is the file check logic after the loop.
Suggestion 3.
The script putting the file onto the server should...
March 31, 2009 at 12:58 pm
This function in the textbox worked. & n b s p did not work in the place of
chr(160).
=Replace(Fields!str_len5.Value, " ", Chr(160))
Thanks this solved the problem, put me on...
March 27, 2009 at 4:57 pm
I don't wish to denigrate vbscript in any way, I probably should use it more, the results are certainly easier to read than some of the stuff I do. ...
March 11, 2008 at 2:57 pm
Viewing 8 posts - 1 through 8 (of 8 total)