Re: Dealing with Extraneous Parameters

Author: Peter Cushing

Posted: 2016-11-23 at 02:53:04

On 23/11/2016 08:34, Dave Crozier wrote:

> Gene,

> Am I missing something here or couldn't you pass a Parameter Object in which all your parameters become properties? This would allow you a limitless number of parameters and also be interface independent.

>

> Dave

>

I do the same with say a print/mailing object:

Private oPrint

oPrint = CREATEOBJECT('custom')

DO setoprint

oPrint.e_tolist = 'someemail@somewhere.com'

etc..

* Call some program where oPrint will be visible and you don't have to

pass any parameters. E.g.

sendemail()

FUNCTION setoPrint

oPrint.addproperty('cOption','') && P=Print E=Email V=View D=PDF

G=Prog X=excel T=Text

oPrint.addproperty('p_printer','')

oPrint.addproperty('p_orient',0)

oPrint.addproperty('p_location','')

oPrint.addproperty('p_copies',1)

oPrint.addproperty('e_tolist','')

oPrint.addproperty('e_cclist','')

oPrint.addproperty('e_bcclist','')

oPrint.addproperty('e_subject','')

oPrint.addproperty('e_body','')

oPrint.addproperty('e_attach','')

etc....

This communication is intended for the person or organisation to whom it is addressed. The contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you have received this message in error, please notify us immediately by telephone or email.

www.whisperingsmith.com

Whispering Smith Ltd Head Office:61 Great Ducie Street, Manchester M3 1RR.

Tel:0161 831 3700

Fax:0161 831 3715

London Office:17-19 Foley Street, London W1W 6DW Tel:0207 299 7960

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/bd4b2da5-e958-893f-343a-886028f7a386@whisperingsmith.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2016 Peter Cushing