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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Zooo

  1. Zooo

    Getting the same error on my pages every time

    Is it possible to get a copy of the FAQ you have?
  2. Zooo

    Getting the same error on my pages every time

    I used a php installer. I check IIS and have the line you referred to. .php C:\Inetepub\php\php4isapi.dll It is weird. Sometimes when I refresh the page it goes away but then when I reload the page it comes back. I do not think it is the code I fell like it is a confilct somewhere in the...
  3. Zooo

    Getting the same error on my pages every time

    I get the error on all pages regardless of the code, but here is one sample. <?php /*database connection*/ mysql_connect(localhost,username,password); /*select database*/ mysql_select_db(test); /*select all from table pictures*/ $result = mysql_query(&quot;select * from pictures&quot;); if...
  4. Zooo

    Getting the same error on my pages every time

    I am new to the php thing. I am using win XP and IIS 5, I used a program that set everything up for me. My pages run fine, they connect to the database and everything. But every page displays the same error without fail. HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Mon, 22 Jul...
  5. Zooo

    ArraytoList Problem

    I am passing a javascript variable that has a string of check box names separated by a comma into a Cold Fusion array. No problems. When I try to separate that array in to a list I get an error. &quot;Parameter 1 of function ArrayToList which is now &quot;f_001&quot; must be an indexed object...
  6. Zooo

    ASP &amp; Crystal... need serious help, I have no idea

    This one a mutiple parts. A little background. I am beginner/intermediate user of CR and a newbie to ASP. I have a report created that is already connected to an SQL database. It works fine. I know that you can use ASP to connect to a report. I have been searching the forums looking for a way...
  7. Zooo

    ASP &amp; Crystal... need serious help, I have no idea

    This one a mutiple parts. A little background. I am beginner/intermediate user of CR and a newbie to ASP. I have a report created that is already connected to an SQL database. It works fine. I know that you can use ASP to connect to a report. I have been searching the forums looking for a way...
  8. Zooo

    Dynamic DSN, Crystal Reports and Cold Fusion

    I am hoping someone can help me with this. I have seen many posts referring to this but nothing referring to Cold Fusion. I have a set of reports that are being used by 4-5 different DB's. Each one with its own DSN, username, password. But instead of having the reports copied and changed in...
  9. Zooo

    CR &amp; Oracle

    Hello: I am creating a report and it keeps telling me that the fields I am trying to add to formulas and to sort by are blob fields. I am using Oracle as a back end but those fields are just plain varchar2 fields. Can anyone explain why this is happening and how to get around it? Thanks..
  10. Zooo

    CF 5 - Querying a query

    Has anyone done this yet. I have been looking for some info on it and have come up empty. I would like to know to do it. Thanks for any help.
  11. Zooo

    Passing prompts through hidden fields

    I have a report that accepts a list of values to base the report on. I have created the parameter field to accept multiple values. I am creating the list of prompts dynamically and want to pass them through to a Cyrstal Report. The list is creating correctly, i.e. prompt0=one...
  12. Zooo

    change cursor

    again sorry, on the mouseover event of text.
  13. Zooo

    change cursor

    Sorry, in IE yes, Netscape no. Can this work in Netscape?
  14. Zooo

    change cursor

    I want to change the cursor on a hyperlink. I have tried A:link{cursor: hand} in my .CSS and it does not seem to work. Any suggestions? Thanks
  15. Zooo

    Prompts...

    I am having problems with my prompts and refreshing. When I preview in Crystal it works great but when I view on the web it does not work properly. Can anyone tell me how to change my prompt to a multiple select so it shows up on the web. I have changed it in Crystal Reports but when I view it...

Part and Inventory Search

Back
Top