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 Wanet Telecoms Ltd 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: *

  • Users: Jetter88
  • Content: Threads
  • Order by date
  1. Jetter88

    Crystal Reports on BOE XI 3 datasource problems

    Hi... I'm involved in an update to BOE 3.1. The problem i'm having is changing the data source correctly. The reports were moved to the new server. I open the report, change the datasource, but the stored procedure does not change to the change database (catalog). How can i get the stored...
  2. Jetter88

    Checking if a node is empty/blank/null

    hi... I'm trying to figure out how to deteremine if a node is empty/blank/null before setting the value otherwise i get an "object required" error. I'm have to use ASP 3.0 classic to retrieve the xml. If the "Action" node is empty/blank/null, i get an error. Thanks in advance! code used: set...
  3. Jetter88

    Classic ASP page calling a Java web service

    hi... I'm a newbie to web services. I've researched and created a simple Java web service (HelloWorld) in JDeveloper. I deployed it locally on my computer and can invoke it using Internet Explorer (I can see the xml via the wsdl too) Now... we currently have a Classic ASP application that...
  4. Jetter88

    Work Bookmarks and going back to the 'original spot'

    Hi all... I have a very long document that has a glossary of definitions near the bottom to the document. I have successfully "bookmarked" all the required words to link to their definitions. Now in order to get back to the original spot the user was, they must select the 'Back' button the 'Web...
  5. Jetter88

    Auto-redirecting a page

    hi... I'm trying to setup a page that approves a user. The approval process may take up to a minute depending on scheduled tasks to retrieve the answer. So in the end I will like to see something similar to ticketmaster or expedia website "processing" page. Once the user selects the "process"...
  6. Jetter88

    Using a processing page while doing calculations.

    hi. I'm using the MVC method in my application. I currently need a "processing" page which simply has a "processing" logo on it for the user to see while the calculations are happening. The first page contains a field for the user to enter a number. It also has a "submit" button. Once the user...
  7. Jetter88

    Exponentiation calculations

    hi... I'm having a problem figuring out a calculation in Java. It works in Excel though. Excel formula sample is: Cell A7 = .065 (1+A7)^(1/12)-1 result=0.005261 How do I correctly get the ^ in Java? thanks in advance. Mark
  8. Jetter88

    Exponentiation calculations

    hi... I'm having a problem figuring out a calculation in Java. It works in Excel though. Excel formula sample is: Cell A7 = .065 (1+A7)^(1/12)-1 result=0.005261 How do I correctly get the ^ in Java? thanks in advance. Mark
  9. Jetter88

    Date/Time problems...

    We're having a problem with the day and month being switched when trying to save a date value to a SQL Server 2000 database, from an ASP page. The date has a time attached to it. In our ASP page, we are attaching the date to an ADO parameter as follows: cmdTC.Parameters.Append...
  10. Jetter88

    Counts and Totals in Excel

    Hi... i'm trying to do some calculations based on a range and comparing 2 different numbers. Based on a golf scorecard format. A player enter his/her score per hole. At the end of the spreadsheet there will be a section that totals up automatically the birdies, pars, bogeys, etc. That is the...
  11. Jetter88

    Report Details?

    I have a master/detail report. However, the details could exceed the first page of the report and push the report to a second page. I wonder like to eliminate this problem. Currently the report looks like: --------------- Master (header) --------------- Details line1 line2 ... totals...
  12. Jetter88

    Adding Totals on a Report?

    hi.. I have a master/detail report. The report works fine... it prints the header and the line items nicely. Now, I need the totals of the line items to add up for me and be displayed in a 'Total' field. So there can be unlimited number of line item, but 1 'Total' field number. How do I do...
  13. Jetter88

    Setting a fixed height in a report.

    I had a master/detail report. The report top section has the master info, the middle section has the details, the bottom has more master info. The detail section can have multiple lines depending on the number of items selected by the user. The problem is that detail section shrinks and...
  14. Jetter88

    Auto-marking a field.

    I'm currently created a report (entry form style) that has checkboxes on it. The report obtains data entered and displays it on the report. I will be have a section that will mark itself depending on the values. for example: Service Type will have 2 option on the form: Commercial or Residential...
  15. Jetter88

    Creating a formula?

    I'm trying to create a formula field for my report. The formula field is to combine 2 fields together. In my case... the area code and phone number. am I going in the right direction? I'm new to Oracle reports so any help is appeciated. thanks in advanced!
  16. Jetter88

    JDeveloper - Order header and line item

    hi... I'm trying to set up 2 beans. Header and Detail bean. these beans should be session beans. The header bean is working and I can set/get to it no problem. The problem is with the Detail (line items). I've never done this before, but I'm using an Arraylist and i can add to the arraylist with...

Part and Inventory Search

Back
Top