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

    Verizon DSL and Dell Wireless router

    Hi All, I have Verizon DSL setup on a desktop computer. I brought my dell laptop and wireless router (truemobile 2300) to this location and plugged the router into the Westell 2200 ethernet port on the modem. I am receiving a full signal strength on the router and on my laptop but I can't get...
  2. finny

    Hi, I'm looking to get into java p

    Hi, I'm looking to get into java programming and was hoping somebody could give me some info on how to get started. I guess what I'm looking for is what software do I need in order to learn the language and execute a program locally? Is there an area I can download a local web server(similar...
  3. finny

    Screen Resolution and ActiveX Control In ASP Page

    Hi All, Not sure if this is the right forum but any help here or directed otherwise would be appreciated. Bottom line is I have an ActiveX control in an ASP page. my clients using a res of 800x600 can't view the control properly. I will need to set the size of the control dynamically depending...
  4. finny

    Viewing ActiveX Control

    Hi All, I have built an application using an ActiveX Component and am experiencing an issue with one of my users. Everyone else is working fine, but this client cannot see the ActiveX on 2 of the web pages that use it. The activeX is used on 5 pages total and it works fine on three of them...
  5. finny

    Oracle SQL

    Hi All, I have a web application that needs to pull back distinctive items by name. I have it set up so I can retrieve products that begin with A-Z, depending on the user selection. The problem I am having is how do I pull back products that begin with a number or asterik? I have it labeled as...
  6. finny

    Removing Properties/Methods/Procedures-General Questions

    I thought I read somewhere that once you compile a DLL, if you remove anything from that DLL, it will mess up the entire registered version and would not operate properly. Any truth to that? Thx in advance...finny
  7. finny

    Advice and Information on Grids

    I was hoping someone could provide some information on an issue I have been having with an ASP page. Currently, I have a data entry system that uses an html table to insert and update forecasting information. What I am looking to do is move away from the HTML table to an "excel" look...
  8. finny

    Post Access 2000 Conversion from Access 97

    I have encountering an error after converting an Access 97 database application to Access 2000. Trying to sum it up, the user will open the app and click on button that says "Process Spreadsheet". In the old app, it works fine and brings up Comdlg that allows user to select excel...
  9. finny

    DLL Blowing Up on Sub Main

    Hi All, Maybe somebody has seen this error problem before. Scenario # 1. I've created a 2 Class Module, 3 Module DLL for use within an ASP page. In the project properties for the DLL, I have 'Sub Main' as the Startup object. After compiling the dll I need to create a package and register the...
  10. finny

    Error Adding Components in MTS

    If anyone could help out with this issue, I'd be greatly obliged. long story short, I've created a web app. Normal Development progression. Dev box, test box and prod box. On Dev and Test box, everything works fine. I added the dll(created in VB6) and then created package, added components on...
  11. finny

    Finding text in a page

    Does anyone know of a way to search for and goto a specific location on a page that matches the search string? Basically, what I would like to do is use the Ctl + F feature found in Netscape, but I would like it to appear like part of the application. Any info/direction would be helpful...
  12. finny

    General Info

    Hello All, I am a complete beginner with LDAP and was hoping someone could help me out. I am developing an Intranet Application to be used mainly in Netscape 4.x. I need to authenticate users off of an LDAP server before they have rights to access the application and Oracle DB. I am building...
  13. finny

    Displaying Records a little at a time

    Hello, Any suggestions anyone can provide would be greatly appreciated. I haven't started actual development of this ASP page yet. I just thought I would get some expert opinions before I proceed. For each record I will have 29 fields of data. Fld1, Fld2, Fld3, Fld4, Fld5 and Months 1 -...
  14. finny

    Web Project Wizard Problem

    Hello, I'm trying to create a web project in Visual Interdev. The web project wizard recognized and connects to the local server via Personal Web Server. However, when I try to complete the creation I recieve an error: Server Error: The user or group name "Administrators" is...
  15. finny

    Hello, If anyone has any idea what

    Hello, If anyone has any idea what these error messages mean or where I can find information on MTS, I would greatly appreciate it. The following error messages are copied from Windows NT Event viewer. The top section of event viewer is the same for all three errors. Listing Name, Date...
  16. finny

    Close window

    I'm using this code... window.open("Report.asp", "Report", "width=500,height=225, scrollbars=yes,resizable=no, menubar=no"); to open a window. I have an Exit button within the main form on that calls a function to delete any created reports on the server when the...
  17. finny

    Automatically Overwrite File/Avoid Prompt

    I am creating excel spreadsheets through a web application. I would like to be able to overwrite a file if it already exists. Can someone help me out with some code that would do this. I have searched and found nothing that looks like it will allow me to do this. The SaveAs method doesn't...
  18. finny

    Run a Macro in a *.xls from VB

    Hi all, I have a VB dll that opens an existing spreadsheet, populates with data, renames and closes both the old and new. The problem I am running into is this... The data I input into the spreadsheet is raw. In the spreadsheet itself I have a macro that formats the raw data into a...
  19. finny

    Server.CreateObject 800a01ad error

    I created a dll to reference from an ASP page. When I run the page I get the following error... Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object /Forecast_Local/ReportProc.asp, line 66 I have the compiled dll ("reports")sitting on my local...
  20. finny

    Update HTM L page w/Javascript and Flat File?

    Hi All, I know this can be done w/ASP but I was wondering if there is another way to complete the following task using only HTML pages and JS. I need to update a HTML page on a daily basis w/current inventory data. I would create a download from DB and place it in a flat file on web-server...

Part and Inventory Search

Back
Top