View Single Post
  #1 (permalink)  
Old 02-01-2008, 06:02 PM
moharj moharj is offline
Junior Member
 
Join Date: May 2007
Posts: 17
Default no event changingselected cell in a table?

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
Reply With Quote