Paul,

dabo.ui.setAfter(self.pageFrame.Pages[0].Visible, False)

I couldn't get that to work.

I thought that maybe:
dabo.ui.setAfter(self.pageFrame.Pages[0], Visible, False)
would work, but I couldn't get that work either.


>From the dShell I can issue:

self.pageFrame.Pages[0].Visible = False

and that blanks out that select page.

But I still have the "tab" for it, and I still need to run the query without
limits record limits.

Thanks,
Scott




Paul McNett wrote:
> 
> On 3/18/10 3:40 PM, Scott Sheffield wrote:
>>
>> I have been playing with the app wizard.
>>
>> How do I go about removing the "select" tab that is viewed on start-up? 
>> I
>> would like to remove it and go straight to the "Browse tab".  My table is
>> very small, so I just want to have a query select all records, and I
>> don't
>> need any other selection criteria.
> 
> Try adding this in your form's afterInit():
> 
> dabo.ui.setAfter(self.pageFrame.Pages[0].Visible, False)
> 
> Paul
> 
> _______________________________________________
> Post Messages to: [email protected]
> Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
> Searchable Archives: http://leafe.com/archives/search/dabo-users
> This message:
> http://leafe.com/archives/byMID/[email protected]
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Modifying-App-Wizard-app-tp27950861p27989088.html
Sent from the dabo-users mailing list archive at Nabble.com.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to