... to specify target folder.
- Option to FTP upload the thumbnail files to a server
(more laziness - security concerns)
- Consider using IECapt (problem with modals/lightboxes -
IECapt only sees ...
... that".
"Is there a power light on when you switch it on?".
"Yes it's definitely plugged in if that's what you're asking.".
"Is it a networked printer, I mean is there a cable that directly connects the ...
Well I tried and I spent a few hours searching the net for a solution which displays the hours in the top columns, and undefined number of rooms in the rows. No all I was looking for was a calendar showing ...
... Mod 2, "#ffffff", "#eeeeee")
or
=IIF(RowNumber(Nothing) Mod 2, "WhiteSmoke", "Garamond")
This is telling the report to be white (=#ffffff) in row 1 (odd row numbers) and a very light grey (=#eeeeee) ...
... the given month (where "Gainsboro" is a type of light grey):
=IIf(Month(First(Fields!Date.Value))=Month(Parameters!GivenDate.Value), "Black", "Gainsboro")
Right-click on the Date textbox and select ...
Quick tip or note to self:
How to get yesterday's date irrespective of date format or daylight savings time.
$today=date("Y-m-d");
$yesterday = date('Y-m-d', mktime(0, 0, 0, date("m") , date("d") ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.