he parameter I am having problems with parameter 2 - $Quant.
I tried to create a VARIANT of type VT_CY so I did:
$qty = new VARIANT('1.', VT_CY);
The error I am getting is:
Uncaught exception 'com_exception' with message 'Parameter 2: Type mismatch.
Thanks all,
produces any results so I can't imagine it's very
common.
Any ideas how I am to access that property in my code?
Thanks all,
Alex
--
Alex Bovey
Web Developer | Alex Bovey Consultancy Ltd
Registered in England & Wales no. 6471391 | VAT no. 934 8959 65
PHP | MySQL | AJAX | XHTML | C
> I think this may be what you are looking for, but I don't know how
> much it helps:
>
> http://www.marin.clara.net/COM/variant_type_definitions.htm
>
> Andrew
Thanks Andrew - it's a start!
Alex
--
Alex Bovey
Web Developer | Alex Bovey Consultancy Ltd
Registered in
Alex
--
Alex Bovey
Web Developer | Alex Bovey Consultancy Ltd
Registered in England & Wales no. 6471391 | VAT no. 934 8959 65
PHP | MySQL | AJAX | XHTML | CSS | Javascript | XML | W3C Accessibility
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Is there a way I can access the values selected in a multi-select dropdown
or group of checkboxes without appending square brackets to the name of the
input field in my form so that it automatically becomes an array in PHP?
i.e. rather than this:
appleorange
I would like to be able to do th
5 matches
Mail list logo