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

    Creating a formula

    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...
  2. mary555

    crystal reports, subreport column heading question

    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...
  3. mary555

    Date

    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...
  4. mary555

    simple question to open a new page

    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>
  5. mary555

    Reporting Services and ASP Page

    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...
  6. mary555

    afterupdate event

    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?
  7. mary555

    lock 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?
  8. mary555

    lock 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?
  9. mary555

    afterupdate event

    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?
  10. mary555

    string manipulation

    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...
  11. mary555

    Connection (reporting services)

    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...
  12. mary555

    where to begin?

    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...
  13. mary555

    updating

    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...
  14. mary555

    javascript &amp; asp

    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...
  15. mary555

    concatenation

    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...
  16. mary555

    insert checkbox value into sql server

    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 '" &...
  17. mary555

    drop down menu

    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...
  18. mary555

    format problem

    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...
  19. mary555

    table

    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...
  20. mary555

    Report

    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.

Part and Inventory Search

Back
Top