[Gambas-user] Help with charset
xOChilpili
xochilpili at ...626...
Sun Aug 28 12:15:15 CEST 2011
Fabien:
Here is the code:
private sub tblView_Click()
tblView.edit()
end
private sub tblView_Save(row as Integer, Column as integer, value as string)
if tblView.Column = 3 then
query="update table ..."
tblView.Cancel <-- once updated the database i want to return into browse
mode no more edit needed
endif
end
And Again...
______________________
|___|_Col1_|_Col2_|_Col3_|
|_1_|_____ |_____ |______|
|_2_|_____ |_____ |______|
|_3....
In the properties of TableView Control, there is a Header property i have
set "Both" which draw the Column Header and the Row Header << Row Header >>
has no method. Thats my problem...
If the user click in a cell. tblView.Row <works> but not when i click on Row
Header or the control...
Thanks. I hope be more clear...
xOCh
--
--
Powered by xOCh
210
More information about the User
mailing list