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

    SFTP/FTPS FTP Subsystem

    Has anyone had any experience or success in changing the 'ftp subsystem' on your system? An example of this would be users that authenticate using FTPS use the ProFTPd server. Users that authenticate using SFTP use the 'ftp subsystem' specified by the system. (Since I guess that SFTP users...
  2. mfreeze

    EMail from c++

    Could someone give an example of how to 'hand-off' an email to sendmail from c++? My situation is that I'm trying to send a variable list of items to a predefined set of recipients through a c++ program. Thanks, Mark.
  3. mfreeze

    Saving attachments from mail

    Does anyone know how I could automatically save attachments from a certain email account into a directory automatically? For example: I receive multiple files per day in emails at 'bill@test.com'. I want to have a script that will take attachments from any email received thru 'bill' and save...
  4. mfreeze

    Directory Listing into Array

    (I am using vb6) Does anyone know how to get a list of filenames and put them into an array? In Foxpro, there is a prewritten function called 'ADIR' that lets you specify a directory, then all filenames in that directory are loaded into an array that you specify. You can even use wildcards...
  5. mfreeze

    Reporting, Printing & Emailing

    What is the best way to collect quantity data from a table and email to recipients from within fox. For example: I need to open a table, have the process tell me that within this table I have 30 records of type x, 5000 records of type y, etc... and then email this data to a pre-determined list...
  6. mfreeze

    RHL9 Installation Problem

    I downloaded and made a set of RHL9.0 Cd's and used them for installation on several computers. I am now trying to install RHL9 on another machine (which is an older machine) but it won't boot from the CD. It will boot from a windows cd, or a rhl7.3 & 8 cd, but it won't boot from the rhl9 cd...
  7. mfreeze

    Converting Text

    Could someone post a code snippet of how to do the following? I just need a little help getting started since I am fairly new to Perl. Also, does anyone know of any good websites with Perl tutorials? Thanks in advance, Mark. What I need to do is this: On my Linux box, watch a certain...
  8. mfreeze

    Mail Merge Charts

    I have a problem that I am hoping someone can help me solve... I have an Excel Document with about 5000 records. I am needing to write a letter in Word and use data from the Excel database in the document. Easy enough, the problem is this: I must include 2 pie charts on the document based on...
  9. mfreeze

    Populating the list box control

    How would you populate the list box control or a drop-down menu with the names of the fields on your active table? I want the users to open a dBase file, then choose one field from that database from a list, then I will perform several operations on that field. Any help will be appreciated...

Part and Inventory Search

Back
Top