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 IamaSherpa 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. MaryumS

    CR9 -Exporting to Excel not showing gridlines

    This is an interesting issue I encountered after upgrading to Crystal Reports 9. When exporting reports to excel the gridlines of excel do not show up at all when you open the excel version. Anyone have any idea why it does this and how I can fix it so they do show?
  2. MaryumS

    Prompting user on open

    It seems once someone logs in to sourcesafe it never prompts them to log in again when they open sourcesafe...How can I force them to do this each time?
  3. MaryumS

    Selecting character with Apostrohe

    passsing from the crystal report and it sends the parameter to a stored procedure..if you connect a stored procedure to a crystal report it automatically creates the parameters on the report of the parameters in the procedure but it sends the parameters with single quotes so when you send a name...
  4. MaryumS

    Selecting character with Apostrohe

    I am trying to pass parameters to crystal but it does not accept it if it has an apostrophe..for example selecting an employee list with last name as a parameter..if I wanted to select all the "O'Conners" crystal gives me a sql error b/c it will interpret the first ' as an end...
  5. MaryumS

    Combo Box Question

    Does anyone know if it is possible to allow multiple selections from a combo box? Like holding down control and selecting more than one option. If so, how?
  6. MaryumS

    Header Error

    I have already tried that, I have tried putting the response.buffer = true in every possible place. That doesn't seem to be the problem. The problem is that it doesn't even go into the page once I take the title tags out from the first line or put anything above them. The browser doesn't...
  7. MaryumS

    Header Error

    This is some of the code for the page which calls the include file containing the redirect statement. <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <title></title> <!--#include file=&quot;../securitylevel1required.asp&quot;--> <%...
  8. MaryumS

    Header Error

    Now, I had a title tag at the top of the asp page that includes the file holding the code with the redirect. But, when I remove the tag the browser says it cannot find the page, eventhough the page defately exists in the directory that I am calling. Any suggestions as to why it may be doing...
  9. MaryumS

    Header Error

    I used the Response.Buffer = true at the top of the page but again I got the exact same error but this time the error was refering to the line containing the statement Response.Buffer = true. If Anyone has encountered this error and has a solution,please, I would really appreciate it. Nothing...
  10. MaryumS

    Header Error

    There are no html tags on the page where the error is occuring. The only code is the If statement. -M
  11. MaryumS

    Header Error

    I am trying to add authentication level login pages to my website. However, when I try to redirect the user to another page if they don't have the proper user level to view the page I get a Header Error that looks like such: Header Error /Project1/securitylevel2required.asp, line 5 The...
  12. MaryumS

    Crystal Reports from ASP

    Hi, I am trying to access a crystal report from an ASP. It seems to work for most cases,however, if one of my parameters is a boolean in Crystal the report doesn't accept the boolean from th ASP. I use a form to send a True/False to the ASP and then convert using CBool before calling the...

Part and Inventory Search

Back
Top