Can someone tell me how to create a formula in crystal reports. I am trying to make a formula that says that whilereadingrecords; 1
and from that i am going to need to insert a group on this formula. the point of this is to make it repeat the group header on each page. I'm really not sure how...
I have made a report that has 4 subreports in it. one of the subreports is usally long...it is part of a details b section (I have a separate details section for each subreport). when this subreport becomes more than one page long, i need the column headings (part of Report b header) to show...
I have a javascript function in which I must put a date value in a variavle called start. on my asp page, i have a text field for month, one for day and one for year:
ie: user can enter 01 in the month box, 02 in the day box and 98 in the year box. the user the presses a button and the function...
in vbscript, how would i redirect to a new page (with passing parameters). I have
<SCRIPT LANGUAGE="VBScript">
<!--
Sub Button1_OnClick
HERE I WANT TO REDIRECT AUTOMATICALLY TO A NEW PAGE
End Sub
-->
</SCRIPT>
i need to create reports based on text fields in an asp page. the user can select a certain 'type' from a drop down box in an asp form (and other parameters as well), and then the report needs to be based on a query with that paramenter:
ie: select * from table where column=type(type comes form...
is there a way to make an event like frmL.submit happen after a text field is updated (ie after the person enters a value and moves to a new text field?
i have a form with many dependent drop down menus and text fields. I need it to work so the user has to enter the fields in order. is there a simply way to do this? Maybe to disable certain fields?
i have a form with many dependent drop down menus and text fields. I need it to work so the user has to enter the fields in order. is there a simply way to do this? Maybe to disable certain fields?
is there a way to make an event like frmL.submit happen after a text field is updated (ie after the person enters a value and moves to a new text field?
i have a text field on my asp page and it gets its value from a popup calendar. i need to separate the values so that they can be used with the dateserial function. in the text field it appears as 01 24 2005 so i am going to need to have 3 separate text fields and have the month in one, the...
I finally got reporting services to work with visual studio.net. i've created a report and then deployed it to the report server. when i go to view the report from the Reports page, i get the error:
An error has occurred during report processing. (rsProcessingAborted)
Cannot create a...
I am using sql server and asp pages. i need to generate reports based on information in text fields in a form on the webpage. i was thinking about using reporting services. the version i have is in a test environment on a server at work. it asks to upload reports but i don't even know where...
My problem is that I am displaying an entire table from an sql server table, in my asp form, using text fields. I want the user to be able to update anything in the table by simply changing a value in the text field and then pressing a button which will run sql and update the table row that was...
can anyone tell me how to put my asp code into my javascript block of code. for example, this is what i want:
<script language="javascript">
function chkSubmit(){
document.frmr.submit();
document.form1.action="update.asp?ReferenceID=<%=RS("OutageReferenceID")%>"
}
</script>
is there a way...
I am trying to do this:
ORID=request.querystring("ReferenceID") BUT I need to put a value after ReferenceID...the value is held in a variable named 'i'. i keeps incrementing. So I basically need it to be:
ORID=request.querystring("ReferenceID7") for example but i've held the number part in the...
i am using a stored procedure from an asp page to insert values into a table. i have an attributes whose data type is 'bit'. i keep getting the error Incorrect syntax near the keyword 'on'.
when i go to insert this value into a table with the code:
SQLStmt.CommandText="InsertRecord '" &...
is there a way to get a drop down menu to stay a certain size. i know you can assign it a certain size or width but its not working. when there is a large value in it, it will widen to however long the value is...
Hello,
I seem to keep having trouble with formatting...specifically, I am using a table to show numerous text fields and combo boxes in a web form. however, when previewing in a web browser, the fields are not in the same places as they were in my FrontPage view. Also, when the values in the...
can anyone give me some ideas as to how you would dynamically create a table with asp,...a table on a form. I want to use a resultset to select all the records of a table, and then display them to the user on the web page. i was going to display the info in rows of a table, but i can't...
Does anyone know the simplest ways to generate reports from information in sql server tables, using asp/vbscript. The report has to be a separate MS Word file or Excel file.
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.