As a matter of fact, it did have commas in it. It actually had 2 in a row, and when you bring up the link to edit it, it only shows 1 of them. Therefore when it tries to create a new site using those links, they are broken and hence, the new links are not created.
It is weird, though. When...
When I save a site as a template and include content, I have 7 links that should copy over. When I create a new site based on this template, the new site will have 7 links but only 4 actually contain any text. The other 3 are completely blank. The only thing you see beside them are the bullet...
I have a website in Sharepoint 2007 with about 5 different web parts on the home page. I have customized each of the "current views" on those 5 web parts to the way I want to see them. I also have about 10 links stored in a "links" list as well.
I then go "Save Site as a Template" with...
I am uploading muliple files at once into Sharepoint. However when I do this, I am not given the option to add "version comments" on each of the files I have selected. Has anyone else had this problem? Or knows how to get around it?
I'm trying to pass the value of varValue over to Excel. varValue is equal to 0.015 but Excel is reading it as 0.0149999996647239. The cell I'm populating in Excel is formatted as Number with 2 decimal places. Instead of showing .02, it is showing .01. Why is that?
Private Sub...
I want to submit my form (using Javascript) when a user clicks on the Save button. However, its not submitting to the Save_Call.asp page - it's just submitting the form to the page I am on. I know that the submit code is running because I can watch the page refresh. If it's making it to the...
I finally got it to work!
It only worked once I set the form ID="DetailForm". Apparently it would not recognize DetailForm unless its ID was set. Any ideas on why this would happen?
I'm getting a run-time error "Object Required 'DetailForm'" on the following Validate function when it executes the IsDate line. Why won't it recognize the DetailForm as the form name? FYI - I'm using VB Script because I'm working on the intranet where everyone uses IE. Any...
Well, for that particular graph I want the records that do not contain a null value, but since I have other information I need on that same record, I don't want them excluded.
For example, in a given record I have Blood Pressure, Weight, and Height. I have graphs for all 3 of these. I can't...
I've set up a line graph in Crystal 8.0. When the graph encounters a blank record (value is NULL not 0), the graph displays properly as long as I'm running the report within Crystal Report Designer - you don't see a data point for that record. The line discontinues at this point and then picks...
I'm opening an excel spreadsheet from my VB code, and to avoid the user being prompted to save changes, I am trying to save the spreadsheet in the code. Here's what I've got (xlsGraph is defined as a new Excel.application):
xlsGraph.Workbooks.Open...
I've figured out a solution. I took the code HobbitK gave me and I execute it once a user selects a graph. That way, I will always kill Excel prior to pulling up a graph. When the user exits the Graph Menu form, I also use the same code.
If objExcel Is Nothing Then
Do Events
Else...
I tried
.ParameterFields(1) = "DOB;" & Format$(txtDOB.Text, "yyyy,mm,dd") & ";True"
It still wouldn't display the report.
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.