Re: Help with multi-tabbed form ... OPal ... Paradox 10
- From: Ed Nash <ask.me@xxxxxxxxxxxxxxxx>
- Date: Mon, 13 Mar 2006 07:17:53 -0800
andrewnp wrote:
I'd like the form, to open up with the "first" tab, and its forms visible. I can't find out how this is done using OPal.
Include a moveTo() in the open event on the Notebook object. E.g., if the Notebook's first tab was named Andrew01 the code would look like this:
method open(var eventInfo Event)
;make sure Andrew01 tab is first
Andrew01.moveTo()
endMethod
.
- Follow-Ups:
- Re: Help with multi-tabbed form ... OPal ... Paradox 10
- From: Dennis Santoro
- Re: Help with multi-tabbed form ... OPal ... Paradox 10
- References:
- Help with multi-tabbed form ... OPal ... Paradox 10
- From: andrewnp
- Help with multi-tabbed form ... OPal ... Paradox 10
- Prev by Date: Re: 261 Character(s) not supported by Table Language.
- Next by Date: Re: Help with multi-tabbed form ... OPal ... Paradox 10
- Previous by thread: Re: Help with multi-tabbed form ... OPal ... Paradox 10
- Next by thread: Re: Help with multi-tabbed form ... OPal ... Paradox 10
- Index(es):