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 Mike Lewis 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. liebknecht

    W2K Server and RRAS config...

    I'm overwhelmed. Thank you LKT now I just have to dig down in the documentation and start exploring the RRAS server. Thanks.
  2. liebknecht

    W2K Server and RRAS config...

    Hello again. I'm desperate for help. I've read a lot of information from the Microsoft tech sites but I still can not figure out if my requested solution is possible. Thanks in advance.
  3. liebknecht

    Writing a virtual COM (serial) port driver...

    Hello. It is me again. Is there anyone who have experience in coding Windows-drivers that could lead me on the way to some good information. Thanks in advance.
  4. liebknecht

    how do you write a code for displaying the number of numbers entered

    Change: cout << counts << &quot; &quot;; to: cout << x[counts] << &quot; &quot;;
  5. liebknecht

    W2K Server and RRAS config...

    Hello. I'm really a newbee to W2K Server setups and configurations but I hope someone out there will answer my questions or lead me to the right place for good information. Q1: Is it possible to have a W2K RRAS server concurrently connected to several ISPs (Internet Service Providers) via...
  6. liebknecht

    Writing a virtual COM (serial) port driver...

    Hello. I would like to develop some kind of application/driver that could act as a COM (serial) port to other applications. I need to do this because I'm stuck with some old fashioned communication clients that only speaks to COM (serial) ports. With this application/driver I would like to...
  7. liebknecht

    Procomm Scheduler &amp; Scripts

    Hello. This is not an answer to your question but I've also experienced problems with the Procomm Scheduler. I was able to create the jobs, test them, and a few of them were runned but then suddenly the Scheduler stopped executing jobs. After a restart of the Scheduler a few jobs were runned...
  8. liebknecht

    Some outbound FTP fails

    Hello. Once again, I'm a newbee on routers and firewalls but I just felt like put an ad-hoc question that is touching the problem that kozmonot28 has. How do I configure my 1720 router to allow active FTP between servers outside my router aand clients inside? If I do so what security problems...
  9. liebknecht

    Line String Tokens

    Hello. I think you've solved your problem but I just felt like adding a comment. The function &quot;strextract&quot; is another useful funtion to do string extracts. This function also has the advantage that it doesn't alter the origin string. That is the situation with &quot;strtok&quot;. An...
  10. liebknecht

    Some outbound FTP fails

    Hello. I'm a newbee when it comes to routers and firewalls. It looks to me like you're facing problems similar to those you get when your not using passive ftp with your ftp client. Have you tried to use passive ftp against the servers from inside your firewall? Best regards.
  11. liebknecht

    Script needed to link to input box

    Hello. The following code example is taken from the Aspect help files. The key to link the dialog input is to declare and use variables that will receive the entered text. Look for the variable &quot;TextStr&quot; in the code example and I hope you will get the picture. Example: proc main...
  12. liebknecht

    screen to file

    If you don't have the files &quot;PW4MENU.INC&quot; or &quot;PW4MENU.INC&quot; you could exclude the include statement and use the constant 212 instead of _4SCREEN_TO_CAP or _5SCREEN_TO_CAP.
  13. liebknecht

    screen to file

    Hello. I'm not sure that this is the right answer to your question but this code example may help you ( I think and I hope ;-) ). #include &quot;PW5MENU.INC&quot; proc main set capture file &quot;file.cap&quot; ; Set name of capture file. while 1 ; Process data and whenever capture...
  14. liebknecht

    Communicating with Aspect via Procomm DDE server

    Hello. I've got an application that starts Procomm with an Aspect script and then starts to communicate with the script via the Procomm DDE server. The communicated parameters are being sent from and to my application via the predefined global variables (S0-S9). This solution is working well...
  15. liebknecht

    Bug when using Aspect FTP in Procomm 3?

    Hello. I've got a problem when using FTP in Procomm 3. I'm programatically creating FTP entries and succeeds so far that I can create the entries but one option in FTP I can't set. It is the &quot;set dialentry anonymouslogon OFF&quot; option. It seems as OFF has no effect on Procomm 3. I've...

Part and Inventory Search

Back
Top