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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bdenson

  1. bdenson

    Calculating straight line distances

    Thanks Guys!!! Problem solved now. Got a solution from FoxTalk - Thanks Mike FYI - Griff, You solution works too. Thanks Again Barry Yesterday is history Tomorrow is a mystery and todays a gift... ...thats why we call it the present.
  2. bdenson

    Calculating straight line distances

    Given the Latitude and Longtitude of two points, and the radius of the Earth in miles, I need to work out the distance between the two points. I have been given the calulations Lat1=52.47758N Lon1=1.90983W Lat2=50.80029N Lon2=1.08825W Delta of Lat (Dlat)=Lat2-Lat1 Delta of Lon (Dlon)=Lon2-lon1...
  3. bdenson

    Transfer Eudora Messages to Outlook

    Does anyone know of a way to export messages from a Eudora Client and import them into an Outlook Client? My organisation has recently started using Outlook as thier standard email client and I have messages in my eudora client which I would like to keep. Cheers Barry Yesterday is history...
  4. bdenson

    Using STRCONV in VFP

    Thanks! Yesterday is history Tomorrow is a mystery and todays a gift... ...thats why we call it the present.
  5. bdenson

    Using STRCONV in VFP

    Can anyone give me the syntax for the STRCONV() function in VFP? I know the VB syntax, but it is different is VFP. Thanks Guys Barry Yesterday is history Tomorrow is a mystery and todays a gift... ...thats why we call it the present.
  6. bdenson

    How do I tell eudora that a certain domain is intranet and not Interne

    I am trying to send mail to both my intranet main server and my internet mail server. However, when I send mail to my intranet, eudora sends it straight to the internet and the postmaster returns it!! any ideas? Yesterday is history Tomorrow is a mystery and todays a gift... ...thats why we...
  7. bdenson

    How can I add email capability from my program

    I would like to write a bit of code to send emails from my program (written in a proprietry language to drive high speed laser printers) so that performance stats can be monitored. I need to know how emails are formatted. Can I just create a text file like SMTP HELO MAIL FROM: test@2020dml.com...
  8. bdenson

    how do I check for Double quote, single quote, tab etc

    Thanks Weedz, but I want to know the number of matching fields, not characters. Barry
  9. bdenson

    problems creating an EXE file from my project

    That fixed it... Thanks Barry
  10. bdenson

    how do I check for Double quote, single quote, tab etc

    I am trying to check for various chars such as double quote, single quote, tab, comma etc. I have tried using count for field1 $ "\x23" to DoubleQuoteCount and count for field1 $ "\t" to TabCount and so on but I dont get the results I expect. Am I doing something wrong...
  11. bdenson

    problems creating an EXE file from my project

    I have written a project, which is more or less one form with lots of code behind command buttons. I have created a main program with just SET SAFETY OFF SET TALK OFF DO FORM form1.scx when I build the exe, it runs file from within FoxPro, but if I double click the exe from windows, it opens...
  12. bdenson

    count deldted records fast

    Is there a quick way of counting deleted records? I am using COUNT FOR DELETED() TO deletedcnt at the moment, but it is too slow on large files. Also, what functions are available to provide statistics about a table, i.e number of records, file modification dates, record size etc (the ones I...
  13. bdenson

    resolving a variable which contains a fieldname

    Thanks Guys! Problem solved now! Thanks again Barry
  14. bdenson

    resolving a variable which contains a fieldname

    I have a program which populates a list with the names of the fields in the selected table. Once the user selects a field, I now know which field he wants to work on, but how can I interrogate the contents of that field. For example. user selects GENDER field. THISFORM.mylist.value =...

Part and Inventory Search

Back
Top