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 TouchToneTommy 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: bjrollet
  • Content: Threads
  • Order by date
  1. bjrollet

    CR 9 and stored procedures

    I designed a report in CR9. It is based on a SQLServer 2000 stored procedure that has 5 parameters, including two dates. The sp executes fine in Query Analyzer, and the report works fine in the designer. However, the report will not execute from my code in the report viewer. I have verified...
  2. bjrollet

    "Object Explorer" type program

    Hey all, I want to develop a Object Explorer type program in VB.NET, and I have not been able to find a starting point. I would like to view all of the methods and properties for a given DLL in my app. Anybody know of any web sites or books that could help me start out? Thanks in advance...
  3. bjrollet

    Alphanumeric sorting

    Het all, I have a one dimension array that conatains alphanumeric strings - tmpArray(0)="1-0-1" tmpArray(1)="10-0-0" tmpArray(2)="7-0-1" ... How can a sort them so they are in order? tmpArray(0)="1-0-1" tmpArray(1)="7-0-1&quot...
  4. bjrollet

    Alphanumeric sorting

    Het all, I have a one dimension array that conatains alphanumeric strings - tmpArray(0)="1-0-1" tmpArray(1)="10-0-0" tmpArray(2)="7-0-1" ... How can a sort them so they are in order? tmpArray(0)="1-0-1" tmpArray(1)="7-0-1&quot...
  5. bjrollet

    change the backcolor of menubar?

    I have changed the backcolor of my form, and the color of the menubar is still gey. Is there any way to change the backcolor of the menubar via API or some other way?
  6. bjrollet

    FileSystemObjects and WindowsXP problems

    I'm trying to use the FileSystemObjects using ASP 3.0 on a WindowsXP machine. Problem is, the browser times out when trying to do anything with the objects(getfile, createtextfile...). The object is created fine, but can't use methods. Is this a Windows setting problem? Anyone have this...
  7. bjrollet

    Detect running aps from browser

    Is there any way to check for a running application on a client machine? Particularly, I need to detect if Excel is running on the client before a page executes.
  8. bjrollet

    Developing with Macromedia questions

    Hey all, my company is currently an ASP shop producing an application with SQLServer2000 as the backend. We are currently considering moving to MacromediaMX tools for development based on thier web site info. Are the Macromedia tools complete enough to produce a database driven application...
  9. bjrollet

    Finding duplicate records

    I have a table that is only supposed to have one record per ID, however, during a data import, some(many) records have been duplicated. Is it possible to write a query that will return the rows that have a duplicate(or more) entry for the ID field?
  10. bjrollet

    Office 200 look and feel

    Hey all, Is there an easy way to reproduce the look and feel of an Office2000 app on my webpages?(mouseover button effects...) I would like to use CSS to do this. Thanks in advance.
  11. bjrollet

    Auto update service?

    We have a distributed application that is written with ASP. Can we write a routine or service that will go out to an ftp site at regular intervals and automatically download any updated pages? We have an installation base that spans the state, and this would make our lives so much easier. Thanks

Part and Inventory Search

Back
Top