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
  • 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

    Thanks! But can you tell me where to put this formula? I'm sorry but this is my first time using Crystal Reports so I'll need more detail! Thanks again!
  3. 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...
  4. mary555

    Date

    Thank-you...And I apologize for being rude.
  5. mary555

    Date

    wow, alright then. Code: <script type="text/javascript"> <!-- function go(){ var Start = new Date(10,11,89,00,00,00) alert (testDate.toLocaleString()) var End=frmS.Day2.value+"/"+frmS.Month2.value+"/"+frmS.Year2.value+" 00:00:00"; ....i've tried these methods for getting the right format for...
  6. mary555

    Date

    can anyone help me?
  7. 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...
  8. mary555

    simple question to open a new page

    thank you
  9. 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>
  10. mary555

    Reporting Services and ASP Page

    i am talking about sql server reporting services...i understand that u make the reports with visual studio.net, but theres gotta be a way to make it interact with an asp page...
  11. mary555

    Reporting Services and ASP Page

    I'm familiar with Access and how reports are made with queries and forms there, so im not sure if it works the same (like if u can access the web page directly from the report) or if it is more complicated...
  12. 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...
  13. mary555

    afterupdate event

    i tried doing that and it didn't d oanything after i typed in the box....what am i doing wrong?
  14. mary555

    lock fields

    and i actually tried using that code and it didn't disable anything...
  15. mary555

    lock fields

    thank you. what about if i already have an onchange event for the select boxes (submitting the form/refresh). is there a way to have 2 events?
  16. 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?
  17. 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?
  18. mary555

    lock fields

    ok thanks ill look at that forum. if i put them on separate pages, it'll have to just have the one field on each page right? do u think that will make it more confusing in case they need to go back and change something?
  19. 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?

Part and Inventory Search

Back
Top