How do programmatically remove the split screen 
Author Message
 How do programmatically remove the split screen

How can I script a way to remove both the vertical and horizontal split
in the screen?

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Sun, 03 Nov 2002 03:00:00 GMT  
 How do programmatically remove the split screen
You can remove the horizontal split (which I assume means closing the lower
pane) by the statement :

application.PaneClose

As far as vertical split is concerned, I don't think you can ever remove it.
You may be able to move the split to farthest right or left, but still it is
there as it separates the table area from bar chart area both of which need
to be there always. Once I had tried to write a program to move the vertical
split to farthest right using
[SendKeys "+{f6}{right}{enter}"] inside a loop but could not get it to work
satisfactorily.

Regards
Venkata Krishna

Quote:

>How can I script a way to remove both the vertical and horizontal split
>in the screen?

>Sent via Deja.com http://www.deja.com/
>Before you buy.



Sun, 03 Nov 2002 03:00:00 GMT  
 How do programmatically remove the split screen
Well, can I then programmatically set the "zoom" of the project to
view entire project?

Jeff

On Wed, 17 May 2000 15:25:22 -0400, "Venkata Krishna"

Quote:

>You can remove the horizontal split (which I assume means closing the lower
>pane) by the statement :

>application.PaneClose

>As far as vertical split is concerned, I don't think you can ever remove it.
>You may be able to move the split to farthest right or left, but still it is
>there as it separates the table area from bar chart area both of which need
>to be there always. Once I had tried to write a program to move the vertical
>split to farthest right using
>[SendKeys "+{f6}{right}{enter}"] inside a loop but could not get it to work
>satisfactorily.

>Regards
>Venkata Krishna


>>How can I script a way to remove both the vertical and horizontal split
>>in the screen?

>>Sent via Deja.com http://www.deja.com/
>>Before you buy.



Sun, 03 Nov 2002 03:00:00 GMT  
 How do programmatically remove the split screen
Jeff

application.ZoomTimescale entire:=true

Regards
Venkata Krishna

Quote:

>Well, can I then programmatically set the "zoom" of the project to
>view entire project?

>Jeff

>On Wed, 17 May 2000 15:25:22 -0400, "Venkata Krishna"

>>You can remove the horizontal split (which I assume means closing the
lower
>>pane) by the statement :

>>application.PaneClose

>>As far as vertical split is concerned, I don't think you can ever remove
it.
>>You may be able to move the split to farthest right or left, but still it
is
>>there as it separates the table area from bar chart area both of which
need
>>to be there always. Once I had tried to write a program to move the
vertical
>>split to farthest right using
>>[SendKeys "+{f6}{right}{enter}"] inside a loop but could not get it to
work
>>satisfactorily.

>>Regards
>>Venkata Krishna


>>>How can I script a way to remove both the vertical and horizontal split
>>>in the screen?

>>>Sent via Deja.com http://www.deja.com/
>>>Before you buy.



Sun, 03 Nov 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. how to reconnect to split db programmatically?

2. Save as: Web page Archive, can it be done programmatically

3. Programmatically remove linked tables

4. Removing macros programmatically

5. Removing a command button programmatically

6. Programmatically remove passwords

7. Programmatically remove network clients, protocols

8. Programmatically remove grouping from report

9. Removing displayed Context Menu programmatically

10. Removing/Destroying a SubMenu Programmatically

11. Outlook 2000 & split screens

12. IDE Split Screen

 

 
Powered by phpBB® Forum Software