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 Chriss Miller 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: rborel
  • Content: Threads
  • Order by date
  1. rborel

    Dynamically declare Datagrid using variable?

    Is it at all possible to dynamically create a Datagrid using a variable as it's name? I have tried and am either not doing something correct or it cannot be done. Please help. I have tried the following with no success. Private Sub brunTest_Click(ByVal sender As System.Object, ByVal e As...
  2. rborel

    return recordset into array

    Is there any way to return a recorset into an array instead of doing the following? rsTT.let_Source(strSQLTT2) rsTT.Open() While Not rsTT.EOF rsTTout = rsTT.Fields(0).Value strTT.Add(rsTTout) rsTT.MoveNext() End While I am looking for a...
  3. rborel

    Easy way to clear IE History

    Does anyone have an easy way to clear IE history? I've tried deleting the folders under the History folder but they seem to be "special". I did run across one article that mentioned deleting reg keys but I couldn't seem to get the code to work (not sure if it was VB6 or .NET) in...
  4. rborel

    output vb into one .xls multiple sheets, multiple questions

    If this is a repost please forgive. I've created a little app that reads from multiple db servers and outputs to a xls. I have the data from each server going to it's own sheet. 1) My first question is, is there any way to output to the xls without using the following due to the fact I'd...
  5. rborel

    Delete records from Access Database via VB.NET

    Please help, I'm trying to create a little app to archive data out of an Access Db. I've created a DSN that I can use MSQuery to connect to the mdb with and select/delete but when I try to connect from inside the .NET app it doesn't delete. Here's the code I've got. Plz excuse, I am very new...
  6. rborel

    PHP stops page load on virtual domains

    I've searched the forums and havn't came up with an answer that fixes my problem. I'm running RH7.3 Apache 1.3.27. What's happening is, when the page opens that I have PHP on it dies when it gets to the first line of the php code. What I mean is, the page is blank from just before the php...

Part and Inventory Search

Back
Top