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!

Search results for query: *

  • Users: blfrd76
  • Content: Threads
  • Order by date
  1. blfrd76

    Repeater in Iframe not responding to ItemCommand

    I have two aspx pages. The controls for the entire project are loaded dynamically. The first page loads a user control that contains two Iframes and a DataList control. The source for the second Iframe is another aspx page. This second aspx page contains a repeater control of images. The...
  2. blfrd76

    Publish Desktop automatically after Windows Logon

    Running Win2k Server, Metaframe XP load balanced and a whole slew of Win98/95 workstations. Here's what should happen: -User starts workstation -User logs into Windows domain -Citrix desktop is published automatically based on the username and password entered for the domain username and...
  3. blfrd76

    Creating a Group Policy for Citrix Servers problem

    I've got two Citrix servers running Win2K. ON the domain controller (also Win2K): -Opened AD - Created an OU called "Terminal Servers" - Moved the two Citrix servers from "Computers" folder into the "Terminal Servers" OU - Clicked "Properties" on the "TS" OU -...
  4. blfrd76

    Onload function crashes IE with IFrames

    I have one page with two IFrames. Here's the main page code: <iframe id="largepic" src="#" name="lgpc" onload="lgpcload(this)" align="left"width="360"height="300" marginwidth=0 marginheight=0 hspace=10 vspace=0 frameborder=1> </iframe> The second IFrame contains a webpage of pictures...
  5. blfrd76

    Cannot get /param: to function

    I go to the Start menu > Run and type this: "C:\Program Files\Citrix\ICA Client\pn.exe" /PN:PeoriaARC /APP:"Microsoft Outlook" /PARAM:"/c ipm.note /m bill@yahoo.com" While this DOES load OUTLOOK correctly, it DOES NOT start a new email message. Why? I've googled everything and found little on...
  6. blfrd76

    How do you change from subnet classes?

    We have network addresses that have the following: 192.168.10.X 192.168.11.X 192.168.12.X I want to change it so everyone is on the same subnet. There are 3 Cisco switches in the building that connect everyone to one domain controller. All the workstations are Win98. Servers are running Win2K...
  7. blfrd76

    COUNT not returning zero

    Lets say I have an Access 2000 DB. It has one table called MasterFile and one table called Model Model contains one field that lists 18 different models of cars. MasterFile contains the fields: DatePurchased - the date the car was purchased TModel - any ONE model from the Model table I...
  8. blfrd76

    Cannot connect to Citrix Server remotely, Program Neighborhood

    Hello, I've got a an WinXP Laptop, installed (ICA Client) Program Neighborhood version 6.31. Citrix Server is a Win2K machine. Our company network has one public static IP. I called our ISP and had incoming ports 1604 and 1494 opened and forwarded to the internal IP address of the Citrix...
  9. blfrd76

    Do I need to add X.509 certificate to the registry to solve RDP error?

    Background Info: Win2k SP3 servers PDC handles: Terminal Services (in Application Mode) DNS One NIC BDC handles: Terminal Services (Remote Admin mode) DNS (backup) DHCP RRAS ( 3 subnets,10 dial in clients) 3 NICS (one for each subnet) 1 PPP adapter for dial in customers. Here's what prompted...
  10. blfrd76

    NetDiag DNS test failed, should WAN Miniport(IP) have an IP address?

    We have 2 Win2K domain controllers. The PDC is the primary DNS server. The BDC is the secondary DNS server. The BDC also handles RRAS. The BDC has 3 NICs attached to it. One for each subnet. The subnets are 10, 11, and 12. In addition, there is an adapter of some kind with 10 modems attached...
  11. blfrd76

    IE and Outlook setup wizards always popping up...

    Hello, We are running two Metaframe XP Citrix servers w/ Windows 2X loaded. Sporadically, users will connect to Citrix and upon clicking either IE or Outlook (sometimes both), the IE setup wizard appears, as if they have never set this up before. THe same thing happens when they try to connect...
  12. blfrd76

    Table inside a table and its valign.

    I have a table inside a table. However, I do not want a big space and a line break inside the first cell of the first table (which contains the second). Is this due to the fact that tables are block level instead of in-line? Here's my code: <html> <head> TEST1 <title>TABLES</title> </head>...

Part and Inventory Search

Back
Top