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 derfloh 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: jrl237
  • Content: Threads
  • Order by date
  1. jrl237

    Set UDP Source Port on Send

    I'm attempting to communicate with an existing server system that uses UDP to receive commands and return responses. The server listens on a single port. It expects to reply back to the sending IP on the UDP source port the packet was sent from. I can easily send it data using something like...
  2. jrl237

    Bizarre shortcut key behavior on Windows Forms

    I have a data entry form I've created in VB.net. I've added labels with shortcut keys above each data field to allow the user to easily skip around the form. The problem is, one of the labels doesn't work. Pressing alt- and the underlined letter doesn't take you to the next textfield. It instead...
  3. jrl237

    GetWindow/GetClassName

    I'm converting some VB6 code to VB.net. A section of the code uses the Windows API to read text from a label in another application. I use the FindWindow API call to get the handle of the form I want, then use GetWindow to iterate through the objects on the form. I use GetClassName to find the...
  4. jrl237

    PIX 515 NAT Pool Advice

    I have about 50 computers behind a PIX 515. We have about 30 NAT IP addresses shared by those 50 computers. A while back we had a problem where the first 30 users could connect to outside web resources, but anyone after that could not get out. Someone on this site told me how to setup the NAT...
  5. jrl237

    Netgear VPN connected, now what?

    I'm installing a VPN using Netgear's FVS318 on one end and the ProSafe VPN client on the other. I can connect, and both ends seem happy with the connection. The client says Successfully Connected, and the router shows my remote IP as a connected endpoint. But from the client end I can't ping...
  6. jrl237

    textbox focus problem

    I'm having a strange little problem I can't figure out. I have a Windows form with several controls on it. One control is a textbox where the user can enter a 10-digit code. This box may also be filled in programmatically in certain situations. The problem is, if I fill the box in from code...
  7. jrl237

    SMTP Relay Authentication Problem

    I've been using IMail for about 5 years. I recently upgraded an IMail 7 server to IMail 8.15. I replaced the computer that IMail was running at the same time. The upgrade was fairly easy, and everything seems to be working fine, except I can no longer send mail to outside email addresses from...
  8. jrl237

    KeyPress on NumericUpDown

    I hope someone has run into this before and has a solution. I have a Windows Form that contains several textboxes and comboboxes. I want the user to be able to quickly navigate through the form, so pressing ENTER in each control skips to the next control. Everything works fine, except for the...
  9. jrl237

    Datagrid client-side problem

    I have a datagrid that has two templated columns. One is a label containing the RecordID, and the other is a checkbox. On the same page I also have a textbox. Ideally, the user would be able to enter the RecordID into the textbox and client-side script would set the corresponding checkbox. I...
  10. jrl237

    Datagrid validation

    I have a databound datagrid with a few columns of information, a button, and a template column containing a textbox. What I want to have happen is the user enters a value in the textbox for any given row, clicks the button for that row, and the value is validated client-side. I can get the...
  11. jrl237

    SELECT JOIN Compare Fields

    I have a couple of tables, Orders and Products. The Orders table has ProductID and Quantity. The Products table has ProductID, Price, QuantityPrice, SalesPrice, and SalesQuantityPrice. What I want to do is JOIN the two tables, and have the lowest price returned. The QuantityPrice and...
  12. jrl237

    Inter-digit timer problem

    Can someone tell me if it is possible to adjust the length of time the switch will wait between keypresses before timing out when collecting digits inside a vector? It seems to default to 15 seconds. I've created a vector which plays an announcement, collects digits, plays another...
  13. jrl237

    Posting to ASP website

    Hi. I thought this would be easy, but I'm stuck. I'm trying to create a VB.Net app that will log in to a remote website and upload a file. The web page is an ASP page which I have no control over. It uses a simple Username/Password form which appears to post back to itself. If I enter the...
  14. jrl237

    Dropped Attachments

    I have a strange situation, and I'm hoping someone can help. I've been running IMail Server for about three years with very few problems. I'm currently running v7.0. Recently a client has tried to send us messages with attachments. We use Outlook as a mail client. When we pop these...
  15. jrl237

    ANI and Send All Calls

    I have inherited a Definity G3. Thanks to a very helpful Tek-Tips post, I've been able to configure it to Send All Calls for a given station to an offsite number. This works great for our sales staff to forward their office phones to their cell phones. However, the ANI information does not...
  16. jrl237

    SQL JOIN Problem

    I'm trying to create a report that shows sales totals by month for each item. I've created a query that pulls all of the item info that needs to be on the report. I've written three queries that pull the monthly sales info from the DB. Now I'd like to join these totals to the original query...
  17. jrl237

    Report Design Help Needed

    I've recently inherited a SQL Server database with an Access front end. The report generation is also done in Access, and I need to create a new report. I haven't done a lot of report writing in Access, and I could sure use some help figuring out how to do this. The report needs to display...
  18. jrl237

    Combobox on Subform

    I'm old to Access. I used it years ago, but haven't used it lately. I've just inherited an old Access project, and I'm very rusty. Forgive me if this is a stupid question. Here's my problem. I have a subform that is loaded from a query. It shows multiple records on separate lines. Each...
  19. jrl237

    VAL Card Stops Responding

    I have a Voice Announcement over LAN card in a Definity switch. It works fine for awhile, then it falls off the network. It can't be pinged. Resetting it clears up the problem for a while (a week or so) but then it does it again. I think it's a hardware problem. Can anyone suggest anything...
  20. jrl237

    CLAN Rebooting...

    Could anyone tell me why a CLAN card would be resetting itself about once a week?

Part and Inventory Search

Back
Top