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!

Search results for query: *

  1. chrissypchy

    IBM HTTP Server talking to a WebSphere machine on AIX

    Hello Everyone, I'm kind of new to this so forgive me if this seems basic: I have a Windows 2000 machine running IBM HTTP Server 1.3.26. I need it to access and communicate with WebSphere on an AIX box (Both version 5). I need to do this via a browser. I have been trying to do it by typing...
  2. chrissypchy

    WebSphere Error:Failed Initialization

    Hi All, I just finished installing Websphere on an AIX machine (version 5). Instalation went fine but when I went to start the server, it gives the message: Server Launched but failed initialization Then, when I verify installation, i get many error messages saying: Server server1 failed to...
  3. chrissypchy

    ezImage in PHP (for Dynamic PDF's)

    Hi Everyone, I'm trying to make a dynamic PDF using PHP. I need to import this graphic into it though and every time I try, I get errors. Here is my code: <?php include 'class.pdf.php' $pdf = & new Cezpdf(); $pdf -> ezImage('pic.jpg',5,50,'full','center',1); $pdf -> ezStream(); ?> I display...
  4. chrissypchy

    d3d8 header file for visual c++

    Hello everyone!! I dont seem to have the d3d8 header file for visual c++. I installed the directx sdk versions 8 and 9 and I still dont have it. Does anyone know where I can find it or would anyone be so kind as to send it to me? I have the dll file but not the d3d8.h file. It should be in...
  5. chrissypchy

    Data from PHP to PDF

    Hello All, I have this website where users type in their name in the text field and then click the &quot;submit&quot; button to send their name to the server. I need to generate a PDF with their names on it once they submit. Does anyone know how to do this (I think this is called Dynamic...
  6. chrissypchy

    Data from ASP to PDF

    Hello All, I have this web page where the user fills out their name in a text field and then presses the &quot;submit&quot; button to send the data. I was wondering if anyone knew how to generate a PDF file with the user's name that they just submitted included in it (A Dynamic PDF)...
  7. chrissypchy

    Flash Button &quot;Active Area&quot;

    Hi Everyone, Does anyone know how to define an &quot;active&quot; area on a button. I am trying to draw my own button and I want it to change on a rollover. I got it to work but it is very choppy and only works when the mouse cursor goes over a very small part of the button. How do I define...
  8. chrissypchy

    Displaying Text on clicking a button

    Hi All, I was wondering if anyone knows how to display text when clicking on a button. I have a button and when the user clicks on it, I want text to be displayed until they click on another button. I tried inserting a key frame in the &quot;hit&quot; area and then putting a text box and it is...
  9. chrissypchy

    Generating Sub Reports in a Loop

    Hello All, I have this table,ctdd, that lists other tables in the same database. I need to query each of the tables listed in ctdd. They need to be queried individually so I need a sub report for each table's result. Is this at all possible? I would appreciate any help. -Chrissy
  10. chrissypchy

    Inner and Outer Joins Alternative

    Hi Everyone, I am writing a report with about 14 tables in it. Each table has an attribute &quot;customer_id&quot; and another attribute called &quot;status&quot;. I would like to make a report that lists the customer_id when the status is not equal to zero for EACH TABLE. The problem I am...
  11. chrissypchy

    Counting Records in Crystal Reports

    Hello Everyone, I need to run a query against all tables in this one database (a lot of tables)that end with &quot;_UPDATE&quot;. I need this query to count the records in all of the tables. I know the SQL query would look something like SELECT COUNT(*) from database.table_UPDATE. How can I do...
  12. chrissypchy

    Null Values

    Hello All, Does anyone know how to print details in Crystal Reports based on the condition that a certain characteristic? I want the report I am making now to only display results that are not null. I'd really appreciate anyone's input. -Chrissy
  13. chrissypchy

    Comparing Similar Strings

    Hi Everyone, I am doing something for work where I need to count instances of strings. The strings are similar except for the dates and times in the strings that change. Is there any formula or any way to make it so that I can count strings that are similar? Thanks. -Chrissy
  14. chrissypchy

    Crystal Reports Select All formula

    Hi All, I was wondering if anyone knew how to write a formula where if all of one attribute has the same value, for example if I had an attribute called &quot;buystatus&quot; and all of the values were equal to zero, I would like to just print once &quot;All Equal to Zero&quot; and print a...
  15. chrissypchy

    Crystal Reports Formula

    Hi, I'm using Crystal Reports 8 and I just want the string &quot;N/A&quot; to appear where there are null values. I cant seem to do it. Is there a formula that can do this? I tried so many formulas and keep getting errors. Any help would be greatly appreciated. Thanks -Chrissy
  16. chrissypchy

    Creating a Crystal Report With Input Variables

    Hi All, I have a project to do where I have to generate a Crystal report that will prompt the user for certain values that are needed by the queries. Is there anyway to do this WITHOUT programming? Thanks. -Chrissy
  17. chrissypchy

    Dynamic Report Multiple Databases

    Hi, I have a project at work where they want me to generate a query with Crystal reports that can be used accross multiple databases. In other words, the user must input the database they want to use. After that the query gets generated for them and the Crystal Report is displayed with the...

Part and Inventory Search

Back
Top