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

    Domain forwarding - how to get url of destination

    Hi All, I've developed a website for a client who has multiple domains. When a visitor goes to each of these domains, the colour scheme, logo etc. of the website will depend on which domain the visitor goes to. The main domain is hosted with Demon, who have just changed the IP address the...
  2. theomen

    Help forcing a postback

    I'm currently developing a website which requires customers to login to be able to view certain documents. My login form is on my master page, and I have a content page which displays a list of documents. If a document is to be viewed by customers only, then the link is disabled until the...
  3. theomen

    How to write a DVD

    Hi all, I don't know if its just me, but is writing to DVD's a complex issue? The reason I ask is that I've never yet managed to successfully write a DVD. I've been trying today to do so through Nero, I get all the files into the correct folders on the DVD, hit burn, it takes an age to do...
  4. theomen

    Looping through server-side form fields

    Hi All, I'm hoping someone can help with this as its beginning to wind me up. Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms? I want to create a login...
  5. theomen

    Looping through server-side form fields

    Hi All, I'm hoping someone can help with this as its beginning to wind me up. Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms? I want to create a login...
  6. theomen

    Automatically refreshing a page without reloading it

    I'm writing a small chat application in asp.net, which currently looks similar to msn in that there is a top frame with the messages, and a bottom frame with a textbox for entering new messages. I need the content of the top frame to automatically update every few seconds. I have written a...
  7. theomen

    Running a server-side script (asp) in background from Javascript

    Hi All, I am trying to build a quick chat program in ASP.NET. I've got two IFrames, the top one contains the messages, the bottom one a textbox for entering a new message. Its much like msn. The problem I have is that to get the messages to refresh, I have a javascript function that just...
  8. theomen

    Restarting a service - impersonate user?

    I wrote a windows service about a year ago which polls a folder every so often for files (excel spreadsheets), and any files it finds it imports into an SQL Server database. Its been working fine on my laptop for about a year, apart from one thing. When a file fails to import (due to a column...
  9. theomen

    Limit to number of procedures that can be run by a job?

    I've got a job running which executes a stored procedure. This stored procedure then executes 23 other procedures, which in turn, execute 5 stored procedures. This may seem daft, but there is a reason for it, honest :) Its mainly to keep things tidy. When the job runs however, it seems to...
  10. theomen

    Ad hoc access to OLE DB provider 'Microsoft.Jet.OLEDB.4.0' denied

    Hi All, I'm having problems deploying a vb.net application onto a production server, which appears to be to do with permissions. I have written a windows service that polls a folder for files, when a file is dropped into the folder, the application launches a stored procedure to import the...
  11. theomen

    Restart NT service through web page?

    Is there any way to restart an NT service through an asp.net web page? The service will be on the same server as the web page. I have written a vb.net application which basically polls a folder for excel spreadsheets and then executes stored procedures to import the data from these spreadsheets...
  12. theomen

    Error converting varchar to real

    Hi, I'm currently having a problem with an application I'm writing that imports data from a number of sources (Excel spreadsheets), then performs calculations on this imported data. The problem I'm having is that the code I'm using to import the data into a sql table (which is automatically...
  13. theomen

    VB.Net Windows Service - delaying auto startup

    Hi, I've written a windows service in VB.NET, which is set to automatically startup. However, I am having a problem as it requires a connection to SQL Server at startup as it retrieves settings from a database table, but it is attempting to start before SQL Server, which is throwing an error...
  14. theomen

    ODBC - executing stored procedures

    Hi, I'm having a really strange problem executing a stored procedure through vb.net, and am hoping someone might have seen a similar problem before and might be able to help. I have written a file polling application, which picks up various excel spreadsheets, processes the data, and stores it...
  15. theomen

    Converting float to varchar

    Hi, I seem to be having one problem after another at the moment :-) I'm currently having a problem converting a float value to varchar which maybe someone can help me with. When I use convert(varchar(20),myFloatValue) on a value, it adds "e+007" to the end of the value. For example, its...
  16. theomen

    Executing an "Insert Into" SQL Script

    Hi, I'm having a problem exectuing a simple sql query in vb.net, and am hoping someone can help. The application i'm building just polls a folder for new files, when a file (usually excel) is put into the folder, my application picks it up, processes it, and then moves the file. I've...
  17. theomen

    Reference to Microsoft Scripting Runtime not working

    I'm trying to write a small application that will simply check if there are any files in a certain folder. If any files are found, it will do some processing on them and then move them into a backup folder. However, I'm receiving an error saying that the type "FileSystemObject" is undefined...
  18. theomen

    SQL Server File Polling

    Hi All, I've been given a project to work on which involves taking data from various sources (mainly Excel) and putting them into a single database. Excel files will be automatically dropped into a shared folder on a regular basis (probably monthly), but everything needs to be automated with...
  19. theomen

    Refreshing cookies without a page reload...

    Hi, I'm having a problem installing currency conversion into a web page. The service we are using works by "including" 2 javascripts that are based on the suppliers server. Therefore, we can't access/change these scripts. If a visitor wants to change their currency, they click a link, which...
  20. theomen

    Transferring emails into Exchange

    I've just setup an Exchange server at home, and would like to put all of my existing emails into the one folder (so all the emails I received via POP3 that are currently sitting in Outlooks data files, I would like to put into my new exchange mailbox). Is there an easy way to do this? Also...

Part and Inventory Search

Back
Top