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

    How do I pass a group when starting a new thread

    I am trying to pass a group of parameters when starting a new thread. eg: - Calling Procedure: - !Start thread, passing 1 parm SaveThread2 = START(NewProc2,35000,Loc:GroupName) Procedure Being Called: (NewProc2) - Prototype: (Group) Parameter: (MyGroup) How do I specify the group in...
  2. ChrisH2

    Help with importing data.

    Before I go down the a long path of writing a script for 250 tables, has anyone got a better idea. I am using MS SQL 2000 and I need to import incremental data changes from a unix system. There are 250 tables on the unix system. When a record in the unix table is inserted/changed a line is...
  3. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    I solved this. Firstly the client software did not seem to work properly with AES. 3DES was ok. Secondly I could not ping the xp machine behind the pix because it had cisco client software installed on it. As soon as I removed that, it worked fine.
  4. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    I thought the the following lines in my config were all that was needed: - access-list acl_out2 permit ip 192.168.8.0 255.255.255.0 10.10.8.0 255.255.255.0 vpngroup testvpn split-tunnel acl_out2 Is there something else that I need to set?
  5. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    Ok, I have notice that when I connect to the pix the client software says Local LAN: Disabled and there is nothing in the local lan routes. We have a client that has a Cisco router and when I connect to that from the same machine using same software that the local lan is enabled and that Local...
  6. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    I have removed the access-list 100 statement but still no joy this is the log at the client side if its any help. Should I be able to ping the firewall 192.168.8.1 over vpn? VPN CLIENT - version 4.8.00.0440 Adress Information Client: 10.10.8.1 Server: ********** Crypto Encryption 256-bit...
  7. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    Thanks guys but I still cannot get anything to work over vpn. I have got ssh access to the pix now so I can change the script. I have been changing a few things as you recommended. Heres my latest script. As anyone else any ideas? PIX Version 6.3(5) interface ethernet0 auto interface...
  8. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    I added the command isakmp nat-traversal 20 I still cannot do anything once connected.
  9. ChrisH2

    Client software to PIX 501 VPN. Remote desktop not working

    I am trying to setup a PIX at home so I can use remote desktop over VPN to access my machine from work. I am a newbie to the PIX but have managed to get a internet connection working, and the vpn connects. After the vpn connects I cannot ping the pix or my xp pc and cannot get the remote...
  10. ChrisH2

    Cisco 857 router and web server problem

    Thanks UnaBomber. It was my access-lists that were wrong. I used SDM Express to create them. It's difficult to get used to all this. Never done anything with networks or VPNs before and I get handed this router to setup, lol. Thanks for you help, web site is working now. Just the VPN to go :|
  11. ChrisH2

    Cisco 857 router and web server problem

    I am having great difficulty getting a web server working with my router. The web server is connected directly into the cisco and has a private ip address of 192.168.1.3 the router ip address is 192.168.1.5 The web server gateway is also 192.168.1.5 Can someone have a look at my script and...
  12. ChrisH2

    Record traffic to web server when it goes down.

    Hello, I have no idea if this is the correct section to post this but here goes. I have a problem with a web server. Being a programmer and not a networking person, I am having difficulty solving the problem so please bare with me. I have a 8 port VPN firewall router. Plugged in the router is...
  13. ChrisH2

    Guidance with windows forms and SQL

    Hi, I have recently started to learn c# in my spare time. I am trying to create a simple database application with help from a step by step book. Can someone with experience point me in the right direction please. I have a form for entering a new customer. When the user presses the save...
  14. ChrisH2

    Can I get the highlight bar on mulitple browses to all be on the top?

    IF you never solved this you can try: ?ChildList{PROP:SELECTED} = 1 Put the code in TakeNewSelection of the parent browse, priority 5000
  15. ChrisH2

    If Then Statement Help

    I would try putting the code below in the embed point Browse.SetQueueRecord before the parent call. The parent call to the base class is where the listbox columns or hotfields are written to the queue. CASE CUS:LoadColor OF 'GREEN' DIS:Round = '1' OF 'RED' DIS:Round = '2' OF 'BLUE'...
  16. ChrisH2

    If Then Statement Help

    Ah, ok. I think I see what you are trying to do. First I would need to know how CUST:LoadColor is set. I am guessing that it's an column on the customer table. Does the user select the customer on the form and the listbox is filtered for that customer. Or is it passed into the form as a...
  17. ChrisH2

    If Then Statement Help

    Now I am confused. When you say set the colour. What exactly do you mean by this? Colour the text or background of one or more columns in the list box per row? Are you trying to colour a column green when DIS:Round = '1' and Red when DIS:Round = '2' etc?
  18. ChrisH2

    If Then Statement Help

    It sounds like you are wanting to set the initial/default value of DIS:ROUND when a record is inserted. Is this what you are trying to do? Has the listbox got insert,change and delete buttons? Does it call a form to update details?
  19. ChrisH2

    If Then Statement Help

    So let me try and understand all of this. You say the listbox is based of DIS:DISPATCH So I am assuming that the table DISPATCH? that contains DIS:DISPATCH also contains DIS:Round. I am assuming DIS:Round is a string if you want to store 'C' for 'Customer Pickup' Are you trying to change the...
  20. ChrisH2

    If Then Statement Help

    It makes more sense but I'm failing to understand the significance of DIS:round='1'. Why do you need to set that? How is it used? Also if you click properties for CUS:LOADCOLOR='GREEN' etc you will see the colours. This is a condition and when the condition is met the colours will be set...

Part and Inventory Search

Back
Top