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 strongm 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: pabby
  • Order by date
  1. pabby

    Code to open a windows spreadsheet

    HI I have been using response.redirect to go to other pages. This time I want to open a xls file that resides on a server\share. What code is referenced from the click event of a button to open a file whether it be xls,doc, etc etc . thanks, Paul
  2. pabby

    stop backup starting at 4am

    HI I have posted this before and recived some good info but I can't find where to make the relevant changes. My server backups are due to start at 10pm but some start at 4am for some reason. I was told it was overwrite protection. Can someone tell me: 1. where I change this in backup exec -...
  3. pabby

    not enough resources to service this command

    HI, Every month or so we get a message when trying to access a mapped drive on a server 2003. "Not enough resources to service this command" There is plenty hard drive space and when we reboot the server the issue is resolved. Don't really want to have to take the server down during work...
  4. pabby

    Setting server time/Atomic clock

    HI, Is there a way of setting the server time over the net with an atomic clock or does a separate piece of hardware have to be bought? thanks
  5. pabby

    removing readonly attribute

    I have created a folder on the c drive of a server but it automatically gives the folder a read only attribute. When I try to remove the read only attribute, it seems to automatically put it back again. How can I remove it ? thanks, Paul
  6. pabby

    bcm 400 -change system time on handset

    Hi, Last year I was able to change the system time by using a feature code on a handset. I cannot remember how I did it and am unable to find the instructions. any ideas? thanks
  7. pabby

    Rolling value in a test column

    Hi I have an empty column called TEST in a table. It is used so that I can manually enter a letter or a number. This is so that I can run a query i.e. select * from tbl where test = 'a' the next day I will use 'b' then 'c' etc etc . I want to automate this and not have to manually input a,b,c...
  8. pabby

    UPDATE/SET

    hi, I have a table with a column called test. When I input data into this table the TEST column does not get populated - this is deliberate. I have been manually updating this column with an alphabetic letter so that I can then run a query "Select * from tblname where TEST = 'a'. This way I can...
  9. pabby

    Excel - save only the changes that are made ?

    HI, A colleague of mine who is developing a spreadsheet for our business to incorporate a lot of calculations has mentioned that the spreadsheet is 200mb without any data in it.(due to all the formulae) When it saves - does it save all of the excel sheets etc or can it be set to save only the...
  10. pabby

    Scheduled 22:00 - actual start 04:00

    HI, Sometimes my server backups seem to start at 04:00 even though the scheduled start is 22:00. My past three or 4 backups started at 22:04 and took approx 4 hours and were successful. The ones that seem to start at 4am (even though the schedule states 22:00) run up till about 8 or 9am and the...
  11. pabby

    excel on a web page

    HI, I am looking to see if a particular spreadsheet of ours can be put on a web page/site. The idea is that this spreadsheet would have multiple pages with info for different contractors per worksheet. they would need to log in to their own page individually and should not be able to see...
  12. pabby

    Response.Redirect Not working

    I have an vb.net IF/THEN/ELSE statement at the end of which redirects back to the same page. This is because users will have filled out all the fields on the page and the easiest way to empty all the fields was to do a redirect back to itself and reload the page. It works fine but when a...
  13. pabby

    Basic Insert into a table

    HI I have an asp.net page that has some checkboxes and some text boxes and a submit button. The users simply fill out the boxes and hit the submit button, then a single sql table is filled where the text/check boxes have corresponding columns in the table. I am a beginner so my coding...
  14. pabby

    HIde Label

    HI, I am quite a beginner but I did the same thing using something like this: lbltest.visible = false just tested it again in VS.net and it worked ok. hope this helps.
  15. pabby

    C drive contents/capacity

    looked in the event logs as well to see if there were a large amount but the most was about 150mb which still doesn't explain it.
  16. pabby

    C drive contents/capacity

    Done that too!
  17. pabby

    C drive contents/capacity

    Hi, I have a server (2003) that is throwing up a Low Disk Space message. When I check the C drive there is only 206 mb left. The capacity is 4.87 Gig. When you look at all the directories on the Cdrive and add them up - their total is only 2.7 gig. I have checked that the paging file is on...
  18. pabby

    blocking internet access - witjhout third party software

    HI, I have some xp client pc's (with server 2003) on dhcp who can currently access the internet. We will have some new people starting in a week or two. We do not want these new people accessing the internet at all. How can I block internet access for these new users. Also, the new users job...
  19. pabby

    Can you save only the changes you have made not the whole doc.

    I have an excel spreadsheet - a large one that takes time to save each time a change is made. Is it possible to save the spread sheet changes - not the whole spreadsheet? Thanks, Paul
  20. pabby

    exchange 2003 error - device cannot be found-failed backup

    HI, Our backup server has just started failing veritas BackupExec backup jobs - the error message is "device cannot be found" - generally at the end of \\servername\foldername and it is showing a memory type error id 0xa000felf This is when it attempts to start backing up the mailserver...

Part and Inventory Search

Back
Top