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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DianaStewart

  1. DianaStewart

    Blob field or Memo field workaround?

    I am viewing my reports by typing in the url in the browser like this: http://server/folder1/Report.rpt It was taking a long time to display, the performance was very slow. So the suggestion was made to convert the connection to my Access database from Direct to ODBC. I changed the connection...
  2. DianaStewart

    Running Reports Online - WAY TOO SLOW

    I have three parameter fields: Start, End and Name Start and End are pointing to the dtpicker where I can select the dates from the control and the name parameter is pointing to a list of names entered into the parameter.. {Table1.Name} = {?Name} and {Table1.Date1} >= {?Start} and...
  3. DianaStewart

    Running Reports Online - WAY TOO SLOW

    The problem is viewing the report through the browser it takes the parameter fields too long to appear on the screen..
  4. DianaStewart

    Running Reports Online - WAY TOO SLOW

    The overall speed is an improvement but it takes 4 minutes for the parameter fields to appear, why and how can I fix this?
  5. DianaStewart

    Taking too long for parameter fields to appear

    I am using an Access 2000 database and running the report through a web browser simply by typing in the url of the report in the browser. I changed the connectivty from direct to odbc this improved the speed overall of the report but the only problem I have is that as soon as you type in the url...
  6. DianaStewart

    Running Reports Online - WAY TOO SLOW

    Here is what I have placed in the Report\Edit Selection Formula: {DB1.Date} >= {?Date1} and {DB1.Date} <= {?Date2} and {DB2.Name} = {?Name} Are you suggesting to remove this and replace it with a sql string? Where and how, and what should I put using my example... Help is appreciated.. Diana
  7. DianaStewart

    Running Reports Online - WAY TOO SLOW

    Once I type in the url of the report in the browser it takes a long time for the first parameter field to appear.. why? and how can I fix this?
  8. DianaStewart

    Running Reports Online - WAY TOO SLOW

    It is definitely faster using an ODBC connection rather than directly connected to the database. There is only one problem I encounter and that is when you type in the url of the report, it takes a good minute and a half for the parameter field to appear on the screen. How can I fix this, if I can?
  9. DianaStewart

    Running Reports Online - WAY TOO SLOW

    I made a copy of my db and renamed the db and the report... and made an odbc connection... when I goto refresh the report I encounter this error: Blob field or memo field cannot be used in a formula.. The thing is in my backend the field being refused is Text data type.. works fine with a...
  10. DianaStewart

    Running Reports Online - WAY TOO SLOW

    When clicking on the Database menu the SHOW SQL QUERY item is greyed out... I cannot select it..
  11. DianaStewart

    Running Reports Online - WAY TOO SLOW

    I am using this as my query and this is placed in the Edit Selection Formula.. {DB1.Date} >= {?Date1} and {DB1.Date} <= {?Date2} and {DB2.Name} = {?Name} I am not using ODBC, rather when I add a database to the report from Data Explorer, I double click Database Files and then select Find...
  12. DianaStewart

    Running Reports Online - WAY TOO SLOW

    I indicated in my thread that I am using an Access2000 database. The two date parameter fields are Date data type that the user can select from the Date control... Any suggestions
  13. DianaStewart

    Running Reports Online - WAY TOO SLOW

    I am running a report by typing in the url in the browser. I am using Access 2000 as a backend. The database contains 30000 records. A majority of the fields are indexed. My report contains 3 parameter fields, Name, Date1 and Date2... Here is what I have in my Record Selection forumla editor...
  14. DianaStewart

    Chart Expert - Ok button disabled

    I want to create a chart with ver 8.0... When i goto select any type of chart lets say for example Bar Graph, the ok button is disabled, why is that? Am i missing a service pack or a patch?
  15. DianaStewart

    Where do I reset shared variable

    I have a main report and a subreport. The problem is if a Name field has no value in the backend then the value of the previous name is carried over to that field... If the names contain data in the backend then the Name fields contain or display the correct values.. Should I reset the...

Part and Inventory Search

Back
Top