Continuing Education & Inservices
| License |
Units |
Measure |
Date |
|
#License_Type#
|
#Units#
|
#measure#
|
completed #DateFormat(GetEC.Issue_Date,"mm/dd/yyyy")#
|
SELECT idEmployee_Files as id,Title,FileName,Created,Emp_ID,CreatedBy
FROM #Request.prefix_db_agency#.Employee_Files
WHERE AgencyId = '#session.AgencyId#'
and Emp_ID= '#url.EID#'
ORDER BY idEmployee_Files
The file you uploaded exceeded the 5MB file size limit.
Please reduce the size of the file and try uploading again.
#GetE.Emp_First# #GetE.Emp_Last#'s Files
| Title |
Change Title |
File Name |
Change FileName |
Upload Date |
Action |
| No Files have been Uploaded |
SELECT e.Emp_Last, e.Emp_First
FROM #Request.prefix_db_lookup#.pEmployee e
WHERE e.Emp_ID = '#getFiles.CreatedBy#'
| #getFiles.Title# |
Edit |
#getFiles.FileName# |
Edit |
#DateFormat(getFiles.Created, 'mm/dd/yyyy')# |
Delete
|