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 bkrike 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: *

  • Users: monrosal
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. monrosal

    Computed field from two fields within two 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...
  15. monrosal

    Importing Folder of Excel Files

    Does anyone know how I can import a whole list of Excel files within a folder? I'm using the transerSpreadsheet method. I'm thinking that I may have to get the listing within the folder. Create an array. Then loop through each item in the array doing the transferSpreadsheet method. Does...
  16. monrosal

    Importing Multiple Worksheets from Excel to Access

    Does anyone know how I can specify which worksheet to import when I use the TransferSpreadsheet? In the code, there is no argument to specify a workbook. Is there another method I can use? Thanks Ramon
  17. monrosal

    Importing Multiple Workbooks from Excel to Access

    Does anyone know how I can specify which workbook to import when I use the TransferSpreadsheet? In the code, there is no argument to specify a workbook. Is there another method I can use? Thanks Ramon
  18. monrosal

    MSDE - Queries won't upsize

    I just recently tried to upsize an existing Access Database to an Access Project. When I used the upsize wizard, everything gets upsized except for the queries. Am I doing something wrong? Ramon
  19. monrosal

    Landscape format for Report

    I created a report in Access and I set the layout to "landscape", but after every so often I have to go back and set the property back to landscape. Does anybody know the code to set the property for the layout of the report to "Landscape" for the report's "on...
  20. monrosal

    Assigning a value to a textbox

    Does anybody know how I can program the value of a textbox in a report? See what I have is a textbox that calls a control source from a field in the database. That field is a numeric field ranging from 1-3. What I want to do is for each value that is 1 the textbox = "test1" and for...

Part and Inventory Search

Back
Top