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"...
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...
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! :-)
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
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?
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...
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...
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!
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.