i've got a fairly simple layout with one panel and perhaps 5 each labels and edittext objects on that panel... i have tried setting the individual objects visible property to false but they do not go invisible... so then i tried sending them to back, nothing.... so then i created another panel placed it over the objects i wanted invisible and that did it.... however i cannot get that panel2 to go invisible or send it to the back so that the objects will once again be visible.... this has to do with a record type which is identified by entry into another editt box.... if a certain rectype is entered i need the visibility of the other objects in order to be able to enter necessary details for that record type.... is there some hidden trick to making objects, panels, labels and edittext boxes go visible and invisible based on entered data in a different textbox on the same panel?