Jump to content

Pashers

Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Pashers

  1. I think it might be: [cboProducts_2].value or [cboProducts_2]!value?!
  2. Hi all, Using Frog is there a quick/easy way to export the parents and the children they are assigned to? Thanks, Peter
  3. I know it's a bit late but have you looked at: http://www.thinstation.org/ What we've done is created a very small program, completely stripped down the XP so all it can do is run this program which connects to the Citrix Desktop.
  4. Oh yeah, ignore me then :-). Long week.
  5. Sorry it might be a little late but have you looked at cacls? cacls "%USERPROFILE%\Local Settings\Temporary Internet Files\Content.Outlook" /g everyone:F I think that's it
  6. Just had a look at the help page. Not sure if it helps but I found these issues: It couldn’t be easier to report your bike stolen but heres a quick step by step here's, or here is. Click the “Post a Stolen Bike Report” button in the top right No such button Thats it! your report will go live instantly and anyone who has subscribed to our feeds will be notified. That's it! Your report... If your bikes found don’t forget to log back in and pause your report from the account dashboard. If your bike has been found If your bike's been found For more help check the blog regularly or contact us on our main facebook or twitter pages. Facebook, Twitter
  7. You won't be able to auto fill in the details through VB. Could you save the login page locally on a server with the filled in details (might need to edit the HTML to set the text box values) then point the shortcut to the local site you just saved. Then when you press login it'll redirect you to the main site with the correct credentials. Otherwise you'll need to create a shortcut and know what parameters to send the site to login. e.g. http://www.theurl.com/login.aspx?user=myusername&password=mypassword. But most sites won't allow this because as you can see it's not very secure. To do it all automatically - yes afraid you're living in a dream world :-)
  8. You can download a GUI for the command. The /minage parameter would be what you're looking for. /MAXAGE:n : MAXimum file AGE - exclude files older than n days/date. /MINAGE:n : MINimum file AGE - exclude files newer than n days/date. (If n < 1900 then n = no of days, else n = YYYYMMDD date). (referenced from Robocopy | SS64.com) Also you can log the output to an appropriate location.
  9. RoboCopy can also do this it's free and helps archiving
  10. Hey guys, On a 2008 R2 server we get the following message: "ASR Warning: Failed to collect disk information for ASR Backup. Reason: Unable to obtain disk information for device 1" when trying to do a backup. Any Ideas? Thanks, Pete
  11. Glad you have it working, if you want the sql something along these lines would be a quick resolution: DoCmd.RunSQL "INSERT INTO Assets ( AssetDescription, EmployeeID, StatusID, AssetCategoryID, Room, Building, VendorID, ModelNumber, SerialNumber, BarcodeNumber, DateAcquired, PurchasePrice, Comments, Description, [Date Disposed] ) SELECT '" & AssetDescription & "', " & EmployeeID & ", " & StatusID & ", " & AssetCategoryID & ", '" & Room & "', '" & cboCategories_2 & "', " & VendorID & ", '" & ModelNumber & "', '" & SerialNumber & "', '" & BarcodeNumber & "', '" & DateAcquired & "', '" & PurchasePrice & "', '" & Comments & "', '" & AssetDescription & "', '" & DateSold & "'" You'll need to look at the tables again. The IDs in the Assets table should be Integer not text. The only primary key you should need is for the AssetID in that table. The rest are other 'ID' fields are called foreign and should link to a primary key in different tables. For example in your Asset table you have EmployeeID. You also have Employee table with a field called EmployeeID. In the Employee table the EmployeeID field should be Primary Key. Not in the Asset table. Then you should link them together.
  12. Might be easiest if you upload the database, someone or myself might have time to have a quick glance and help resolve it?
  13. It's finally out! Try: The Raspberry Pi Launch Sorry if it's been posted already.
  14. Hi all, I'm wondering if anyone can shed any light on a little issue. We're using greenshot for capturing the screen/regions. When a user captures it locally then pastes it into Word (remote application) the default paste option is HTML format. Which has this in a clipboard viewer: file:///C:\Documents_and_Settings\pashley.domain\Local_Settings\Temp\5czorhjz.rxx.bmp When pasting using the default HTML Format, you just get a blank box (Citrix is looking on the server's C drive rather than the local drive). Any ideas (rather than going to paste special - bitmap) to either make the default paste work and look in the correct location, copy the file when it's been copied to the right location or any other suggestions? Thanks,
  15. Hi all, When we use greenshot, in order for it to paste into Word 2010 you have to go to Paste Special - Device Independent for it to show in Word. It works on Photoshop and local programs. Just not Office 2010. Any ideas on how to fix this issue, as students and staff will not find this very helpful. (sorry for duplication not sure which section this should be in) Thanks, Peter
  16. Hi all, When we use greenshot, in order for it to paste into Word 2010 you have to go to Paste Special - Device Independent for it to show in Word. It works on Photoshop and local programs. Just not Office 2010. Any ideas on how to fix this issue, as students and staff will not find this very helpful. Thanks, Peter
  17. Thanks, I'll look into those two. It's for a small area - I know very little about sound but I do know that Bose seems to have bad reputation.
  18. Do you still need help on this? How much php knowledge do you have?
  19. Hey all, Looking into buying surround sound (KEF KHT2005.3 K1 is what I'm looking into at the moment). Any recommendations for an AV receiver? Any advice what to look out for? Thanks
  20. Hmm, it seems to be quite up to date - updated the devices in Feb 2011. It'll be good to finally get rid of BIOS.
  21. If you're interested in saying goodbye to BIOS. coreboot is the place to go. Looks quite promising! Has anyone had any experience with this yet? I'm going to start looking into it and try it out (if it's compatible).
  22. XenApp and Desktop. I think I found a good PDF, so I'm going to read that - hopefully that'll have everything I need to know.
  23. Hey all, Just wondering if you have any good free material on Citrix and how it works. I know the basics, but I don't feel like I'm comfortable with it if something happens. Or if we wanted to add a new thin client/accellerator. Thanks for your input
  24. You can watch films on youtube now: YouTube Blog: Welcome to the future of video. Please stay a while. YouTube - Movies Might be watching one or two tonight.
×
×
  • Create New...