hi
i think i found a bug in the optimise compiler.
i change the selected cell in a table in order to scroll up or down
to the begining or the and (AM PM) of the table
like the example below.
it worked with the usual compiler it does'nt work on the device
with opitimisation.
the event doesnt shoot ?
Sub BtnPMW_Click
swdontask = 2
swampm = 2
TableWeek.SelectCell("Hour",TableWeek.RowCount - 1)
swdontask = 0
End Sub
j. mohar
i think i found a bug in the optimise compiler.
i change the selected cell in a table in order to scroll up or down
to the begining or the and (AM PM) of the table
like the example below.
it worked with the usual compiler it does'nt work on the device
with opitimisation.
the event doesnt shoot ?
Sub BtnPMW_Click
swdontask = 2
swampm = 2
TableWeek.SelectCell("Hour",TableWeek.RowCount - 1)
swdontask = 0
End Sub
j. mohar