I need to Browse a MySql table in Read only mode.
oCn :=maria_Connect( cHost,cUser,cDb,cPwd )
cQuery:="SELECT * FROM EVENTOS"
oTb:=oCn:RowSet( cQuery,.t. )
xbrowser oTb TITLE "Eventos "
oCn:Close()
Works and is readonly but the ADD + EDIT and DELETE Icons are shown at the top of the Browse although the do'nt do anything.
Is there an easy way to hide them?