I need to print multiple files with one click for our intranet site. Example: User selects a drawing that drawing has 5 sheets, the user selects the printer on the website, the prints are sent via coldfusion and/or uses the local users printer driver. All of our printers are network.
Thanks!
How can I create a button that utilizes the mailto: tag?
I can't use the form method.
My code:
<a href="mailto:testing@navy.mil?subject=Document Scan Request&body=
Please scan the following document:%0a%0a
<CFOUTPUT QUERY="query" STARTROW=1 MAXROWS=1>
Task ID:#trim(ti_id)#%0a
Class...
I can perform manually on the server but CF gets access denied.
I tried running the cold fusion services with defalt permissions and with admin permissions.
Thanks for your help!!
Error:
Error processing CFFILE
Unable to copy file 'f:\Data\dwgs\223765\753710801.plb' to path 'f:\TEST'...
This code below opens the users default e-mail and inserts database data into the body - the problem is it also inserts a line of code with it:
?Body=Please+scan+the+following+document:
Anyway to get rid of the above code?
Thanks!
FORM ACTION="mailto:dav@nav.com?subject=Document Scan...
I would like to open the users mail with a predefined message and have them send the e-mail manually.
Also I would like to use variables from a database to be put inside the e-mail.
The e-mail is to request additional information from our database.
Yes I'm new to CF and thanks for you help.
Our clients connect to Exchange via coporate connection. I need to turn on pop & smtp so we can use the scan to e-mail function to a outside e-mail address (works for internal addresses only). I setup an oulook express pop account and receive this error:
The recipient name is not recognized The...
This script works with one group per user; how can I add more groups to each user? (some users have more groups than others)
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open _
("C:\Scripts\New_users.xls")
intRow = 2
Do Until...
This code works fine without the excel fuction.
How can I get a list of users via excel and add to
a local group?
strComputer = "computernamehere"
Set objGroup = GetObject("WinNT://" & strComputer & "/users")
Set objUser = GetObject("WinNT://domain/username")
objGroup.Add(objUser.ADsPath)
I have a Dell server with a mirror.
Raid card is Adaptec aic-7899
Partitioned 8GB for C:, 30GB for D: "would like to change the size of the C: partition also.
Drives are 37GB ultra 160
How can I increase the size of the mirror and the C: partition?
Thank you
Why is does this occur?
Two computers on a domain logged as Administrator.
I create a file with only user rights I.E. no Administrator.
I try to delete and receive "access denied".
If I connect to the computer via network \\computer\c$
I am able to delete.
Why?
Thanks
DJL
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.