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

    I may try to write something similar in VB.net to accomplish the same thing. I did try to replace the shell with the path to the pn.exe and it works great. Except when you log off the ICA session. Then you're left with what looks like a blank desktop and the only way to get out is to CTRL ALT...
  3. blfrd76

    Publish Desktop automatically after Windows Logon

    I'm trying to work out a simple batch file right now, but it's not working exactly the way I want.
  4. 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...
  5. blfrd76

    Citrix Published Desktop Configuration

    What kinds of policies are you trying to enforce? Is there already a default group policy at the domain level? Make sure the new GPO you created is at the Terminal Services OU only. Also, the Citrix server can only be a member of Terminal Services OU. It cannot be listed in any other group...
  6. blfrd76

    Citrix Published Desktop Configuration

    I had a similar question a couple days ago. Here's what I did: On the server running AD: - Create an OU container called Terminal Services - Locate the computer running Citrix, in the domain tree - Right click it and move it to the newly created OU called "Terminal Services" - Right...
  7. blfrd76

    Creating a Group Policy for Citrix Servers problem

    Solved!! Here's the soloution: - Create an OU called Terminal Services - Move the Citrix servers from Computers to the Terminal Services OU. - Right click the TS OU and choose properties - Go to the Group policy tab and make sure the Citrix GPO is chosen. Then choose...
  8. 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 -...
  9. blfrd76

    Onload function crashes IE with IFrames

    Ok. This link displays a picture. It's not a page with an .html extension. frames['nscroll'].document.links[0].href; So, the actual document loaded into the lgpc frame is really just a picture. What I want to do is to be able to take out the IF statement.
  10. 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...
  11. blfrd76

    Cannot get /param: to function

    Does anybody know what I'm talking about?
  12. 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...
  13. blfrd76

    COUNT not returning zero

    Mark this one resolved for now. SOrry for the delay.
  14. blfrd76

    How do you change from subnet classes?

    The reason I want to make everyone on the same subnet is strictly for connectivity issues. I've been told that if we switched our network (about 100 users) to ONE subnet, then it would resolve some of the connectivity issues we've been plagued with. Here's some more backstory: We have a BDC...
  15. 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...
  16. blfrd76

    COUNT not returning zero

    No Dice. This query still only returns Cars sold in one month. Not all possible cars.
  17. blfrd76

    COUNT not returning zero

    I tried this but to no avail. It gave an error message: Error in list of arguments: 'IS' not recognized What about this: SELECT MasterModel.Model, COUNT(iif(Master.TModel IS NULL,0)) AS CountMod FROM (MasterModel LEFT OUTER JOIN Master ON MasterModel.Model =...
  18. blfrd76

    COUNT not returning zero

    I need to see each model and the count for that model by month, including counts of zero. MasterFile holds records for the entire year. Each record includes at least one type of car and one date. For example: MasterTable: Model DatePurch Tempo 02/04/04 Another table exists...
  19. 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...
  20. blfrd76

    Cannot connect to Citrix Server remotely, Program Neighborhood

    Hey all, Here' the steps I took to make it work: Go to each Citrix server at command prompt type this: altaddr /set (desired IP address) Then configured Program Neighborhood with the following: Connection type: LAN Click Next Click Server Location Protocol: TCP/IP...

Part and Inventory Search

Back
Top