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

    OWA 2003 not viewed correctly problem

    Ok I am running a 2003 SBS and using the OWA. What happens is that when you view the owa using either a local client or from the web you get a login box and then after logging in the page does not load properly everything looks squashed to the top of the screen so for the menu on the left you...
  2. mphayesuk

    Unable to find title code

    We have had a web site built by a third party that we have now taken over, the site has been mainly coded in php. The problem is that if you look at the source for the index page online i.e. in internet explorer goto view source you can see the code 6-7 lines. but if you use Dreamweaver to edit...
  3. mphayesuk

    Open form using variable

    Hi want I want to do is open a form using vba with the form name being a variable. eg formnameopen$ = "form1" DoCmd.OpenForm formnameopen$ And also use it in the code eg Forms![formnameopen$]![EquipmentID] = selectrecord My attempts at making this work have failed so any help would be...
  4. mphayesuk

    Problem with queries

    What I have is three textfields and a subform with a datasheet in. All working from the same table What I want to happen is filter on one, two or all three textfields. So you would have a query that would query the table using the textfields and display the results in the subform. Can anyone...
  5. mphayesuk

    Suse 9 and internet access Problem

    I have a install of Suse 9.2 and two network cards each with a public static ip. The gateway has been set to the router ip, which is also a public router. What I can do is ping any web address and that works properly. The problem is when I come to visit the web page through the web browser...
  6. mphayesuk

    Java on PDA with IBM J9

    Ok what I have is a PDA running Pocket PC and I have installed the IBM J9 VM, I have got a couple of basic windows working fine, but what I am trying to do is load an image from a file and display it in a window. Problems with this is the limited amount of classes I have available. Files are...
  7. mphayesuk

    Create a Custom Connection

    Hi guys right, you could hate me but I am a Java programmer trying to get to grips with .net. In Java I can open a connection using an ip and port number and write/send data to it and wait for a reply. How can I do this in .net all the books ect... I have are always talking about connecting...
  8. mphayesuk

    VBA and Active Directory

    Does any one know of a way to grab the username list from active directory and put it into a access table Thanks
  9. mphayesuk

    Problems entering data into table

    All I have is a table with two fields one text and one number, if I enter "BVE" into the first field access automatically turns it into "BE" can anyone help. Thanks
  10. mphayesuk

    Disbale form fields for differnet records

    Is it possible to disble form fields for different records. ie Form1 Field1 Field2 Field3 Field4 For record 1, fields 1,2,4 are enable For record 2, fields 3 are enable For record 3, fields 2,4 are enable Thanks
  11. mphayesuk

    Copy data from one form to another

    I have a form that users enter data on.. when they click on a button I want a different form to appear and to copy the data from field1 on form1 to field 1 on form 2. Thanks
  12. mphayesuk

    Save In Options

    What I want to do is chnage the default folders that appear on the left pane when you come to "save as" a document in any of the office apps, the current default is "My Documents", "Desktop" ect... Can anyone help
  13. mphayesuk

    Big problems setting apache up please help

    Ok what I want ot do is host my 5 business domains and point each one to a different directory so I will get 5 different domains set up. I have got a public ip and a private ip on my linux 9 box (2 nics). I have got apache 2. ******** This is my httpd.conf file************ ## httpd.conf -...
  14. mphayesuk

    Set Action Command on Tab Press

    HELP AGAIN..... the default key for action commands is return, is there anything to change it to tab. ie so when I tab from one JTextField to another code is executed. Thanks
  15. mphayesuk

    Tab Indexing

    HELP!!!! I have a series of JTextFields, and the default tab index goes from left to right, is there anyway of setting the tab index for each JTextField. I have tried: textfieldx.TabIndex = 1; textfieldx.setTabIndex(1); does anyone know what the correct command is and also will it need a...
  16. mphayesuk

    Jframe from variable

    Is there any way to create a JInternalFrame from a variable ie: String aframe = "frame1" JInternalFrame aframe = new JInternalFrame Thanks
  17. mphayesuk

    Setting UP

    Hi new to apache and know a bit about Linux. I have two linux boxes one will have a public IP and the other will have a private. This is what I want to do: I have 5 different web domains each will have a different index and content etc... what do I need in order to make the gateway box point...
  18. mphayesuk

    RIPE283 FORM

    Does anyone know how to fill in a ripe283 form, it enables you to get extra static ip's. My ISP is www.plusnet.net and they are asking me to fill in this form in order to get the ips I want. Any help would be good about now Thanks Martin
  19. mphayesuk

    Need Help IPtables

    What I have is a internal network and a linux server with 2 nics one set to internal ip and the other to public ip from isp. How do I route internal internet traffic out and mail coming in to a seperate server. ect... Any help would be good. Thanks
  20. mphayesuk

    Panels and seperate classes

    I have a main class that will create a tabbed interface. each tab will call a class that has been imported from a seperate file, the trouble is with the imported class it will create some text boxes and labels to put on the screen. Using a JPanel as the base with border layout and a details...

Part and Inventory Search

Back
Top