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

    Parameter Syntax

    I'm creating an internal web app with ASP.NET and Access. After some reading, I've found that the best way to set this up is with stored queries. Never worked with them, but I want to make sure they are set up properly. Is there any function difference between using the [parameter:] as...
  2. caconner

    Photos in Custom Properties

    Another question. Is there a way to display a jpg for an org chart in the custom properties window? I'm using Visio 2003, which does have the capability to add thumbnail photos to the shapes, but if I add it there the chart will be huge and not printer-friendly. I've looked at the xml code...
  3. caconner

    Print Visio HTML Page on Legal Size

    I have created an organizational chart in Visio 2003 and saved it as a Web Page for use on our Intranet. I want the users to be able to print it from the browser on legal size paper. Apparently the paper size in the .vsd has no bearing on how it prints as a web page, as it seems to resize it...
  4. caconner

    Open link form different page

    When a user clicks a link on our home page, it spawns a popup informing them that they are leaving the site. Once they click the OK button, the link they originally clicked opens in the popup window. Here's the code from the external file: var next_page; function...
  5. caconner

    Exit Pop Up

    My experience with Javascript is severely limited, which is my disclaimer for the following question/problem. I have to code links that take the user away from our site with a disclaimer and acknowledgement 'speed bump'. A link clicked on our site that leads to another will generate a pop up...
  6. caconner

    Exit Pop-up

    I'm a total novice when it comes to cookies and not much better off with JavaScript, but unfortunately I think I need both to satisfy a request for the Internet site I'm working on. I need to have a pop-up window display only when a user clicks a link on our site that takes them to a site...
  7. caconner

    Executing Perl Scripts on Intranet Server

    I have what I hope is a small problem with a quick solution. I've recently added a form to our Intranet that utilizes a Perl script to submit the form via email. Previously this was accomplish using some whacked out method that generated all kinds of errors. I discovered that the Perl folder...
  8. caconner

    Form Mailto: Outlook Folder

    Is there a way to submit a form to a Publilc Outlook Folder instead of a group or individual email address?
  9. caconner

    Outlook Express Won't Retain the Password

    Ever since I had to rebuild my laptop, I can't get OE to retain my email password. I've gone around with the ISP trying to get some help, but they don't have a clue. All the properties are set correctly on the Account, there are no other problems with sending and receiving mail. But every...
  10. caconner

    Write a text area to a file

    Ok, this should be a simple question for anyone other than a beginner like me... I'm trying to write the contents of a textarea to a file. I have the code to write to the file, I just can't figure out how to pass the content/value of the text area to a variable, then to the file on a button...
  11. caconner

    Set the frame src using vbscript?

    I'm trying to set the source of one of my frames dynamically within the framset. I've created a function that determines the user and loads the leftFrame based upon the result. I'm not sure if something is wrong with my function or the manner in which I'm trying to call it from the frame src...
  12. caconner

    UserName using ASP?

    Is there any way to get the user name on a Novell network utilizing an ASP web page? This is for a company intranet. TIA.
  13. caconner

    Network Drive

    I'm struggling to load an intranet page based on the user logon. I tried unsuccessfully to get the info from ServerVariables, but didn't want the user to have to log into IIS after they've already logged onto the Novell network. My second option was to retrieve the user name from the I: drive...
  14. caconner

    load Frame based on user

    I'm trying to load a web page in the leftFrame based on what group the user is a member of on the network. I think the code to determine the User Gruop is correct, but I can't get anythig to load in the leftFrame. I've tried approx. 50 gazillion different variations, and this is the latest...
  15. caconner

    Move editable field when MSHFlexGrid is scrolled

    I have a MSHFlexGrid control that has veritcal and horizontal scorll bars. When the editing field (text box, date picker) is visible and the user scrolls, the editing field, of course, stays in the same spot on the screen. What code can I use to re-adjust the position of the visible editing...
  16. caconner

    ListView

    I have a simple, but annoying dilemma. Is there a way to get rid of the blue box that surrounds a listview item after it's been clicked? I'm filling a flexgrid based on the itemclick event for the listview. Once I fill the grid, I don't want the listview item to be highlighted. I tried...
  17. caconner

    MSGFlexGrid Bands

    I have 2 recordsets created using Shape statements. How can I assin these 2 recordsets to different bands? Do I have to use a Data Environment to accomplish this? Thanks in advance! Cathy
  18. caconner

    MSHFlexgrid Bands

    I've never used flexgrids, or multiple hierarchies for that matter, and need some help. The database is in Access 2000 and I'm using ADO to connect. I want to display info in a check register layout, similar to the one found in Quicken. When the user selects an account name from a list box...
  19. caconner

    Problem Sizing the "main" Window in Help Workshop

    I've created a help project in MS Help Workshop 4.whatever. It runs fine from the VB program, but I want to change the default size of the main help window. I added a window - main, and set the size properties. It shows up in the same position and size, regardless of the values I enter. This...
  20. caconner

    Using Wildcards to Search an Access Database

    I'm struggling to set up an ado search using the wildcard (*) character. It's an Access 2000 database, and I'm executing a command to return a recordset. The parameters to open the recordset are in a function. The user should be able enter a partial product name into a text box, hit return...

Part and Inventory Search

Back
Top