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