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 wOOdy-Soft 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 monrosal

  1. monrosal

    Oracle InterMedia

    I have the task of indexing some text files as well as some pdf's. I decided to use Oracle InterMedia to do that, but I am completely clueless on how to go about starting it. Does anybody know any articles, links, etc.. that can help me get started with Oracle InterMedia? or directions if they...
  2. monrosal

    Going To A Specific Record in a List Box

    Thank you both for your suggestions. I really appreciate it.
  3. monrosal

    Going To A Specific Record in a List Box

    Does anybody know how I can go to a specific record within a list box? Ultimately, I would like to have a text field and a search button on a form. When a user searches for a certain record and presses submit, the list box will go to that specific record, but still displaying all the records...
  4. monrosal

    Help in speeding up a procedure

    Bob, BTW thanks for your help, but I do Index the level and levelAbove fields. It helped, but I need it to run even faster. Wouldn't adding more declarations slow it down? I also left a lot of code out to make it simpler to explain. I haven't tried your code yet, but once I do I'll let you...
  5. monrosal

    Help in speeding up a procedure

    I need help in speeding up a process of looping through a recordset and grabbing a value while I'm looping. There is about 40,000 records so it takes a long time to do. First let me display an example table I'm using: level levelAbove qty ------ ----------- ----- levelA...
  6. monrosal

    servlets and socket connection

    I created a servlet which communicates to a server via sockets. The servlet sends data to the server. The server then does some processing on the data and shoots it back to the servlet. My problem is the servlet chokes up when it receives the data back from the server. Can anybody help me...
  7. monrosal

    continuous loop through a recordset - help

    Jeff, Thanks for the help. The code works. I really appreciate it. Ramon
  8. monrosal

    continuous loop through a recordset - help

    Jeff, Thanks for the help. The code works. I really appreciate it.
  9. monrosal

    Continuous loop through recordset - help

    Thank you everybody for your replies. I haven't had a chance to work on it, but this is a great starting point. Ramon
  10. monrosal

    continuous loop through a recordset - help

    I need to loop through a recordset and grab a value while I'm looping. First let me display an example table I'm using: level levelAbove qty ------ ----------- ---- levelA none 1 levelB levelA 1 levelC levelB 2 levelD...
  11. monrosal

    Continuous loop through recordset - help

    I need to loop through a recordset and grab a value while I'm looping. First let me display an example table I'm using: level levelAbove qty ------ ----------- ---- levelA none 1 levelB levelA 1 levelC levelB 2 levelD...
  12. monrosal

    Tricky Loop - Help

    I would rather not use it myself because I thought it was pretty dumb too, but see the customer I'm working for has used this system for years, which is a unique identifier with Alpha characters. The customer matches the id with id from a hard copy documentation. A lot of people will only use...
  13. monrosal

    Tricky Loop - Help

    Hi, I am trying to do a loop in which I start with 4 alpha characters like "AAAA" and say I want to loop until "BBBB". The way I want it to loop is "AAAB, AAAC, AAAD, AAAE,.....AAAZ, AABA, AABB,....AABZ, AACA" all the way to BBBB. Does anybody know how I can do...
  14. monrosal

    running an executable from ASP page.

    Is it possible to run an executable from an ASP page? What I would like to do is when a submit button is clicked on an ASP page, a visual basic executable runs on the server. thanks Ramon
  15. monrosal

    looping problem - help

    I'm creating this web appointment system. A company will have a set time like from 9-5, so I loop this in a combo box. and within that loop I do minute increments of 10 minutes, so the combo box looks like 9:10 9:20 9:30...10:10 10:20 10:30....and so on. The problem I'm having is if I have a...

Part and Inventory Search

Back
Top