Hi all, i 've inserted in my project an external framework ("Moodstock"). I launch one sub, and it's work ok without pass from framework, but if i launch the sub after that i launched framework it give me an error. It's very strange, because sub and code are not related with external framework. The code is this:
Dim map as map
Map.initialize
map.put("Gruppo","B")
map.put("Immagine","00-262")
LoadGroup(map)
Map is created when i go on this sub, so i don't understand why if i launch the sub after i that i went on external framework it give me this error:
Attempt to insert nil object form objects[1]
Dim map as map
Map.initialize
map.put("Gruppo","B")
map.put("Immagine","00-262")
LoadGroup(map)
Map is created when i go on this sub, so i don't understand why if i launch the sub after i that i went on external framework it give me this error:
Attempt to insert nil object form objects[1]