Jump to content

Pashers

Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Pashers

  1. Hey guys, OK I'm getting 'fed up' argh with this dumb ass word/pdf thing. Currently we have FlashPaper to convert word documents to PDF. It converts the document. However, when I try and save the document the network drives don't come up. And if I try typing in the folder I want e.g. \\server\folder$\ it says it doesn't exist. Well so there's me thinking it was just the software, I download PrimoPDF where you go to File, Print and select PrimoPDF. Again it sets the PDF out and everything however, yet again it doesn't pick up the network drives and says access denied or cannot pick up the network drives. I can save normal office documents and other documents fine. Please help :-) Thanks, Peter
  2. Hi there in the rep folder go to details.php. The original code is (line 355) If Usr(cnnDB, sid, "RepAccess")=2 Or status = Cfg(cnnDB, "CloseStatus") Then strTextDisable = "readonly" strListDisable = "disabled" Else strTextDisable = "" strListDisable = "" End If (line 671) > <%=lang(cnnDB, "HideFromEndUser")%> You might want to modify it to your needs if you've been heavily modifing it yourself.
  3. You might want to have a look at FOG :: A Computer Cloning Solution - Home this is a great imaging open source project!
  4. Hi guys, Member of our staff would like the text size of the lists within SIMS to be larger. Is there a way to increase this size? Thanks
  5. No this is the uncompressed data. The backup works fine for all other servers, it's just this one server.
  6. Hi there, Have you had a look at phpAlbum | PHP Photo Album - Gallery this is a really good open source photo gallery!
  7. We're currently using Liberum, not fully started using it. However, the amount we've used so far and seeing the capabilities of what it is able to do, I think this is a great product considering it's free. It does everything we need for a helpdesk. It allows auto logon for the user (first time they log into the support, it'll ask for their forename, surname etc.) The setup can be a little tricky depending how you want it set up. You can either use a SQL database (which we have in place), or you could use Access. If you need any help to set it up just give me a shout. Overall I think it's a good product, you may get better ones (especially if you're willing to pay). But does the trick for us.
  8. Thanks, I was thinking around £150. Before posting :-)
  9. Hey guys, I decided that I'd prefer a laptop. How much would you recommend selling a computer with: Processor: AMD Athlon 64x2 4600+ RAM: 4 gig Graphics (on board): NVIDIA Geforce 7050 PV HDD: 150 gig Thanks
  10. It's ok I've found and fixed the solution!
  11. Hi guys, I've got the following below to take a screenshot and (trying to) resize it to 800x600 which doesn't seem to work. hScreen2 comes up with a white image, hScreen comes up with the screenshot. Any ideas? Thanks, const int nScreenWidth = GetSystemMetrics(SM_CXSCREEN); const int nScreenHeight = GetSystemMetrics(SM_CYSCREEN); RECT rc; PBITMAPINFO bmfh; HWND hwndDeskTop; hwndDeskTop=GetDesktopWindow(); GetWindowRect(hwndDeskTop, &rc); HDC hdc = GetDC(hwndDeskTop); HDC hScreen,hScreen2; hScreen = CreateCompatibleDC(hdc); hScreen2 = CreateCompatibleDC(hdc); HBITMAP hCaptureBitmap = CreateCompatibleBitmap(hdc, nScreenWidth, nScreenHeight); SelectObject(hScreen, hCaptureBitmap); BitBlt(hScreen,0,0,nScreenWidth,nScreenHeight,hdc,0,0,SRCCOPY); SetStretchBltMode(hScreen, HALFTONE); if(!StretchBlt(hScreen2,800,600,rc.right,rc.bottom,hScreen,0,0,rc.right,rc.bottom,SRCCOPY)) MessageBox(NULL,"test","", MB_OK); BitBlt(hScreen2,0,0,800,600,hdc,0,0,SRCCOPY); CreateImage(hScreen2, 800, 600); // This function just draws the image onto the screen DeleteObject(hScreen); DeleteObject(hScreen2); DeleteObject(hCaptureBitmap);
  12. I backup the Drives and the shared folders within this drive (such as pupils' work), and it's not an exchange server. I'm using the overwrite media. The full backups are being done on seperate tapes than the daily differential backups. I've set the overwrite protection for a month for the full backups (however, when I run the backups the disk I'm using is set back to scratch for testing purposes). Thanks,
  13. Have you had a look at auto fill forms? For firefox, there's https://addons.mozilla.org/en-US/firefox/addon/4775. Not sure if this is quite what you're looking for. But if you're a developer auto fill forms type programming techniques might be a road to go down?
  14. Surely a 140 gig hard drive would fit onto a 200 gig tape tho!?
  15. Hi guys, I have a server approx. 140 gig HDD. Using backup Exec 12.5, it takes two tapes to backup (the tapes are 200 uncompressed and 500 compressed). Have I missed something here, where does the extra 60 gig go? Friday Full Backups are: o Full - Using archive bit (reset archive bit) o Verify after backup completes (ticked/checked) o Compression: Hardware (if available, otherwise software) Am I missing something? Thanks for your help.
  16. The closest I've got to is to allow *@school.county.sch.uk to be forwarded to a certain address. It doesn't allow a dynamic forwarding system. It seems to only allow [email protected] to [email protected]. Possibly there might be a way to do this in exchange? If I forward it to [email protected] could I set Exchange to forward it to the 'designated' person? Thanks
  17. Hi techies, Just brought a domain using 1 and 1. What's the easiest way to get *@newdomain.co.uk to forward onto *@school.county.sch.uk? Thanks
  18. What version of SQL you using? MSSQL, mySQL etc. If you're using MSSQL Express, I don't think it has a built in emailing system. The only way I can think of doing it is making a batch file, using the sqlcmd function.
  19. I do apologise, apprently it does work (my line manager didn't inform me it worked). Thanks for your help
  20. So far I've got the following settings: In the Filtering - Filters section File extension and MIME type categories Archives (unchecked). *Note this will be checked later when I'm confident it's working* filter - user defined categories Domains and URLs: schools.frogtrade.com Am I missing something somewhere? Thanks again
  21. A query walks into a resturaunt, walks over to two tables and says "excuse me, do you mind if I join you?"
  22. Hi techies, Frog can't seem to download/upload gz files because the message comes up with 'banned extension' from the smoothwall. They want to download the update from schools.frogtrade.com. I must admit, I'm new with the smoothwall environment and I've added the URL in the Custom Allowed Content section of our policies. However, this didn't work. Any help be appreciated Thanks
  23. Excellent thank you!
  24. All Internet settings are correct. CPLTD I've just sent an PM
  25. For some reason I can't access the managment panel (I was previously able to access the management panel). I've tried restarting the Switch by taking the power cable out. Then placing it back in. The laptops still able to connect by the wireless. Thanks
×
×
  • Create New...