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

Search results for query: *

  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...
  16. monrosal

    Date Year function

    Has anyone else had a problem using the Year function? I'm trying to do a Year(Now()), but it's giving me a weird year. Also when I try to get the 4 digit year using Format(date, "MM/DD/YYYY"), it still gives me the 2 digit year with mm/dd/yy. Does anyone know how I can get the...
  17. monrosal

    Importing from subfolders

    Thanks a lot for your help Ramon
  18. monrosal

    Importing from subfolders

    Does anybody know how I can import excel files from subfolders within a top level folder? What I am trying to do is: a user will choose the folder where the subfolders are, then when a user clicks "import", all the excel files within the subfolders will be imported into Access. I've...
  19. monrosal

    Report Calculation

    Does anyone know how I can grab a value from one sub report textbox and another value from another sub report textbox to compute a value on the main Report? Basically, I want to use two different fields from two different sub reports to come up with a value for a textbox on the Main report...
  20. monrosal

    Computed field from two textboxes within two different sub reports

    Does anyone know how I can grab a value from one sub report textbox and another value from another sub report textbox to compute a value on the main Report? Basically, I want to use two different fields from two different sub reports to come up with a value for a textbox on the Main report...

Part and Inventory Search

Back
Top