740 pts.
 Variant does not contain a container
While click tools--preferance i am getting Variant does not contain a container

anybody have a solution for it.



Software/Hardware used:
ASKED: September 19, 2011  11:02 AM
UPDATED: March 31, 2012  4:04 PM

Answer Wiki:
In almost every case I've seen that error it's because I was trying to work with an object (like an array) directly rather than with the value in the first "element" of the object. If this is code that YOU wrote, then just specify that you want to use the first element. For example, rather than: If myVar = "foobar" then ... You simply need to say: If myVar(0) = "foobar" then ... Give this a shot ... it'll probably resolve the problem you're having. However, if this is code that somebody else wrote, then you'll need to report it to the developer. (Or, perhaps you just need to re-apply the DB's design template to your DB to refresh all of its design elements.) Cheers, -Rich
Last Wiki Answer Submitted:  September 20, 2011  6:28 pm  by  CallMeRich   105 pts.
All Answer Wiki Contributors:  CallMeRich   105 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Tools->Preferences is built in to the mail file design. Start by trying a simple Fixup and Compact on the mail file. From there, you could try to Refresh the design. If still not fixed, you could try to Replace the design. If still no luck, try deleting cache.ndk.

 2,700 pts.