I need to create an array to fill in information on a calendar for a printout. I create the array, then populate it. It works fine in a .prg file. I put the same code in LOAD or INIT of my form and the code itself runs fine, but when finishing I get the "Objects cannot be assigned to arrays" message. The only object on my form so far is an exit button to release the form. If I add code after populating the array it runs fine until it finishes the LOAD or INIT method - then the error. I also tried making a method and running it from there with the same results. I made the array a form property with the same result. I made the array public. Any help on the error message I can find simply repeats the error message. What am I missing?