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 SkipVought 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. dlingo

    Question regarding DECLARE statement

    I have two seperate Oracle 8i environments that I am working in. In my development environment, I wrote a stored procedure (package body) that compiles without problems. However, in the operational environment, the same package body is returning the following compilation error: PLS-00201...
  2. dlingo

    JRE / JWS Compatibility Question

    Thanks a lot!
  3. dlingo

    JRE / JWS Compatibility Question

    I have two customers who need to use two seperate versions of JRE and JWS. One customer is requesting JRE 1.4.1_02 with JWS 1.2.0_02 and the other customer is requesting JRE 1.4.1_05 with JWS 1.4.2. Can anyone tell me if the newer versions of JRE and JWS are backwards compatible with the older...
  4. dlingo

    Disable print browser on Win2K server in NT domain

    I'm working in a domain that is across a WAN. The domain's PDCs and BDCs are NT based. However, there are Windows 2000 servers that serve only as member servers (not as DCs). Each of these Win2K servers is behind a router that has filtering turned on to disable all other Win2K servers from...
  5. dlingo

    Update windows background

    strongm, Thanks for your response. I used the following API functions to attempt the broadcast. I'm not including the Function declarations and the constant declarations. SystemParametersInfo(SPI_SETDESKWALLPAPER, 0 , "C:\WINNT\winnt256.bmp", SPIF_SENDCHANGE)...
  6. dlingo

    Remove Printer Script not working

    mrmovie, Thanks for your response. For debug purposes I used a WScript.Echo oPrinters.Item(Count-1) and all was correct. I've pretty much decided to follow the registry root as well. However, once I remove the printers from the registry, I need to make windows aware of this immediately, so...
  7. dlingo

    Update windows background

    I've written a script that successfully edits the user's background within Windows. I wrote the script using the RegWrite property to edit the HKEY_USERS registry value for Wallpaper. The problem with the script is that it doesn't take affect until the next time the user logs onto Windows...
  8. dlingo

    Remove Printer Script not working

    I have written a script in an attempt to remove all printers for the current user logged onto a windows workstation and I am getting a "Network connection does not exist" error. However, the connection is there. The code is as follows: On Error Resume Next Dim wshNetwork, oPrinters...
  9. dlingo

    Win2K BDC in a WinNT Domain?

    That's what I thought, but many people around here were thinking it was possible. I just wanted to verify that it wasn't. Thank you for your responses.
  10. dlingo

    Win2K BDC in a WinNT Domain?

    We currently have a Windows NT Domain that has a PDC, BDC, File Server, Print Server, and SMS Server all running Windows NT 4.0 Server. We want to add a Windows 2000 Server machine as a second BDC. Can this be done? Where may problems occur? Any help will be appreciated. DJL
  11. dlingo

    Running a PowerPoint Macro

    How did I miss that simple mistake? I'm sure that's my problem. I will retry the declaration tomorrow at work. Thanks for your help.
  12. dlingo

    Running a PowerPoint Macro

    I'm attempting to launch Microsoft PowerPoint, open a presentation, and then run a macro contained within the presentation. However, the following code isn't working properly. Any help is much appreciated. Sub Main Dim filename = "filename" Dim macroname = "macroname&quot...
  13. dlingo

    Paste Clipboard Image into Powerpoint Slide

    I've tried this approach, but the problem is that the image is centered on the slide, and if it is too big it covers the information already on the slide. I need to define a set area for the image to be pasted into by using some box (text, clipart, placeholder, etc.). I don't know which one...
  14. dlingo

    Paste Clipboard Image into Powerpoint Slide

    I've designed a PowerPoint slide for an application. However, I'm having problems with the last step. The future user of this application will be pasting an image into the clipboard from another application. Then the Powerpoint file will be ran, information entered, and finally the image...
  15. dlingo

    MMC (User Specific)

    To this point I've been using the gpedit.msc file.
  16. dlingo

    MMC (User Specific)

    I have a question about Microsoft Management Console. I want to use Microsoft Management Console to lock down certain Windows functions, but I only want to lock down certain Windows functions for certain users. I've been playing around with the application and have found how to lock down...
  17. dlingo

    pull-down menu w/multiple displays

    I'm working on an application that uses a pull-down menu (combobox). However, the system that the users are using have two display monitors, and no matter which monitor the application is being run upon the pull-down menu always pops up on the monitor that is set as the primary. Is there a way...
  18. dlingo

    Scroll within a Label?

    El Gringo, Perfect Solution. Thanks!
  19. dlingo

    Scroll within a Label?

    I am currently writing an application that writes to a text file. Depending on what the user does within the application the text file can vary in size. I have created a result screen (FORM), so the user can see the results of his actions within the application easily and I'm importing the...
  20. dlingo

    Pause and wait for user input???

    I've figured it out now. Thanks again guys!

Part and Inventory Search

Back
Top