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 wOOdy-Soft 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: roleki
  • Content: Threads
  • Order by date
  1. roleki

    !!! Log file no longer updating?

    I happened to be browsing the directory where our ERP system's SQL DB is stored and noticed the log file has not been updated in over a month. Any idea It's a SQL 2005 DB, and the logfile is at 1.1GB for a 6GB DB, set to grow by 10% up to 2GB. The drive it is on has plenty of space, any...
  2. roleki

    Repeat DataGrid Headers every X rows (help)

    I have a working solution to repeat DataGrid Headers every X rows, but the approach I took only works if there's a single DataGrid that needs repeated headers. Can anyone think of a way to tweak this so that I might be able to use it on any page, regardless of the number of DataGrids that...
  3. roleki

    XML to DataGrid ok - now what? (moved)

    I'm using VB.NET (2005) to set up a 'home page' for what will eventually be a slew of single-page reports on our corporate intranet site. I don't want to be bogged down with a lot of table editing when I go to put a report up for consumption, so I thought I'd just have a simple DataGrid with...
  4. roleki

    XML to DataGrid ok - now what?

    I'm using VB.NET (2005) to set up a 'home page' for what will eventually be a slew of single-page reports on our corporate intranet site. I don't want to be bogged down with a lot of table editing when I go to put a report up for consumption, so I thought I'd just have a simple DataGrid with...
  5. roleki

    A bit lost, can anyone point the way?

    I'm trying to write a little application in VB 2005 that prints address labels based on user input, but having verified everything works using textbox input, I want to step it up a bit and use a SQL Query to drive the various address fields. That's where I'm running into trouble... I went to...
  6. roleki

    Having trouble with Excel in DataSet

    I'm using a DataSet to help me map out relevant cell coordinates in an Excel file; I'm using DataSetName.Tables(TableNum).Rows(RowNum)(ColNum).ToString() to get to the relevant bits. This had been working out, but I ran into a problem - I can't seem to access a group of merged cells that are...
  7. roleki

    Exchange vs. Notes: mail only

    The company I work for was acquired by a much larger international entity a few years back. For the bulk of that period we have been allowed to continue using our exsiting applications, such as Office & Exchange 2003. Today we received notice that we are required to justify our adherence to...
  8. roleki

    How can I Sort AND Edit on the same page?

    I have a report in the form of a DataGrid. The users want to be able to Sort the DataGrid AND be able to add a Comment to records when necessary. The problem I am running into is, once the user inputs text to the editable field and clicks Update, the page refreshes to the pre-Update state...
  9. roleki

    Dynamically Create 'helper' DB records?

    I hope somebody here can help me; I know how to *get* data out of a SQL DB, but I'm drawing a blank as to how to create/fill/mate them selectively... My situation: I've got a handful of ASP-based reports that use DataGrid controls to display the results of parameterized queries to our ERP...

Part and Inventory Search

Back
Top