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 gkittelson 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. jamieo

    DNS Proxy

    Does anyone of a util that will enable a client to act as a dns proxy to a network. I've seen several that include dns proxy within them but these open up too many ports. Just want one that will forward on port 53 and if possible only accept requests from designated source addresses
  2. jamieo

    Grid control dynamic colours

    Use recno() like this : MyGrid.SetAll("DynamicBackColor", "IIF(recno()%2=0, RGB(253,254,240),RGB(255,255,255))", "Column") Cheers, Jamie

Part and Inventory Search

Back
Top