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

    Losing textbox screen adjust after button pressed

    I am using the "android:windowSoftInputMode" in the Android Manifest and it works fine adjusting the screen to show the textboxes when pressing on them. However, as soon as I press the button on the page, it loses it and then when the keypad is shown, it hides the textboxes. I have searched...
  2. Rowse

    Populate a spinner from a vb webservice

    I have a webservice which passes an array to an android app, however i've been unable to work out how to populate the spinner from this. I'd also like to save it to a sharedpreference to use when the webservice is unavailable. I haven't been able to work out how to do it from googling. I get...
  3. Rowse

    Tabs & Dropdown lists

    I have an app with 3 tabs, on each tab i have 2 dropdowns which i can select. When i press a button on tab 3 to show me what was selected in the dropdowns on the other 2 tabs, all i get is the first one in the list. How do you get the selected dropdown from another tab? I've tried: final View...
  4. Rowse

    Webservice - redirect on true return

    I have a webservice which is connecting to my server ok, as when i change it i get a true or false. However no matter what the result it will redirect the page. How do i do it so it redirects only when a true is returned? my code is: private final String NAMESPACE = "http://www.test.co.uk/"...
  5. Rowse

    Button to redirect to different xml/java page

    Hi, I'm new to this and have been looking on the net for a way to press a button and go from a login screen to a "next page" screen but cant seem to work it out. Can any one suggest anything? I've tried Intent, but this just gives me lots of errors. Cant find the solution anywhere Supplier...
  6. Rowse

    Change sbs2003 from 2 network cards to 1

    I have had to change the setup of my server so that it is now not inline of the domain. i originally had 2 network cards, 1 for internet and 1 for internal use. I now want to use just the 1. I have removed one of the network cards, and re-run the Internet Connection Wizard. However, i am unable...
  7. Rowse

    SBS Virtual machine on SBS server

    Hi, Is it possible to run a SBS 2003 virtual machine on a SBS 2003 machine to allow me to run 2 different networks, and have 2 different email address? Supplier of Asset Financial Software Web based, and pocket pc compatible b3computing.co.uk
  8. Rowse

    Word automation in asp.net

    I'm not sure if this is the right place to post this, or if anyone can point me in the right direction I want to be able to create a word document template (2007 preferred to 2003) and then in an asp.net web page be able to change selected text with data from the sql 2005. I have googled and...
  9. Rowse

    ISA Http Error

    I'm getting the following error and im not sure why. I installed an update last night, and rebooted the server, aswell as activating the ILO card the error i get for http is: Log type: Firewall service Status: A non-SYN packet was dropped because it was sent by a source that does not have an...
  10. Rowse

    Default button on enter

    I have a asp.net page with multiple buttons on, how can i get the enter key to select the save button only, rather than any other button on the page? Supplier of Asset Financial Software Web based, and pocket pc compatible www.b3computing.co.uk
  11. Rowse

    certsrv error in log

    I'm getting the following in my server performance report, but cant find any details on how to fix it. Any ideas? Critical Errors in Application Log Source Event ID Last Occurrence Total Occurrences ESENT 215 20/10/2008 02:02 1 certsrv.exe (1796) The backup has been stopped because it...
  12. Rowse

    Retrieving the COM class factory for component

    I'm getting this error when running asp.net on vista business: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 on xp i went into dcomcnfg and changed the excel rights, but excel doesnt appear in Vista...
  13. Rowse

    SBS 2003 Login Error

    Im trying to login to our server 2003 which has been running for months, however i now have this error when trying to login: "The local policy of this system does not permit you to login interactively" ive been through the GPO settings and the allow log on locally is set for administrators...
  14. Rowse

    GetEnumerator error

    Not sure if this is the right place for this I'm creating a webservice in c# for asp.net v2, and using this line: foreach (WS_RentalStreamRecord WSR in Payments) But am getting this error: foreach statement cannot operate on variables of type 'Service.WS_RentalStreamRecord' because...
  15. Rowse

    word selection.find error

    I'm using this code: With oWordApp.Selection.Find .Text = "<CurrentDate>" With .Replacement .Text = System.DateTime.Now.ToShortDateString() End With...
  16. Rowse

    PDA and vpn's

    I've managed to setup my sbs 2003 machine to allow vpn connections from any pc, but when I try to connect using a pda it doesn't work. is there anything else i should change or try?
  17. Rowse

    Web Listeners

    I'm trying to setup different locations for my web sites i.e. owa.webad.com and www.webad.com. I can get it to work if i allow all http and https connections, but i can't get the web listeners to work. i've been through all the help guides and followed them but whenever i try to connect i get a...
  18. Rowse

    SBS 2003 BSOD Error

    I'm getting a BSOD on my SBS 2003 machine, the dump from the memory.dmp file is below. Can anyone tell me what this means: ----- 32 bit Kernel Summary Dump Analysis DUMP_HEADER32: MajorVersion 0000000f MinorVersion 00000ece DirectoryTableBase 3db36940 PfnDataBase...
  19. Rowse

    SBS 2003 System Crash

    Our server has had a blue screen crash between 7am and 8.30 am for the last five days now. Nothings been updated, and no new software or hardware applied. The only thing we experienced was a power cut which did something to the email databases and i had to repair them. Since then it's crashed...
  20. Rowse

    Emailing from Asp.Net

    I'm using asp.net and vb.net and what i am trying to do is to send an email from asp.net but it needs to open Outlook 2003 and then input the addresses. what i have so far is: Dim oOutlook As Microsoft.Office.Interop.Outlook.Application = New Microsoft.Office.Interop.Outlook.Application() Dim...

Part and Inventory Search

Back
Top