I have a Sharepoint 2003 installation and publish a virtual server using ISA 2004 so that our external partners can access sites etc.
This is a new installation and everything seems to be working fine. Until I try to upload a document to a document library. The upload appears to go through...
I need to change the way "Fullname" is displayed. I am very new to MS CRM and cannot see anything that would allow me to change this through the application. Is there a way to change it on the back-end through SQL?
We are running it on SQL 2005.
Any help would be greatly appreciated.
Thank you.
Hi all,
QUESTION:
I want to replace the self issued certificate I created from my Exchange server while setting up the ISA - Exchange relationship with a commercial certificate like Verisign. Is this an easy process? Do I just install the certificate on the Exchange server to replace my self...
I am trying to find a way to "Count" all printed lines on a page. I can do this by using a formula like:
Whileprintingrecords;
numbervar Count:=Count+1;
I then put this formula in every section of the report and then have another formula in the page footer that zeros out the Count variable...
Using CR10.
I have a report with a few formula fields that I created and placed in the details section of my report. I now want to total the formula fields, but only one of the formula fields is available to me when creating the Running Total calculation. The only difference between the...
Is it possible to use the INSERT INTO statement in a stored procedure that would include a both a SELECT statement and static values? For example,
INSERT INTO #table1 (Field1) VALUES ("CASH")
INSERT INTO #table1 (Field2,Field3,Field4)
Select field2,field3,field4 From table2
Can the...
I have created a report that requires a parameter. When developing the report the parameter "prompt" screen allow you to add supporting text to describe to the user what the prompt is regarding. For example, "Please enter order number."
After publishing to CE10 for distribution I noticed at...
Can you call a Sub Procedure from within a User Defined Function?
Function AddThis(var1,var2)
Call dothemath
End Function
Sub Procedure dothemath(f_var1,f_var2)
final_result = f_var1 + f_var2
Msgbox(final_reslut)
End Sub
Obviously this is a very simple example, but can it be done?
Thanks.
Bill
I need to be able to pass variables to a new page that will then process the information. Here is the basic idea of the process:
<Script Language="JavaScript">
Function PassInfo(url) {
window.open(url, target='new window');
}
</Script>
<Input Type="Text"...
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.