[Gambas-user] TabStrip1_Click
na2492 at ...9...
na2492 at ...9...
Tue Feb 17 12:05:10 CET 2004
>On Monday 16 February 2004 15:20, Charlie Reinl wrote:
>> how can I know at TabStrip1_Click where I comme from (which
>> Tab)?
>
>PUBLIC LastTab as integer
>
>...
>
>SUB Form_Open()
> LastTab = TabStrip1.Index
>END
>
>...
>
>Sub TabStrip1_Click()
> ' do something with LastTab, then:
> LastTab = TabStrip1.Index
>END
>
>Rob
Salut Rob,
when I ask, I meant if there is a property or an event where I can read
the last Tab in use or like in other TapStrip_Click where it commes
as argument
like Sub TabStrip1_Click(prev as integer)
Thanks
Charlie
* Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de *
More information about the User
mailing list