Good afternoon,
I am trying to enable signing capabilities on PDF documents I have in a folder. Currently we use the extends feature that came with Adobe Professional but i am wondering if i could use a VBScript or a C# PROGRAM to do it.
if possible could you help me with a sample code for...
Good afternoon,
I am trying to enable signing capabilities on PDF documents I have in a folder. Currently we use the extends feature that came with Adobe Professional but i am wondering if i could use a VBScript or a C# PROGRAM to do it.
if possible could you help me with a sample code for...
The code below allow me to open PDF and Word files Respectively, but I would like to update the FirstNAME and LastName field on any PDF file open.
The FirstName and Lastname are been pulled from a table and and is currently hidden on an access form.
Thanks again for your help...
Code...
I am new to VB and I using the NOW function in my code to get the current date and time. The function works but I would like to remove the Separators from the Date and the Colon from the Time.
The Current Output I have is :06/02/2010 2:01:28 PM
My hope is to remove the separators and the...
I am new to VB and I am trying to use the code below to open selected PDF and Word Files.
My code allow me to open the required files but I am having a hard time saving the PDF file from VB. MY hope is to save current open document with a new name.
For example, if the file opened was called...
I am new to VB and I am trying to use the code below to open selected PDF and Word Files.
My code allow me to open the required files but I am having a hard time saving the PDF file from VB. MY hope is to save current open document with a new name.
For example, if the file opened was called...
I have a sql database that is capturing DOB in this format: mm/dd/yyyy eg. 01/01/1980. my goal is to use a sql statement to display individuals who are >=60.
My statement is as follows:
Select *
from members
where cast ( 'TODAY' as DATE) - cast ( m.dob as DATE) /365.25 >=60,1,0
Thanks...
IS THERE A WAY TO CONVERT ALL THE RECORDS IN MY ACCESS DATABASE TO UPPERCASE. Currently I am using UCASE(string) on my forms which works but i would like to convert all the previous records stored. Thanks again for all your help.
I have a table that store appointment time as numbers. e.g 32400 should be 9:00 AM and 36400 should be 10:00 AM.
I am using Crystal Report 11 - Is there a function i could use to do the conversation?
I would like to convert a number to hour and minutes
32400 TO 9:00 AM
Thanks again
My date field in my access database is currently in this format: 2001/01/01. Is there a way to convert it to 20010101 without the separators.
Thanks again for your help.
My access database date-time field is currently set to: mm/dd/yyyy eg. 05/01/2009. Is there a way to change all the records to YYYY/MM/DD EG. 2009/05/01.
Thanks again for your help.
I have an Xcel workbook with multiple columns of which I would like to save as textfile. I tried save as from the file menu but the layout in the file saved is all over the place.
Is there a VBscript I could use to read all the columns and create A Text-File that have the proper layout?
Thanks...
I have a Crystal Report order-form that needs to be signed by an assigned doctor and his/her patient. Currently we print the form then re-scanned it after both signatures were attained.
Is there a way to use Crystal Report to capture both signautes without printing the document?
Thanks again...
I am doing a continuous ping to a workstation and would like to tell when the timeouts were happening. Currently the statistics only include the following.
Ping statistics for 192.168.166.153:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds...
How do I modify a crystal report ver 8.5 without changing the version. The crystal report version loaded on my computer is version 11. If I modify the current report with version 11 then save the version would change to version 11. once the version changed from 8.5 the application cannot read...
I am new to VBScript and I was task to create a VBScript that would read a list of (.txt)files in folderA and to copy all files with a matching string in each file to a new folder like folderB.
Thanks for your help in this regard...
Just few modifications and it worked...
THANKS A MILLION...
I am new to VBScript and I was task to create a VBScript that would read a list of (.txt)files in folderA and to copy all files with a matching string in each file to a new folder like folderB.
Thanks for your help in this regard...
The VBscript I received is working but If there is an empty...
I am new to VBScript and I was task to create a VBScript that would read a list of (.txt)files in folderA and to copy all files with a matching string in each file to a new folder like folderB.
Thanks for your help in this regard...
The VBscript I received checked the filenames for the string...
I am new to VBScript and I was task to create a VBScript that would read a list of (.txt)files in folderA and to copy all files with a matching string to a new folder like folderB
Thanks for your help in this regard...
my current code only copy files from one folder to the next
my code is...
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.