User Profile

Collapse

Profile Sidebar

Collapse
mmurphmsu
mmurphmsu
Last Activity: May 18 '10, 07:34 PM
Joined: Nov 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mmurphmsu
    started a topic PC with static IP won't access internet

    PC with static IP won't access internet

    I am doing some networking stuff for a small business which already has a pre-existing network setup. They are currently using a switch to connect each PC. Their DSL router is connected directly to a PC that has two NIC's, one of the DSL, and one to Connect to the Switch. All of the PC's have static IP's because they share a program on the above PC.

    I tried several things to get the other PC's to be able to get out to the internet...
    See more | Go to post

  • Here is a link to my flash menu http://www.clinicsofnorthtexas.com/NewFlashMenu.html


    The two buttons that have drop downs are Careers and Dr Finder.
    See more | Go to post

    Leave a comment:


  • i think its because of the flash object. When i shrink up the stage, you can see the drop downs. I don't want a huge space between my menu and my websites content.
    See more | Go to post

    Leave a comment:


  • Would you move it to the flash forum then?
    See more | Go to post

    Leave a comment:


  • Help needed inserting Flash Drop Down menu on aspx page

    I have created my flash menu, complete with drop down boxes. Published the file so that i can get the html code. But when i try to get the drop downs to work, you can see them. So i make the object taller and i then can see them, but that leaves a big area that is blank. Is there a way to over come this? (this may be a flash forum question)
    See more | Go to post

  • mmurphmsu
    started a topic VBA Macro in Excel

    VBA Macro in Excel

    I am working on a VBA macro in Excel that will copy a sheet move it and then rename it based on what the user enters in a pop up box. Here is my code for the module:

    frmShow.Show

    Sheets("Jun 09 New").Select
    Sheets("Jun 09 New").Copy Before:=Sheets( frmShow.txtCopy Sheet.Text)
    Sheets("Jun 09 New (2)").Select
    Sheets("Jun 09 New (2)").Move After:=Sheets(f rmShow.txtCopyS heet.Text)...
    See more | Go to post

  • mmurphmsu
    replied to Help with setting a label to Visible
    ChipR: That did the trick. I very much appreciate your help. I spent all most all day yesterday trying to get this to work.
    See more | Go to post

    Leave a comment:


  • mmurphmsu
    replied to Help with setting a label to Visible
    I have also tried this on a click event:

    If (Me.RESC_NAME = "Dr name") Then
    Report_CNT.txtT urner.Propertie s.Application.V isible = True
    Else
    Report_CNT.txtT urner.Propertie s.Application.V isible = False
    End If

    and that didn't work either.
    See more | Go to post

    Leave a comment:


  • mmurphmsu
    started a topic Help with setting a label to Visible

    Help with setting a label to Visible

    I have an access data base we use to create reminder letters for our dr's patients. The patients appts are imported into access, a query ran on the data and report is used to make the actual letter. I want to add a custom txt box or label for one of the dr's but want to do it based on the dr's name. Here is the code i have:

    If (Me.RESC_NAME = "Dr name taken out for security purpose") Then
    Me.txtTurner.Pr operties.Visibl e...
    See more | Go to post

  • mmurphmsu
    started a topic IF Statements in Stored Procedures

    IF Statements in Stored Procedures

    I am trying to use IF statements in a Stored Procedure that would allow me to test for Null values. See Code below:

    CREATE PROCEDURE SRS_ARREPORTING
    @Phys_Start VarChar(4), @Phys_End VarChar(4), @Loc_Start VarChar(2), @Loc_End VarChar(2),
    @Start_Proc_Cod e VarChar(5), @End_Proc_Code VarChar(5), @FC_Start VarChar(2), @FC_End VarChar(2),
    @Dept_Start VarChar(2), @Dept_End VarChar(2), @DOS_Start Char(10), @DOS_End...
    See more | Go to post

  • mmurphmsu
    replied to Help with AdRotator
    in .NET
    I have fixed this. I used the AJAX control SlideShow.
    See more | Go to post

    Leave a comment:


  • mmurphmsu
    replied to Help with AdRotator
    in .NET
    Ok, Here is my code:
    [code=asp]
    <%@ Page Language="C#" MasterPageFile= "~/CNTNoNewInfo.ma ster" AutoEventWireup ="true" CodeFile="news. aspx.cs" Inherits="NewsL inks_news" Title="News at the Clinics of North Texas" %>
    <asp:Content ID="Content1" ContentPlaceHol derID="cphMain" Runat="Server">
    <br />
    <asp:AdRotato r...
    See more | Go to post
    Last edited by Frinavale; Oct 31 '07, 06:48 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • mmurphmsu
    started a topic Help with AdRotator
    in .NET

    Help with AdRotator

    I have setup the ad rotator on one of my companies pages. I have also setup the XML file just like it shows on MSDN. I have the AdvertisementFi le Property of the rotator set to the XML file in the Apps_data folder. But nothing shows up when I preview the page, and I actually get an error.

    The AdRotator CNT_Ads could not find the AdvertisementFi le or the file is invalid.
    Description: An unhandled exception occurred during
    ...
    See more | Go to post

  • mmurphmsu
    started a topic Menu Help

    Menu Help

    I am using VS 2005 and ASP.NET to create a website. I have created a menu and it is going down the right hand side. Is there a way to make the Menu go across the top in a row?

    for Example:

    HOME CONTACT LINKS

    etc.
    See more | Go to post

  • mmurphmsu
    replied to VB6 File Flag
    ok, thanks for the info
    See more | Go to post

    Leave a comment:


  • mmurphmsu
    started a topic VB6 File Flag

    VB6 File Flag

    Does anyone know how to reset the file flag in VB6 so that I can make a file that writes rows? For example:

    Apples
    Oranges
    Bananas
    Grapes

    Then after writing "Grapes", goes back to the top and writes:

    Apples 5
    Oranges 7
    Bananas 3
    Grapes 6

    Then goes back to the top and does it again.
    See more | Go to post

  • mmurphmsu
    replied to Check for File Existence in VB6.
    What data type should ret be?...
    See more | Go to post

    Leave a comment:


  • mmurphmsu
    started a topic Check for File Existence in VB6.

    Check for File Existence in VB6.

    Can someone please tell me how to check to see if a file exists in VB 6.
    See more | Go to post
No activity results to display
Show More
Working...