I'm having a problem with adding a new shared collection. when I hit the
last "End use" the whole storage become and empty object. Sometimes the
storage maintains what was put in but most of the time it ends up in the
debugger as storage  {}
Any insight would be helpful.

This is some sample code.
Use (Storage)
Storage.dlg:=New shared object
Use (Storage.dlg)
Storage.dlg.name:="dReport"
Storage.dlg.leftMargin:=28
End use

Storage.webApps:=New shared collection
Use (Storage.webApps)
Storage.webApps.push(New shared object("appName";"LP Portal";"ID";1))
Storage.webApps.push(New shared object("appName";"Monitoring";"ID";2))
End use
End use


Jonathan marohn
Relevant Equity Systems
**********************************************************************
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