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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rowhawk

  1. rowhawk

    User permissions to edit or delete an item

    Hi folks, I need users to be able to create a new booking in the sharepoint calendar, but only be able to edit or delete THIER OWN booking. Is this possible? I have WSS 3.0. Thanks Helen
  2. rowhawk

    Solution Management Error

    Hey guys, Problem solved! I managed to get rid of the job by using the 'stsadm -o canceldeployment -id' command. Cheers Helen
  3. rowhawk

    Solution Management Error

    Hi, I've tried to deploy the applicationtemplatecore.wsp and the helpdesk.wsp to my sharepoint server, however when I did it it came up with the error that it wouldn't work due to a service not being started. However when I try to retract or remove the templates I get the following error 'The...
  4. rowhawk

    Canon iR2200 Mailbox Printing

    Hi, We have within our firm some Canon iR2200 Mailbox printers. When users log off the servers, their default mailbox number is not saving all the time, and keeps defaulting back to 99. We have 4 citrix servers of which the printers are installed on each one. we have tried ensuring the users...
  5. rowhawk

    Setting the default printer

    I have a macro running at the moment that prints some sheets on the users default printer, then switches to a different printer to print off more sheets. It then needs to switch back to the default printer. We have many different printers in our organisation so setting a particular printer is...
  6. rowhawk

    Outlook crashes for one user

    Hey everyone, Thanks for your input, we exported some stuff from the inbox to a pst folder, and that seems to have stopped outlook crashing. Helen
  7. rowhawk

    Outlook crashes for one user

    Hi, Theres nothing in the event logs. The mail has been moved to a subfolder. It has been suggested that we export the mail to pst. Helen
  8. rowhawk

    Outlook crashes for one user

    We have rather a strange problem. We have one user that is having trouble with outlook, in that it keeps crashing on them every few minutes. We have a citrix environment but outlook seems to be fine for everyone else. We haven't made any changes to the exchange server. The user said this...
  9. rowhawk

    All Windows 2000 servers died after Security rollup

    We had the same problem at our place, the main server crashed, after this upgrade. I beleive it was overcome by running a chkdsk in recovery console, which picked up a couple of errors, then the original cd was put in to do a repair (which rolled it back to sp1) then we managed to boot it into...
  10. rowhawk

    Printing Macro

    That would be great thanks Gerry. We need headers and footers only on page 1 (Section 1), regardless of how many sections may be in the doc. On both print runs. The rest of the doc, has different margins, no headers and footers (including any other sections that may be in the doc) Helen
  11. rowhawk

    Printing Macro

    Sorry if I'm not making myself very clear, We have alot of documents that are brought across into a case plan, when it is brought across, data is merged in and sometimes users may also add additional paragraphs, so increasing the number of pages. Some of these documents also have section...
  12. rowhawk

    Printing Macro

    I will have a look a the examples you have given me. Not all documents have sections in, some have more than others etc, unless we go through every single letter (there must be over 1000) so we wanted the macro to determine before printing if there were any sections or maybe even just more than...
  13. rowhawk

    Printing Macro

    Hi Gerry, First tests look promising, however I need the sections not to print the header or footer, they should only appear on the very first page. Is this possible? Cheers Helen
  14. rowhawk

    Printing Macro

    Thanks Gerry, That looks quite promising, when I'm back in work tomorrow I'll give it a shot and let you know how I get on. Cheers Helen
  15. rowhawk

    Printing Macro

    Here is some basic code, With ActiveDocument.PageSetup .LineNumbering.Active = False .Orientation = wdOrientPortrait .TopMargin = CentimetersToPoints(2) .BottomMargin = CentimetersToPoints(3.6) .LeftMargin = CentimetersToPoints(2) .RightMargin =...

Part and Inventory Search

Back
Top