Hi
I have some code in my DB that opens up a file using the following code:
'Opens the file.
stAppName = "cmd /c " & Chr(34) & fileName & Chr(34)
Call Shell(stAppName, vbHide)
Now the above works perfectly well when opening a file on my C:\ drive even if there are spaces in the directory...
That code works a treat... can use chr(9) to insert the tab delimiters etc so now just have to write some code to populate a nice long string and all should be good.
Thank you very much one again Aceman!
Thanks for your responses...
Unfortunately not I will be pasting the data into a completely different program.
Aceman if you could point me in the right direction and I will do some research to see if I can get it working...
I will potentially want to throw another spanner in the works later...
TheAceMan
Another quick one for you then =)
The code you gave works well however it copies in the column headings aswell. Any quick ideas on how to remove the headings?
This is how it is coming through:
Item Material # Customer Material No Qty UOM HigherLevel Plant Shipping Point Product...
Hi
I have a sub form currently that is in datasheet view and I want to setup a command button that when clicked will copy all the records from the sub form into the clipboard.
I am essentially wanting to replicate going into the subform and pressing Ctrl + A (to select all records) and then...
As there was another person in this thread looking for this info I shall post it here as I found the answer to my question.
The following code allows you to open a new email and specify the Email address, subject, body, attachments and then still be able to edit the email before you send it...
anyone know how to do the above but just get the email composed in Lotus Notes and then be able to edit it or add additional documents before you send it?
IE: automatically attach a document and set the sendto and subject line and then the user can add additional text etc.
I am also wanting to find a way of doing this and have been looking for awhile now.
Hopefully a lotus notes person will be able to help out as I am sure you would just need to change a few bits of code so it doesn't send the mail automatically.
I have had a look on Google and found a couple of sites that seem relevant but they don't explain it very well.
Do you perhaps have a website you can recommend or could you explain how RDS works?
Thanks
Mark
Hi
Does anyone know of way/if possible that you can host the backend on the internet/remote machine and have the front end connect to it.
What I am trying to achieve is that we have 3 offices and we want them all to share the same backend. Currently all 3 offices have their own backend.
The...
Hi,
For some reason when I enter To Do items they show up on the calander a day early. Everyone in our office is experiencing this.
Any ideas?
Regards
Mark
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.