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...
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...
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...
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">...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.