Hi,
I have an Access Database with one of the field's data type as OLE Object. The data can be image, MS powerpoint, MS word etc etc.
How can I use ASP to download the file?
I have tried :
response.contenttype = "application/msword"
response.binarywrite rs("fieldname")
But when I open the...
Hi,
I have an Access Database with one of the field's data type as OLE Object. The data can be image, MS powerpoint, MS word etc etc.
How can I use ASP to download the file?
I have tried :
response.contenttype = "application/msword"
response.binarywrite rs("fieldname")
But when I open the...
Hi,
I'm trying to develop a Com Add-in for Outlook.
SO now when I launch my Outlook, I'm able to see the new button I created on the toolbar.
My question is, how do I return the current user email address? I manage to return the current user Name with
[b]oApp.Session.CurrentUser.Name[\b]
I...
1) Correct
2) Yes, when user upload a file, physically create a new folder and put that file inside. Folder Name is the FileID in database. Note that when user create a new folder in web page, it does not physically create a new folder in the window explorer. It is all done in the database. So...
Hi Tarwn,
No, it is not the architecture of the navigation or hierarchy that gets displayed while they are browsing the files through as WEB PAGE. The web page should display the hierarchy architecture with all the folder and sub folder because those are created by them. For example I created a...
Hi Mdiaz,
please know that the problem is not about storing document with the same file name. A document management system will definitely have document with the same name coz they need to retrieve the document, edit and then upload back.
the problem is with the file system (window explorer)...
Hi Tarwn,
we can't limit the number of times they will upload with the same file name. The best is make it unlimited.
But now I'm arguing should the file system maintain the same architecture to that they wanted? For example they created a folder, then create a sub folder under that folder...
But if you dump all files into one directory, how about files with the same name? You will need to rename the fiels. Because when we send out email with that file, the filename is important.
So you don't think it's necessary to make the file system in the explorer style?
Storing the document...
Hi, I would like some opinion.
For a web based document management system, do you think the file system should follow exactly the way the files are stored? Currently, when a document is uploaded, it will create a folder for that document. So one folder for a document. And the folder name is the...
Hi,
I would like to create a DLL so that my ASP application can call this DLL to convert PDF to text. Can someone help me?
Or if anyone know of any available DLL for download would be great. I am a clever newbie...[peace]
That is not what I really want. I have a DLL that I would like to distribute to my customers. So if i want to make it in such a way that when customers put in the CD and run the setup, it will register the DLL automatically. I am a clever newbie...[peace]
Hi,
tried out all the above options and still can't solve the problem.
When "Run Form" to test it, it is ok.
However, after build to .exe and run it, it is not in it's original size. It expand. I am a clever newbie...[peace]
hi,
how about I would like to make a FORM window size not sizable and onload, it is it's original size?
I have tried to make it's BorderStyle=1 - Fixed Single
and onload of the FORM, I code THIS.WindowState = 1
I did achieve the result I want however onload, it is always minimise on to my...
hi,
how about I would like to make a FORM window size not sizable and onload, it is it's original size?
I have tried to make it's BorderStyle=1 - Fixed Single
and onload of the FORM, I code THIS.WindowState = 1
I did achieve the result I want however onload, it is always minimise on to my...
Hi,
ermm... that not exactly what I'm looking for.
I've tested out and the result is still the same. It still run inside the FORM where I call the REPORT. I want the REPORT to run outside the FORM. I am a clever newbie...[peace]
I have a FORM in which it's ShowWindow = 2.
When I click a button to run a REPORT, the REPORT is run inside the FORM window. Is it possible to run outside the FORM window? I am a clever newbie...[peace]
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.