David,

use the dot-Notation and use Collections as Arrays.
--

Grüße/Regards,
[heubach-media] | Christian Sakowski
[email protected]
iChat/AIM: SakowskiF
Tel: +49/(0)40/52 10 59-23



> Am 02.09.2018 um 05:35 schrieb David Ringsmuth via 4D_Tech 
> <[email protected]>:
> 
> I’m trying to add an object array to Storage.
> 
> The documentation says that Objects can be a share storage value.
> 
> I keep getting the message “Not supported value type in a shared object or 
> shared collection.”
> 
> In the below code I broke apart the assignments for easiest debugging.
> 
> ARRAY TEXT($DeleteRecord;Get last table number)
> ARRAY LONGINT($DeleteRecord_PN;Get last table number)
> 
> C_OBJECT($DeleteRecord_ob)
> OB SET ARRAY($DeleteRecord_ob;"DeleteRecord";$DeleteRecord)
> 
> C_OBJECT($DeleteRecord_PN_ob)
> OB SET ARRAY($DeleteRecord_PN_ob;"DeleteRecord_PN";$DeleteRecord_PN)
> 
> C_OBJECT($Delete_ob;$Delete_PN_ob)
> 
> Use (Storage)
>       Storage.t:=New shared 
> object("DeleteRecord";$Delete_ob;"DeleteRecord_PN";$Delete_PN_ob)
> End use 
> Use (Storage.t)
>       Storage.t.DeleteRecord:=$DeleteRecord_ob // this line generated the 
> error message
>       Storage.t.DeleteRecord_PN:=$DeleteRecord _PN_ob// so does this line 
> error with same message
> End use
> 
> Please help!
> 
> David Ringsmuth
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:[email protected]
> **********************************************************************


--
heubach media
Osterfeldstr. 12-14 | Haus 1 | Eingang Nord
22529 Hamburg
tel: 040 / 52 10 59 - 10 | fax: -99
mail: [email protected]
home: www.heubach-media.de
Geschäftsführer|CEO: Matthias Heubach

Mieten Sie Ihre Computer, iPads & Drucker für Ihre Events bei:
http://www.milo-rental.com

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben,
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht 
gestattet.
 
This e-mail may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the
material in this e-mail is strictly forbidden.
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to