I'm using a Crystal Viewer object (Crystal Reports 8.0) within a VB 6.0 application. While a report is in preview mode, I select the "Search" button to search that report for specific text. I know the text I'm searching for is in the report (on page 3) but the results indicate the text was not found. If, however, I navigate to the page that has the text I'm looking for and perform the search, the text will be found. Also, If I manually navigate through all pages, then go back to the 1st page and perform a search, the text will be found. This is not normal! I know that the "Search" button click event implicitly calls the CRViewer Object sub-routine, SearchForTextMethod(Text as String). It appears as though the search is being performed faster than the data is being download into the report! Can anyone help me????