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 dencom 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: pob327
  • Content: Threads
  • Order by date
  1. pob327

    Sum of Column/Row

    Good morning, I have a simple request, but cannot find a solution. I need to obtain the Sum of a Column and display this below the Header (dark grey box) and obtain the Sum of a row and display this to the right of the rowHeader(light grey box). I have attached a graphic to show my report...
  2. pob327

    Sum of Rows and Columns

    Good morning, I have a simple request, but cannot find a solution. I need to obtain the Sum of a Column and display this below the Header (dark grey box) and obtain the Sum of a row and display this to the right of the rowHeader(light grey box). I have attached a graphic to show my report...
  3. pob327

    Hiding part of a report

    Hi, I am new to Business Objects, so I hope I am asking in the correct forum. I have 2 tables. The first (blue table below) shows course passes for different groups - courses on the left, groups along the top. The second (pink table) shows the individuals in each group (names have been blanked)...
  4. pob327

    using an Array entry to refer to another Array

    G'day all, I have an Array composed of various numbers. I want to select one of those entries then add or subtract from that entry and use the result to refer to a second Array. The problem I am having is that javascript keeps assuming I am dealing with string values. How can I get round this ...
  5. pob327

    Trying to fade in text

    This one line script fades the background color of a page nicely. for (i = 0; i < 256; i++) { document.bgColor = (i++) * 256 *256 + (i++) * 256; } But if I try to apply the same thing to the font color of an element with this code: for (i = 0; i < 256; i++) {...
  6. pob327

    How do I force a div's height to less than 20px ?

    I am trying to write some code to create a gradient background using javascript. I have looked at the FAQ section, but I am new to javascript and the solution in there is too complicated for me (it also seems that there must be a simpler method). I have a good script, but I now have 2 small...
  7. pob327

    'For Loop' problem

    I am trying to cycle through an array slowly, but my code seems to execute then jump to the last value in the array. Why is that ? <script language="JavaScript" type="text/javascript"> <!-- window.onload= fade; var i; var ids = new Array("one", "two", "three"); function fade() { for (i=0 ...

Part and Inventory Search

Back
Top