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 johnuk1

  1. johnuk1

    ListBox.SelectedValue always returns nothing

    here is the hhtml for the page <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="test" enableViewState="False"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML> <HEAD> <title>test</title> <link href="template.css" type="text/css"...
  2. johnuk1

    ListBox.SelectedValue always returns nothing

    I have a asp.net page with a listbox, a textbox and a button. I simply populate the listbox on the page_load method with a couple of items. I then click an item however the textbox never gets populated. If i instead populate the textbox with the selectedindex of the listbox. In this case i...
  3. johnuk1

    supressing details sections using crystal basic

    amazing just as i posted this i got the same idea which of course works. Thanks again Brian. I am starting to realize just how powerful crystal reports can be when you know what you are doing! :-)
  4. johnuk1

    supressing details sections using crystal basic

    should have said I am using Crystal 9 I am thinking I should put a formula somewhere in the details section but where and how to say if fieldx>0 then display? thanks for any and all assistance
  5. johnuk1

    supressing details sections using crystal basic

    I have 3 details rows all displaying same fields I only want to display details b to if a certain field contains a value I only want to display details c if a certain field contains a value can this be done using a formula?
  6. johnuk1

    resetting an array for every line of data

    I think i found the answer basically each column formula needs to read the value it requires from the array then set the array value back to 0 so the next row of data will have a zero'd array etc here is the code NumberVar Array values; numbervar temp; /temp variable used to return value...
  7. johnuk1

    resetting an array for every line of data

    in my page header i use a formula to declare a 24 element array. I then have 24 formulas across the page such that formula1 reads element1 in array...formula 2 reads element 2 etc. at the end of the data line i have my main formula called calculate. This formula may or may may not populate all...
  8. johnuk1

    Estimating time to write a Crystal 9 report

    Bit hard I know but has anyone developed any guidelines to estimate how long a crystal report will take to build and test. I always seem to under-etimate the time it takes to write a report. any suggestions? thanks!
  9. johnuk1

    Crystal Reports 9 and paper sizes

    When I create reports in crystal reports 9 I am usually creating them for the sole purpose of exporting the data to excel so most of my reports are designed to be just columns of data. However if i need many columns i then have to look for printers that support large paper sizes. Right now i am...
  10. johnuk1

    Displaying a revenue spread

    what is table referring to? the database table?
  11. johnuk1

    forcing record to display multiple times

    thanks this anwsers the question. Finally a place to hang out and talk crystal thanks guys
  12. johnuk1

    forcing record to display multiple times

    when i run a report my record is displayed once per item. Can i force it to display multiple times depending upon the value of a field. I have 3 revenue fields and want the record displayed once per field if there is a value in it I am using crystal 9
  13. johnuk1

    Displaying a revenue spread

    I am running crystal 9. Assuming I have a revenue value and a number representing number of months i want to display the months values across the page. for instance if my revenue is 10000 and the number of months is 5 i want to display 2000 5 times. I thought I would use a shared array field...

Part and Inventory Search

Back
Top