Recent content by wan2fly99

  1. W

    On load event not firing

    Created a web page using asp. I have included a onload event on the body statement. It works fine As soon as I add a include statement in the body of the html that event does not fire up any more Don't understand Here is the code If anybody can help I would really appreciate...
  2. W

    How does Crystal do its record selection

    thanks for the help was afraid of that. Will look into biulding an sql stmt have that as the record source for the crystal report then
  3. W

    How does Crystal do its record selection

    I have to tables vendor ap I have linked them up in database link on a key field vendor-num and said the vendor table is an outer join In the report in the Select Expert: I have another requirement to state that AP record the field balance <> 0 Now Does crystal first do the outer join...
  4. W

    Parameter fields Displaying

    Found out answer used: the join (?parameter, , )
  5. W

    Parameter fields Displaying

    I have a parameter field that allows multiple selections for it. I can put the parameter on the report and see the first value. How can I display all the values selects for that parameter? Thanks for any help
  6. W

    Grouping out of Order

    It a database I am open in design view set the grouping . run the report and the grouping is not grouping correctly. Then I go back change the grouping field, view the report change the grouping field back to the field I want and its okay After saving and re-opening report no problem...
  7. W

    Grouping out of Order

    I have two tables. A history table and an Address table. I join history table to address table using left outer join. The field I am grouping on though is in the address table. When generating report, grouping is all mixed up. I can go to design mode, go to group section change the...
  8. W

    Crystal report viewer 2008 Problem Paramater changes

    looking at it when I open up crystal under parameters the dynamic raio button is blocked can t seem to get it going
  9. W

    Crystal report viewer 2008 Problem Paramater changes

    okay thanks will goggle dynamic parameters I have parameters in the report so I just press f5 to refresh and they popup so there is something called dynamic parameters then didn't know that
  10. W

    Crystal report viewer 2008 Problem Paramater changes

    I have created a report using Crystal Reports XI I am viewing it thru crystal report viewer 2008 It has some parameters for selection of data In viewer I cannot change those parameters to select different data It states contact report creator Can you not change parameter selections in...
  11. W

    How to stop printing records in a subreport

    Solve the problem Put the counter also in the section
  12. W

    How to stop printing records in a subreport

    I have a sub report I only want to print say 10 lines in the sub report and not all the data it retrieved I created a running total field and count each record Then on the detail line, I created a formula to test the running total field If it is less than 10 I print the record information...
  13. W

    Group By option

    I have a report that is grouoped by a date field In the group options there I see I can change to display data by: for each day for each week Can I change that option dynamically say using a parameter value or a formula? say: Ask the user to group dates by day by week? I know I can do two...
  14. W

    setting cursor in textbox field on initial load of form

    I want the cursor to appear on the first text box in my screen when user goes to the site I have coded this but no cursor is placed in textbox <form id="Form1" defaultfocus="TextboxTelephone" method="post" runat="server"> I have to tab to get cursor in first textbox telephone Any ideas?
  15. W

    formview object and empty daata source

    I a formview object I have created an edit temple and an empty template When there is data in the table nor problem When my table is empty i got the empty template to display when I click insert I get the error " Form must be in insert mode" How can I tell if there is no data on the page...
Top Bottom