The problem is that it's taking very very long time. Is there any way to build the Select List for few thousand rows in One shot and continue building the list in background. Or if any other alternative is there?
Santosh, Do you want to display your records, or use them for something else?
All right brain, you don't like me and I don't like you, but let's just do this one thing so I can get back to killing you with beer.<br /> <br />- Homer Simpson
Santosh Jaiswal
Greenhorn
Joined: Oct 04, 2000
Posts: 26
posted
0
Alex, Thanks for quick response. I am buiding a SELECT LIST (DROP DOWN), thru query with a database. This list is a list of Corporate Customers. Actually I have two frames. In One frame I have few SELECT LISTs i a FORM , and based on selected values, I have to query the database and display the results in next frame. Hope this will help. Santosh