Hi, Thank you for your help. My global.mpt is orginally created in Project 98. Now my computer only has Project 2002. I think part of the problem is due to the version difference. I did a test, create a new project in 2002, write a simple macro,add it on the menu bar and save. it is still not...
I have a simple form created in my global template. I added the command to the menu,click save. it is working all fine. But I once close the project,and get back in again, my customized the command button on the menu disappears. What did I do wrong? please help!!!
Thank you for your help!!!
I was not sure about that. My thought is if I can open and write excel report in the web browser as long as i have Excel on my local machine without excel installed on the server.
So you are saying if I want to create excel object. Excel has to be installed?
Sorry i am new to this. I don't fully...
dim oExcel as object
oExcel=CreateObject("Excel.Application")
It works perfectly on my local machine. Once I upload the applcation onto the Web Sever. I got the error:"cannot create ActiveX Component"
Does anyone know why it happens?
Thank you!!!!
Olivia
Yes it is windows network. should be the users are members of the ASPNET?
I did exactly what you said. The only time the computers on the network would work, it is when either I logon as Admin or not logon at all. Once I logon to the network using a normal username password, it does not work...
I did give full control of to the folder. It does not help! :(
Once the user logon to the network, it stops working. I tried on my labtop which is not required for windows logon, I have no problem accessing the application. is there any other rights I need to grant the network users?
I have tried everything. Nothing works! I am deploying a small ASP.NET application/MS ACCESS DB on a Win 2000 server. Everything works fine on the server. But Once I am trying to access the app. from another computer that logged on the network, It failed (unless I login as administrator). I went...
in my Page_Load
If Not Page.IsPostBack Then
cmdDelete.Attributes("onclick") = _
"return confirm('Are you sure you wish to Delete the selected USER?');"
end if
The confirm message does not show when I click Delete button. Anyone has any idea what could be the problem.
The...
I have a data entry form with a RequiredFieldValidator. The problem I am having is when I click CANCEL button to set the form the orginal state without putting a value in the required field. The error msg for the requiredfieldvalidator keep showing without letting me proceed with the code I...
I tried
<A href="mailto: '<%#txtRequester.value%>'"> in my html code to open a outlook with the email address in txtRequester.
It opens outlook with empty value. I am not sure what I have done wrong. Anybody can help? Thanks.
Hi, I am trying to use OWC to create charts. I got the following error when I was declaring OWC11.ChartSpaceClass
anyone has experience the same problem before?
I reinstall the OWC. still does not fix the problem
Thanks a lot
Exception Details: System.Runtime.InteropServices.COMException: This...
I am not sure what I am missing here.
The page is stuck when it is exexuting
xl = CreateObject("excel.application")
"web site found, waiting for reply....."
Please help! Thanks a lot....
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports Excel
Private Sub...
I need to pass a session array variables based on the checkbox selections from the form as well as some session variables. querystring will probably not work at this case.
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.