With reference to 'Another request for the update' by Matt Bloomfield

>  Where did you find Entry.name and Entry.lastname documented?  That was
> the info I was looking for.

  I cheated, I asked Simone. :-)

> I shall have a tinker at the weekend, it may be that MD is expecting
> two email addresses, therefore "" is needed around the name and <>
> around the email address to prevent commas being added.

 Sorted by my second attempt.

> Although the script works fine from contact manager MD can't use
> sendmd.rexx or similar when the address book is called from within CM
> as it doesn't work from there.  Nice workaround though.

 Yes, this is why I tend to run my scripts from a third party button bank or
menu.

 Below is the list of what should be returned by the 'GETENTRY' command, as
far as I know.

 These will get you 'User' type information.
 (ENTRY is used as the stem; 'GETENTRY ENTRY'.)

 ENTRY.NAME
 ENTRY.LASTNAME
 ENTRY.ADDRESS
 ENTRY.CITY
 ENTRY.COUNTRY
 ENTRY.ZIP
 ENTRY.ALIAS
 ENTRY.COMMENT
 ENTRY.EMAIL
 ENTRY.WWW
 ENTRY.FTP
 ENTRY.PHONE
 ENTRY.FAX
 ENTRY.MOBILE
 ENTRY.ICQ
 ENTRY.BUSINESS.COMPANY
 ENTRY.BUSINESS.JOBTITLE
 ENTRY.BUSINESS.OFFICE
 ENTRY.BUSINESS.ADDRESS
 ENTRY.BUSINESS.CITY
 ENTRY.BUSINESS.COUNTRY
 ENTRY.BUSINESS.ZIP
 ENTRY.BUSINESS.DEPARTMENT
 ENTRY.BUSINESS.PHONE
 ENTRY.BUSINESS.FAX
 ENTRY.BUSINESS.EMAIL


 If you want 'WWW' infromation.

 ENTRY.NAME
 ENTRY.COMMENT
 ENTRY.WWW


 If you want 'FTP' infromation.

 ENTRY.NAME
 ENTRY.COMMENT
 ENTRY.FTP
 ENTRY.USERNAME
 ENTRY.PASSWORD
 ENTRY.ADVANCED
 ENTRY.QUIET
 ENTRY.COMPRESS
 ENTRY.ANONYMOUS


 If you want 'CHAT' infromation.

 ENTRY.CHANNEL
 ENTRY.SERVER
 ENTRY.MAINTAINER
 ENTRY.NICK
 ENTRY.WWW
 ENTRY.PASSWORD

 Hope that helps.

--
Regards
  Jules

--
I will not grease the monkey bars
-- Bart Simpson
__________________________________________________________________
MicroDot-II Mailing List - http://www.vapor.com/md2/
MicroDot-II FAQ: http://faq.vapor.com/md2/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to