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.
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...
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...
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.
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...
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...
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.