- Create a free account with github
- Email chris with your account name. Chris will add your account to the issues repository
- login to github, use the dropdown on the left side of the frontpage, just underneath the github logo to change your account context to urmc-pathology.
- click the repository link that appears on the right side.
- click the issues tab to view issues.
- click watch and select "watching" to receive emails when issues are updated.
Oracle queries can fail for no good reason when running in Access.
When using || to concatenate, or at other times.
http://msdn.microsoft.com/en-us/library/ms175972.aspx
WITH Sales_CTE (SalesPersonID, NumberOfOrders)
AS
(
SELECT SalesPersonID, COUNT(*)
FROM Sales.SalesOrderHeader
WHERE SalesPersonID IS NOT NULL
GROUP BY SalesPersonID
#Description The FileSystemFaxing Service sends out an Email to [email protected] when a new file is created under a subdirectory of C:\FileSystemFaxing. The created file is attached to the email so that eFaxsend.com will send the attachment as a fax to the given faxNumber. eFaxsend.com sends a notification to a shared mailbox, [email protected], when faxes are successfully (or unsuccessfully) sent out. Currently installed on the CLSS Automation PC.
##Features
- Supports faxing any of these eFaxSend file types including PDF and HTML
- Ignores files created with names starting with "!" or ending with ".ini"
- Ignores files in Directories named "Faxed"
- Reads parameters from fax.ini
##fax.ini