That's what usually happens when the solution set is too large. There is no error message. When dealing with potential overflows there are a number of ways to limit the retrieved set such that you don't get into this problem.
At 05:01 PM 8/17/2004 -0400, you wrote: >Are you sure, the entire table has less than 1,000 students. > >Thanks >----- Original Message ----- >From: "Bernie Corrigan" <[EMAIL PROTECTED]> >To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> >Sent: Tuesday, August 17, 2004 3:20 PM >Subject: [RBASE-L] - Re: Pop-Up Menu > > >> Your solution set is too large. You are going to >> have to come up with a means to limit it. >> >> >> At 11:19 AM 8/17/2004 -0400, you wrote: >> >Here is a real head scratcher. >> > >> >I have a form with a simple pop-up menu that lists students by their name >> >(last name, first name). The pop-up works perfectly. When the pop-up >> >window appears in the form and I enter the first few letters of the >students >> >last name, the cursor goes directly to that student. >> > >> >Now for the problem. When I enter any letter after the letter "U", the >> >cursor does not move to the student. For example: >> > >> >Smith >> >Sorento >> >Sutton >> >Sykes >> > >> >When I enter S-O the cursor goes to Sorento. When I enter S-U the cursor >> >stays on Smith. This only happens for letters from U thru Z. Am I going >> >crazy? >> > >> > >> > >> >Joel Solomon >> >Controller >> >Barbizon International >> >[EMAIL PROTECTED] >> > >> >--- RBASE-L >> >================================================ >> >TO POST A MESSAGE TO ALL MEMBERS: >> >Send a plain text email to [EMAIL PROTECTED] >> > >> >(Don't use any of these words as your Subject: >> >INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, >> >REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) >> >================================================ >> >TO SEE MESSAGE POSTING GUIDELINES: >> >Send a plain text email to [EMAIL PROTECTED] >> >In the message SUBJECT, put just one word: INTRO >> >================================================ >> >TO UNSUBSCRIBE: >> >Send a plain text email to [EMAIL PROTECTED] >> >In the message SUBJECT, put just one word: UNSUBSCRIBE >> >================================================ >> >TO SEARCH ARCHIVES: >> >Send a plain text email to [EMAIL PROTECTED] >> >In the message SUBJECT, put just one word: SEARCH-n >> >(where n is the number of days). In the message body, >> >place any >> >text to search for. >> >================================================ >> > >> > >> > >

