LOCAL i *-- Show all VFP toolbars that were previously hidden FOR i = 1 TO ALEN(this.aToolBars, 1) IF this.aToolBars[i,2] SHOW WINDOW (this.aToolBars[i,1]) ENDIF ENDFOR