Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BillBrosius

    Uploading Documents via Portal published w/ISA 2004

    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...
  2. BillBrosius

    Microsoft CRM 3.0 Change FullName Display "Lastname, Firstname"

    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.
  3. BillBrosius

    Exchange 2003 & ISA 2004 REPLACE CERTIFICATE

    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...
  4. BillBrosius

    CR 11.0 Counting Formula

    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...
  5. BillBrosius

    Formula Field not available for Running Total

    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...
  6. BillBrosius

    SQL 2000 INSERT Statement

    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...
  7. BillBrosius

    CE10 Parameter Prompt

    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...
  8. BillBrosius

    Can a function determine what cell it is located in?

    Can a User Defined Function determine what cell it is being executed from if it is not currently the active cell? Thanks. Bill
  9. BillBrosius

    Call Sub Procedure From User Definded Function

    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
  10. BillBrosius

    Pass Form variables to new page

    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=&quot;JavaScript&quot;> Function PassInfo(url) { window.open(url, target='new window'); } </Script> <Input Type=&quot;Text&quot...

Part and Inventory Search

Back
Top