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 wOOdy-Soft 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 josephwalter

  1. josephwalter

    How to keep users from changing proxy settings (group policy)

    Disabling the entire connections page gets the job done, but is a little overkill. Your reply led me to discover another setting that did just what I wanted, though: User Config->Administrative Templates->Internet Explorer Policy for "Disable changing proxy settings". And wouldn't you know...
  2. josephwalter

    How to keep users from changing proxy settings (group policy)

    I have set the desired proxy settings and default home page using group policy (under User config | Windows settings | Internet Explorere Maintenance | URLs and Connection (respectively). The changes have taken effect. The Address box to set my homepage is grayed out (disable) and I cannot...
  3. josephwalter

    Lexmark Optra S 1650, MarkVision 11: User unauthorized for this device

    I just upgraded to version 11 of Markvision Professional, which I've been using to control my Lexmark Optra S 1650 printers remotely. Prior to the upgrade, I could access the Operator Panel via MarkVision. Now I get the following error: "User unauthorized for this device. User the Enter Device...
  4. josephwalter

    how to make a circular gradient

    going black-to-transparent, I see that the conical gradient makes some of the circles disappear (which is i what i wanted). but with the conical gradient, the lighter circles are on both sides of the fully visible circles (instead of just trailing the fully visible one). when animated to rotate...
  5. josephwalter

    how to make a circular gradient

    i'm using a photoshop tutorial to figure out how to make a "waiting animation" (a circle of spinning circles), except i'm doing it with gimp. see http://www.vladstudio.com/photoshoptutorials/?8 i'm stuck on the step where i need to add a gradient layer, that will make the first circle fully...
  6. josephwalter

    Basic 3com switch questions

    Sorry, I meant to start a new thread with my above post and accidently posted it as a reply to this one. How do I remedy this? And I'm working with a 3Com SuperStack 3 3300XM Switch
  7. josephwalter

    Basic 3com switch questions

    I'm trying to manage my switch through the Console Port, but I can't get hyperterminal to connect. I can't use the "Serial Web Utility" program mentioned in the Mangement Guide because I don't have a Win9x computer. I've connected the computer to the switch with a null modem cable. I've...
  8. josephwalter

    Adding subreport results in multiple Enter Parameter Value prompts

    I (intentionally) left the linked fields blank on the subreport control. So, no, I don't have the master/child of the reports linked with the date field. Report2 shows the same data as Report1, just summarized differently. (one is by category by employee, the other is simply an employee summary...
  9. josephwalter

    Adding subreport results in multiple Enter Parameter Value prompts

    Report2 is in the Report Footer (not a section footer). Report1 has 127 rows of data to display. I've got 1 level of grouping (which splits the 127 rows in about a dozen groups). Hard coding results in no prompts for the parameter value. I use the parameter value in two places in Query1, so...
  10. josephwalter

    Adding subreport results in multiple Enter Parameter Value prompts

    i have 2 reports that run fine on their own, but when i put one in the footer of the other (as a subreport), access promptes me 4 times to the same value Query1 is the record source of Report1 "Enter Report Date" is a parameter to Query1 Query2 is built on Query1, and is the record source for...
  11. josephwalter

    monitoring DNS, want list of sites being accessed

    that was what i was looking for, thank you seaspray0. (i can even export the list of domain names.) what a clever hiding place. unfortunately, i have to export .com, .net, etc separately; and the export doesn't include the IP addresses. do you know of a way to export the IP addresses?
  12. josephwalter

    monitoring DNS, want list of sites being accessed

    I'm setting up content filtering with DNS (the same method commonly used to filter out ad servers). I know this isn't the best way to control access to the Internet, but I'm doing it more as a deterrent. I'd like to monitor what domain names the DNS server has been dealing with. Windows Event...
  13. josephwalter

    Combo2 depends on Combo1 ... On Open, user prompted for Combo1 value

    PHV - Thank you for your reply. I discovered that I had the name wrong in the criteria in the query for Combo2 - instead of referencing F_ProcessInfo.Combo1, I had frmProcessInfo.Combo1. I had changed the form name's prefix from F_ to frm. The autoname/autocorrect feature didn't catch the...
  14. josephwalter

    Combo2 depends on Combo1 ... On Open, user prompted for Combo1 value

    I've got two Combo Boxes on my data entry form. The value selected from the first will limit the choices in the second combo box. Combo2's Row Source uses the values of Combo1 as a criteria. When I open the form, Access prompts me for the value of Combo1 (understandably - the form's not open...
  15. josephwalter

    Method 'FileDialog' of Object '_Application' failed

    Thank you, CajunCenturion. With your suggestion, I was able to hunt down some code that did the job. I've posted it here for others who may need it: This went into it's own module: Option Compare Database Option Explicit Public Type OPENFILENAME lStructSize As Long hwndOwner As Long...

Part and Inventory Search

Back
Top