E-mails from Progress

Crittar

Member
I have been seeking a method of sending e-mails from Progress and, having examined several threads on here, have obtained a copy of smtpmail.p.

This program provides the functionality I need but, when run, produces the following messages:

** "" was not found. (293)
Put/Get functions not allowed on uninitialized memory. (2914)

Does anybody have any idea how I could cure these please?
 

Samj

Member
Chris

You're trying to read from the memptr variable, possibly defined for a 'C' structure. Either the function didn't return a value to the memptr, the memptr value is invalid or you are reading past the area pointed to in memory.
 

Crittar

Member
Still confused

Sam,

Thanks for the pointers - but as I didn't write the code and am not familiar with memptr, I still don't know what to do to cure it, have you any suggestions please?

:confused:
 
Top