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 Rhinorhino 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: *

  1. thefourthwall

    Questions about MSI scripting

    Good Morning, I have been asked to create a batch file that will uninstall MS Outlook 2013 and later, reinstall it - this, after removing GroupWise from our users' PC's. In which forum would my questions and code be more appropriately posted? Thanks in advance, thefourthwall
  2. thefourthwall

    Can my end user password-protect a document that has been digitally signed?

    Hello, I have seen some threads that indirectly address parts of this question, but am still left unsure about whether this process can be done - and if it can, I could use your help in understanding how to apply it - thank you. Two of our end users use digital signatures (certificate-based)...
  3. thefourthwall

    DYMO label printers failing

    Hello, Several (40-50) users in our organization use DYMO label printers. When we were running Windows XP, there was practically never any problem or failure with them. Since moving to Windows 7 however, we see about one a week appear to fail. By "fail" I mean that the printer appears to have...
  4. thefourthwall

    Canoscan Lide 500F Flatbed Scanner & 64-bit OS

    Hi, My brother bought the above scanner off eBayy and now says it won't work on his Win7 64-bit PC. Says he has the following errors, and I'm not entirely certain as to how to assist him. Sure would appreciate your thoughts and wisdom: Can import image from scanner in MS Word, but otherwise...
  5. thefourthwall

    Show correct balance - Excel

    Hello, Having searched through the forum already, I have seen what look nearly like a solution that would work, but likely am messing up the implementation of it. I am trying to create a budget that looks like: Col A[tab][tab]Col B[tab][tab]Col C[tab]Col D "Spending"[tab][tab]"Income"...
  6. thefourthwall

    Add blank entry to dropdown list

    Good morning, Stuck on an issue that I would appreciate your help with. In a database I maintain there is a combobox called Agency on the main form. If the users accidentally selects an item on the list, I want the dropdown list to have a blank entry at the top that can be chosen instead...
  7. thefourthwall

    HASP License Manager - Run as a service?

    Hi, One of our offices uses a standalone XP box with Net HASP loaded, to serve as the licensing server for two applications used in that office. I have been told that it is always necessary for a username to be logged in on this pc so that the licensing server software can function. In...
  8. thefourthwall

    RunAs kills Explorer

    Hey folks, An interesting problem showed up this week on my work computer. It's running XP SP3. Starting about four days ago, runas no longer worked. Secondary logon service is running, oddly enough. I have searched tek-tips and the larger web via google and only have found a small number...
  9. thefourthwall

    Java Security Setting - Help Needed

    Hello, Our desktops run XP. Java is also installed, the current release being update 27. A small group of users runs a java-based app that seems to work well only when the Mixed code setting in the Java control panel is set to "Disable verification (not recommended)." One can navigate to it...
  10. thefourthwall

    Page elements missing in IE7 local vs Citrix

    Good morning, A user had a vbscript problem when logging into our domain: she received the error, "Can't find script engine "VBScript" for script..." referencing the domain login script. I fixed that with "regsvr32 %systemroot%\system32\vbscript.dll" at a CMD prompt, but am still seeing an...
  11. thefourthwall

    Post It Notes Application - Where's the data?

    Hello, I searched the site using the built-in search function and via google, limited to tek-tips.com, but did not find an answer. One of my end users had a corrupt profile, and uses 3M's digital post-it notes application. She had "notes" on her desktop and while I have not deleted the old...
  12. thefourthwall

    Need help getting data back

    Hello, After searching the forum, I have yet to find this problem already dealt with; more likely than not I didn't search well enough. While using the Lexar USB utility to make XP see a flash drive as 'fixed' rather than 'removeable,' I accidentally performed that operation on one of my...
  13. thefourthwall

    Access Macro Security

    Hello, I was running a vbscript which launches a macro in an Access database. With the macro security set to low, there was no problem with this process. Our server team took over the vbscript process so that it is run on a server which also has Access 2K3 loaded. Every time they reboot the...
  14. thefourthwall

    Remote Desktop - cannot login

    Hello, After searching the forum it seems I'm not finding the exact issue one of our users is experiencing with remote desktop. Likely I have missed the existing thread, and if this issue has already been addressed, please let me know. Recently, IS decided to push through a new group policy...
  15. thefourthwall

    Deskjet 5550 won't print for users

    Hello, This is a new issue I have never seen before, it's got me baffled. Installed an HP Deskjet 5550 printer for a user; it's a USB connection, and works normally when one is logged in with an account that has adminstrative privileges on the PC: a test page results in a blinking status/data...
  16. thefourthwall

    Allow edits/changes but not deletes?

    A form for displaying users' information allows deletes of some field's values; this was an oversight I want to correct today. I want to prevent database operators from deleting values like cell phone numbers, thus leaving that field with a null value, while allowing the number to be changed...
  17. thefourthwall

    Query Export - How, now that query has changed

    I export 2 fields of data from an existing query. The query isSELECT tblDevice.EID, tblDevice.Cell_Number FROM tblDevice WHERE tblDevice.EID IS NOT NULL AND tblDevice.EID NOT LIKE '[A-Z]*';This data is exported to a text file by 'Begin variable declarations for Export Cell Numbers & EID's...
  18. thefourthwall

    Cannot Change Printer Driver

    We are in a domain environment. My user needs a print driver (HP 2300) for a LAN printer but does not have that driver already installed. That driver is available through our Active Directory printers list however. So I logged in with a domain user account to install the desired printer (it's...
  19. thefourthwall

    Can't login after screensaver activates

    Version is XP Pro SP3. After the screensaver activates, I am unable to unlock the PC because the keyboard starts typing garbage characters. I put the cursor in the username field and started typing the "q" key repeatedly . This results in q,w,e,r,t,y,u,i characters etc being typed. Same with...
  20. thefourthwall

    How to see if file exists on network drive

    My search took me to this thread which details how to search for whether a folder exists (or not) on a network drive. But I am need to check for a specific file rather than a folder, and to then have the macro called "update" not run if the file(s) aren't in the proper folder. The macro...

Part and Inventory Search

Back
Top