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 Chriss Miller 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: gamesman
  • Content: Threads
  • Order by date
  1. gamesman

    automate email for outlook Appointment reminders

    I want to write a process that will automatically send an email everytime that a calendar reminder kicks off. I know that I probably want to use an "Application_Reminder(ByVal Item As Object)" sub, but I'm not sure what else. Basically, when the reminder kicks off in Outlook, I also want en...
  2. gamesman

    Swapping files on two servers

    We have two applications that run on different rs6000 machines with AIX 4. Currently our systems send files back and forth by writing out to a tty device while the other machine listens on a corresponding tty. They're connected via SA boxes using ack-ack transmissions. Both machines are on our...
  3. gamesman

    Need help with FTP relay host

    We're running AIX 4.1 on a RS6000 machine as part of a primarly Windows enviroment. As it currently stands we FTP our files to an internal site thats mirrored externally so that the files can be obtained by our clients. We would like to get the files direct to their locations. I could have...
  4. gamesman

    Not able to capture Keypress for (13)

    I have a form on which resides a single textbox and a few hidden fields. In an attempt to save keystrokes for the user I would like to capture the KeyPress Chr(13) - the Enter key - to initate my code. It's not working. It maybe that I shouldn't be using 13. I'm not sure. Any assistance would...
  5. gamesman

    looking for help with Automated FTP problem

    Hoping someone can help or at least suggest probable directions for research. I have an FTP process that when run manually runs correctly, but when jobbed off from a program that is executed from cron fails without error. my /netrc is: ftp fserv user password macdef init lcd user2 type...
  6. gamesman

    FTP and multiple machines in the .netrc

    Is it possible? We're running AIX 4.1 on a R6000. We need to establish a couple of different automated FTP sessions to different servers. Currently have a .netrc file that contains a machine name with id and password and then an "init" macro. This process runs every 2 hours. we need...
  7. gamesman

    Problem adding record with data from form

    I have an access form that gathers data from multiple tables and funtions. Each control is unbound. I want to use a command button to then store the values into a table. (If the controls are bound then I get validation errors during the loading of the form as the control values are not setting...
  8. gamesman

    Problem adding record with data from form

    I have a form that gathers data from multiple tables and funtions. Each control is unbound. I want to use a command button to then store the values into a table. (If the controls are bound then I get validation errors during the loading of the form as the control values are not setting to the...
  9. gamesman

    Need help with Frequency array in Excel

    I am attempting to create a frequency array in Excel (office2000p). Formula returns only first value. I can't seem to generate the entire vertical array. I've even used the example given in the help file definition of frequency and that didn't work. I have my range of Qc data (array1 values)...
  10. gamesman

    Problem with view restriction.

    This is one of those so simple I'm missing it questions. I have a form called requests. It includes an Authors field set to Compute when Composed with a default value of @v3username. Now I'm attempting to create a view called "My Requests". It should only show the documents that the...
  11. gamesman

    Need help getting through a firewall

    I am attempting to automate an ftp process to send a file out onto the 'net. My box (AIX 4.3 on RS6000) does not have a direct connection through the firewall, but can connect to other servers that do. Is there a way to set up a "route" of multiple IP's or machines, so that the system...
  12. gamesman

    Sendmail Encryption

    Does sendmail include encryption and if so at what level? TIA
  13. gamesman

    X-509 Compliant ??

    I need to send a file over the internet with a high level of security and am looking at vendors. Verisign says I can use their product if I'm X-509 complaint. I've never heard of this. Anyone know anything about this and how I can check. Thanks.
  14. gamesman

    Can I assign a tty device number to a NIC card?

    we have to AIX boxes that send and receive information to TTY devices that are SA boxes. This limits me to 9600 baud. We're looking to increase throughput and I THINK we can use 10 mbps NIC cards and crossover cables labeled with the same TTY numbers as the SA boxes. Does anyone know if this...
  15. gamesman

    Looking for a VBA script

    I'm looking for Access to close an excel ss when Access is closed. Any one have a suggestion as to what code I can put into the .onexit sub?
  16. gamesman

    Document errors upon Launch

    Created a database locally (ver 4.5.5) and moved out to the server. I'm the only one that opens the database without error. All my users get 2 different errors depending upon their license. My "LN desktop" licensee's get "Nonexistant or invalid document" and when they press...

Part and Inventory Search

Back
Top