Hello
I have built tool bar button with the designer (or with the program)
and I have this sub :
<Code>
' PageContrats ToolBar buttons event routine
Sub PageContrats_BarButtonClick (Tag As String)
Log(Tag)
Select Tag
Case "Synchro"
NavControl.ShowPage(PageSynchro)
End Select
End Sub
</code>
the name of my page is : Private PageContrats As Page
but when I click on the button, I see on the ipad the effect, but nothing in the log...
Why ?
Thanks for any help
Yves
I have built tool bar button with the designer (or with the program)
and I have this sub :
<Code>
' PageContrats ToolBar buttons event routine
Sub PageContrats_BarButtonClick (Tag As String)
Log(Tag)
Select Tag
Case "Synchro"
NavControl.ShowPage(PageSynchro)
End Select
End Sub
</code>
the name of my page is : Private PageContrats As Page
but when I click on the button, I see on the ipad the effect, but nothing in the log...
Why ?
Thanks for any help
Yves
Last edited: