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

    Username/password

    I am looking for very, very basic HTML username/password protection. The information that is being "protected" is really not that sensitive, I just want to make sure that the right users access the right pages. I know that more sophisticated security is available, but really I am only...
  2. pbellc

    Message Box

    I am using an Data Access page created using MS Access to access data in a database (that's alot of Accesses). I'd like to utilize a message box to alert users that they have saved changes to the database before they leave the page. Access uses javascript to save the data. I know how to create a...
  3. pbellc

    Locking formatting

    Is there any way to lock the formatting of a spreadsheet so that the column widths and row heights cannot be altered? I want to do this without locking content editing capabilities. Thanks.
  4. pbellc

    Query most recent date

    I have a database that houses daily data that is entered everyday for the previous day (for example yesterday's data will be entered today, and today's data will be entered tomorrow). The problem I have is that I need to query the previous days data to pull a field for calculations today. In...
  5. pbellc

    Simple question about browser size

    I have an intranet site that is actually an hta. When it is openedit is small. How can I make it so that when it is opened it is full screen size. Thanks.
  6. pbellc

    Icon for HTA

    What is the syntax for creating an icon for an hta file? and Where in the html code does it go? Thanks.
  7. pbellc

    Combo Boxes

    Does anyone know how to make combo boxes dependent on one another? In other words, the values in box two would be dependent on what the user selected in box one. Any thoughts, either using VB or the Excel provided macros/dialogue boxes, would be greatly appreciated. Thanks. pc
  8. pbellc

    2 conditions in If...Then

    Does anyone know how to put two conditions in an If...Then statement? It's not a ElseIf situation, I need both conditions to be true to complete the statement. Simply this is what I would like to do: Dim i As Integer i = 2 Do Until Worksheets("Data").Cells(i, 2).Value = Empty i = i +...
  9. pbellc

    HTA and Frames

    Is there any way to use frames within an HTA file?
  10. pbellc

    Disable warning

    I know I have seen this somewhere in one of the threads, but I don't remember where. How do you disable the warning "Do you want to close your browser?" Thanks.
  11. pbellc

    Please help

    I know this is possible to do, and I am certain that it is also very easy. I'm really new at this and need some help. What I want to do is to close a parent window (an hta file with a DHTML menu) on the open of the child window. Will this event make the child window now the parent window? Do I...
  12. pbellc

    DHTML Question

    I am trying to create a menu bar using DHTML that will live on several hta files. I had to use hta files to develop the pages (over HTML) because of ActiveX controls. Becuase they are hta files they won't open in the same browser everytime. So I had the idea to create the floating menu bar using...
  13. pbellc

    HTML and HTA

    I have a web page with frames, and i am trying to get an hta file to run in one of the frames. THe problem I am encountering is that everytime the page loads it asks if the user wants to download the hta file instead of running it in the frame. Can anyone help me with that? Ideally I would like...
  14. pbellc

    Application AutoRun or AutoStart

    I don't know if Visual Basic can actually do this or not, but it can't hurt to ask. I need a file to automatically open every evening at a specific time. The file is an Excel file and it will reside on a Unix box. Any suggestions would be fantastic, be they VB or anything else. Thanks.
  15. pbellc

    SaveAS method

    Is there a way to stop Excel from asking me if I want to overwrite an existing file with the same name?
  16. pbellc

    Using VB to open an file in its location

    I hope this is descriptive enough. I have an Excel file that contains data that is updated once a day (using the OnTime method). The source that updates the data is only available on the machine that is running the Excel file (i.e. everyone on the network cannot get the data on their local...

Part and Inventory Search

Back
Top