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 Shaun E 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: rabisco
  • Content: Threads
  • Order by date
  1. rabisco

    Uploading files to server for processing

    I require some pointers to resources for writing code for file upload from a browser.
  2. rabisco

    Help needed to populate text box

    I have struggled with this for a few hours, hoping to get some help from here as usual. I have created this array... For x = 0 To rs.fields.count - 1 Response.Write("sampleValues[" & x & "] = '" & rs.fields.item(x).value & "';") Next because I need to x values to get the indexes of...
  3. rabisco

    Retrieving colum values from record by index.

    I think I have just about tied myself up in knots on this one. Here goes for each c in arrCols Response.Write ("Columns to retrieve from spreadsheet") Response.Write("<br>") Response.Write c Response.Write("<br>") 'Response.Write rs.fields.item(c).value On Error Resume...
  4. rabisco

    Array help

    I'm really hoping some kind soul can help here. THis code... for each item in arrExcel if item <> "None" then Response.Write item Response.Write("<br>") End if Next Gets the item I want an print it out. I would like to get the index of the item in the array arrExcel. How...
  5. rabisco

    Updating text box from list box - all created via a loop

    I am attemting to update multiple textboxes with the value of a selected option in multiple list boxes. Each list box has a text box next to it. My code is a follows..... <td> <SELECT name="excelValues" onChange="document.frmMap.columnValue.value=this.options[this.selectedIndex].text">...
  6. rabisco

    Reports have no data in Crystal Enterprise

    I am able to view the data in the various fields on a report in Crystal Report Designer, by right clicking on the database field and selecting browse data. However, when I view the report in the Crystal enterprise Admin interface, the report is empty i.e. no fields are populated. I am using...

Part and Inventory Search

Back
Top