View Single Post
  #1 (permalink)  
Old 06-18-2008, 08:07 AM
mozaharul mozaharul is offline
Senior Member
 
Join Date: Mar 2008
Posts: 117
Default Application behaves differently in Device

Hi,

I made a project, it works fine in the desktop. when the setup file is created and installed in the device, it behaves differently.
Example: In the application selection of future date in the 1st tabpage freezes other tabpages and the controls as well. it works fine in the desktop.

code :
Sub tbc2_selectionchanged(Index,"") 'sub for Freezing all other tabpages except the 1st tabpage.
If tbc2.selectedindex > 0 AND hh=1 Then
tbc2.selectedindex=0
End If
End Sub

here hh=1, means future date selected.

any suggestions ?


regards
Reply With Quote