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

    I don't know how I can be any more specific. I am not asking anynoe to write an app for me, but I was just wondering if someone could point me in the right direction as to how to email in an automated fashion from fox. Let's say that I have the following conditions in a table: Record# - Name...
  6. mfreeze

    Reporting, Printing & Emailing

    The problem is this: I am looking for a method to gather the quantities of codes in a table, and email those results to a list of recipients. Any help is appreciated, even if you can just tell me how to construct an email programmatically.
  7. mfreeze

    Reporting, Printing & Emailing

    This is a working program to which I want to add some automated functions. We receive about 30 text files per day that this program opens, converts to a table, and appends to a 'master' table. The program also reports it's data to the main app screen, letting the user know that file1 had 30...
  8. 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...
  9. mfreeze

    How could I have my prg go grab the source code of a website?

    I used to do this a few years ago. I used vb instead of fox, but you could use the low-level file functions to do the same. I would have the vb browser get the page, then save the page as text. Then I would open the file as a text file and parse the file line by line until I achieved the...
  10. 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...
  11. mfreeze

    Converting Text

    Thanks for the help. The code snip really got me going as it was the only thing holding me up. You wouldn't believe how much that little code helped out. As far as the rest goes, I appreciate the extended help from raklet. Without it I would not have been able to complete my project in the...
  12. 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...
  13. mfreeze

    Mail Merge Charts

    Thanks for the advice. However, doing it in Excel may be problematic... The letter I have to write has approximately 18 merge fields in it with about 3 paragraphs. Based on the configuration of and data placed in these merge fields (from the Excel database) the paragraph can be greatly varying...
  14. mfreeze

    SHELL - PASSWORD

    Are you sure that the 'tblite' application will accept command-line arguments to be passed to it?
  15. 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...
  16. 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