I've been trying to make a contextual menu. This is what I did: in Form1 I inserted PUBLIC testmenue AS Menu in the Menu sub of one of the elements (a TableView) I inserted PUBLIC SUB tbd_Menu() testmenue.popup testmenue.Visible = TRUE testmenue.Text = "hallo" END Of course, this doesn't work. The question is: how to do it better? Thx for all your tips! Rolf