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

    Get PDF Version Property in VBScript

    Hey all. I'm looking for help on how to do this.. I need to grab the PDF Version of a PDF file programatically, through VBScript. In order to get the PDF Version manually, you just right-click a PDF file, and go to Properties. On the Properties window, there is a PDF tab, with PDF Version on...
  2. dcusick

    Mesage while refreshing Drop Down Boxes

    Hey all.. I have a question I hope someone can help me with... I currently have a form, with 3 Drop Down boxes... Role, Location, and Employee... Basically, the first 2 boxes are filtering options for the third.. Upon initial load, all 3 boxes are populated with all possible values.. When...
  3. dcusick

    Classic ASP Equivalent to Reflection

    Hey all.. I was wondering if anyone happened to know of a way to simulate Reflection in Classic ASP... Basically, I have a COM DLL with a bunch of properties.. There are 7 of those properties which I am interested in, Option1, Option2, Option3, etc.. I would like to be able to access those...
  4. dcusick

    Sub-Form Sum in Footer not displaying

    Hi all.. I have an ADP Project that I initially converted from an Access DB. One of my forms has a Tab Control, on which one of the tabs has a subform(SubA), that has another subform(SubB) on it. Basically, the main form has a drop-down that selects a code, that updates the SubA, and then...
  5. dcusick

    IE cannot display the webpage

    Hey all.. I'm having an issue with a webpage I'm building in ASP.NET... I have a page with a simple form that has a dropdownlist and a few textboxes... Upon selecting a value in the DDL, it posts back to the page, and fills in the textboxes. This page works great in Firefox, however not so...
  6. dcusick

    How to Tell the Version of ASP.NET

    Hello all! I was recently given a new project, and I am going to have to move over a website from a server to a new server. The new server is asking if the site is ASP.Net v1.1 or v2.0. The website was originally built overseas, and no one that was involved seems to know. Is there an easy...
  7. dcusick

    ASP.NET And Office Docs

    Okay, I have a DB with a bunch of records in it. I also have about 8 assorted Word and Excel docs. Now, when a user opens up a record, they will be able to open up a document specific to that record. When a user tries to open up this doc, I would like to open up the specified document in a...
  8. dcusick

    Javascript with Dynamic Controls

    Hi all. I am having some major issues here, and there has to be a solution out there. I have a page, that is dynamically created from database entries. I create 3 select boxes and two text boxes for each row in the database. I do this through a loop, create new controls, set the properties...
  9. dcusick

    Date/Time Formatted Input

    Hello all... I have built a web app in C# that takes in a lot of input from the user. A bunch of the fields are date fields. I have set up a custom-function validater for the fields, to check for valid input. Valid input is MM/DD/YYYY. The users decided that they can't be bothered by typing...
  10. dcusick

    Session Timeouts and Variables

    Okay... I have a web app that requires a user to login. Part of the requirements is to not allow the user to login twice. So, I figured I could use an Application object in order to hold a list of users logged in. When they log in, I will check the list to make sure that they aren't already...
  11. dcusick

    onChange event with Javascript Confirm

    Okay, I have a few things I need processed when a user changes a value in a textbox. The only thing is, I need to ask the user if they want to process them when they change the value or not. I was able to add a confirm popup to an onClick event of a button. If the user clicks yes, it...
  12. dcusick

    Help with some performance issues

    I have an ASP.Net app that I have written in C#. I have one page that has "tabs" and each one will hide/show a specific span. When the main page loads, it loads all of the pages. I have a bunch of DropDownLists on these pages. So I created a function that fills these lists in with a...
  13. dcusick

    Provider Not Registered on Local Machine

    Okay. I am trying to connect to the AS/400, using an OLE driver, from an ASP.NET app. When doing so, I am getting an error: The 'IBMDA400.DataSource.1' provider is not registered on the local machine. Now, if I run the same exact code in a regular C# application, it runs fine. So this leads...
  14. dcusick

    Form Validation Question

    Okay, I have a problem/question. I have a webpage that I am using for input. On that page, I am using javascript tabbing. So basically, clicking on a "tab" will hide and show different spans, with different data-entry fields on them. The whole page is within one big form. Each "tab" has its...
  15. dcusick

    Problem with Sessions

    Okay... I'm new to ASP.NET. Been programming classic ASP for quite some time, and finally started moving onto .NET. Anyway, I have a User object. Upon login, using Forms authentication, I authenticate the user and my authentication method returns a User object. So I want to store this...
  16. dcusick

    CDaoDatabase and DSN

    What's up everyone? I'm having a heck of a problem trying to connect to a MSAccess 97 DB via a DSN using DAO. Nothing I do will allow me to connect. If I try to open the database using the name, mdw, user, and pass, it works fine. I am able to open it no problem. AfxDaoInit()...
  17. dcusick

    Hard Drive Failed!

    Okay. What's up all? Not too happy over here. My 1 1/2 year old HDD just failed! Would boot up into the endless reboot loop. Gateway PC, with a 120 GB Maxtor drive. Booted into Recovery Console and tried FixMBR and FixBoot, and nothing.. Ran Chkdsk and returned that there were...
  18. dcusick

    WGE101 Wireless Bridge

    Okay, what's up everyone? I've been searching this for days, and cannot get an answer to help me... Here's my scenario... I had a Netgear Wireless B router upstairs. Downstairs, I had the Netgear WGE101 Wireless G bridge. Next to that PC, I have a laptop, with a G card. Everything worked...
  19. dcusick

    System.Diagnostics.Process

    Hello everyone. I am looking to execute a program from my ASP.NET webpage. I have found that you can do this by creating a new System.Diagnostics.Process object, setting the parameters, and runing the Start() method. This works fine for some apps (like I can run Notepad.exe fine) but it's not...
  20. dcusick

    Dynamically Assign IDs to Controls

    Okay, I've searched EVERYWHERE for this, and I am still confused. Saw a few posts here about it, but again, still confused... I am creating a dynamic HTML table, from a database table. In the database table, I have cell properties for the HTML Table (Rowspan, colspan, color, etc). I need to...

Part and Inventory Search

Back
Top