A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Not able to continue table to the next page



 
 
Thread Tools Display Modes
  #1  
Old August 2nd, 2006, 06:54 AM posted to microsoft.public.word.tables
Shweta
external usenet poster
 
Posts: 6
Default Not able to continue table to the next page

I am using Wprd with VSTO. Through code i have created a table of 4 rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it works well.
But when table reaches to the end of the page then instead of continuing to
the
next page it starts inserting rows from the first rows
  #2  
Old August 2nd, 2006, 09:17 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not introduced
until later (in Word 2003, I think). In other words, you may have to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format menu,
click Columns. Click the "One" option, even if it already appears to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table of 4

rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it

works well.
But when table reaches to the end of the page then instead of

continuing to
the
next page it starts inserting rows from the first rows




  #3  
Old August 2nd, 2006, 11:01 AM posted to microsoft.public.word.tables
Shweta
external usenet poster
 
Posts: 6
Default Not able to continue table to the next page

Hi,

Is there is any way by which i can also apply some positioning to the table
and can continue table to the next page.Because when I select wrap text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not introduced
until later (in Word 2003, I think). In other words, you may have to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format menu,
click Columns. Click the "One" option, even if it already appears to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table of 4

rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it

works well.
But when table reaches to the end of the page then instead of

continuing to
the
next page it starts inserting rows from the first rows





  #4  
Old August 2nd, 2006, 11:17 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some positioning to

the table
and can continue table to the next page.Because when I select wrap

text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not

introduced
until later (in Word 2003, I think). In other words, you may have

to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format

menu,
click Columns. Click the "One" option, even if it already appears

to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table

of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it

works well.
But when table reaches to the end of the page then instead of

continuing to
the
next page it starts inserting rows from the first rows









  #5  
Old August 2nd, 2006, 11:30 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

The best you can do with an "un-wrapped" table is to indent it from
the left margin, or specify it to be right- or center-aligned (on the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some positioning to

the table
and can continue table to the next page.Because when I select wrap

text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not

introduced
until later (in Word 2003, I think). In other words, you may

have
to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format

menu,
click Columns. Click the "One" option, even if it already

appears
to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table

of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor

it
works well.
But when table reaches to the end of the page then instead of
continuing to
the
next page it starts inserting rows from the first rows











  #6  
Old August 2nd, 2006, 01:08 PM posted to microsoft.public.word.tables
Shweta
external usenet poster
 
Posts: 6
Default Not able to continue table to the next page

Hi,
Thanks for ur suggestions.
I think in word 2003 we can span a wrappes table across the page but i am
not able to do that. Just let me knoe whther we can do that in word 2003 or
not

"Stefan Blom" wrote:

The best you can do with an "un-wrapped" table is to indent it from
the left margin, or specify it to be right- or center-aligned (on the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some positioning to

the table
and can continue table to the next page.Because when I select wrap

text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not

introduced
until later (in Word 2003, I think). In other words, you may

have
to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format

menu,
click Columns. Click the "One" option, even if it already

appears
to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table

of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor

it
works well.
But when table reaches to the end of the page then instead of
continuing to
the
next page it starts inserting rows from the first rows












  #7  
Old August 2nd, 2006, 01:20 PM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

In Tools | Options, Compatibility tab, is the "Don't break wrapped
tables across pages" selected? If so, clear it.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,
Thanks for ur suggestions.
I think in word 2003 we can span a wrappes table across the page but

i am
not able to do that. Just let me knoe whther we can do that in word

2003 or
not

"Stefan Blom" wrote:

The best you can do with an "un-wrapped" table is to indent it

from
the left margin, or specify it to be right- or center-aligned (on

the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some positioning

to
the table
and can continue table to the next page.Because when I select

wrap
text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability

for
wrapped tables to continue on the following page was not
introduced
until later (in Word 2003, I think). In other words, you may

have
to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the

Format
menu,
click Columns. Click the "One" option, even if it already

appears
to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a

table
of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through

editor
it
works well.
But when table reaches to the end of the page then instead

of
continuing to
the
next page it starts inserting rows from the first rows















  #8  
Old August 3rd, 2006, 05:28 AM posted to microsoft.public.word.tables
Shweta
external usenet poster
 
Posts: 6
Default Not able to continue table to the next page

no its not cheked. I have written following code

Table.AllowPageBreaks = true;
Table.AllowAutoFit = false;
Table.Rows.AllowBreakAcrossPages = -1;
Table.Rows.WrapAroundText = -1;

Table.Rows.HorizontalPosition =
Convert.ToSingle(Word.WdTablePosition.wdTableRight );
summaryTable.Rows.RelativeHorizontalPosition =
Word.WdRelativeHorizontalPosition.wdRelativeHorizo ntalPositionColumn;
Table.Rows.VerticalPosition = 0;
Table.Rows.RelativeVerticalPosition =
Word.WdRelativeVerticalPosition.wdRelativeVertical PositionParagraph;
Table.Rows.AllowOverlap = -1;

"Stefan Blom" wrote:

In Tools | Options, Compatibility tab, is the "Don't break wrapped
tables across pages" selected? If so, clear it.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,
Thanks for ur suggestions.
I think in word 2003 we can span a wrappes table across the page but

i am
not able to do that. Just let me knoe whther we can do that in word

2003 or
not

"Stefan Blom" wrote:

The best you can do with an "un-wrapped" table is to indent it

from
the left margin, or specify it to be right- or center-aligned (on

the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some positioning

to
the table
and can continue table to the next page.Because when I select

wrap
text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability

for
wrapped tables to continue on the following page was not
introduced
until later (in Word 2003, I think). In other words, you may
have
to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the

Format
menu,
click Columns. Click the "One" option, even if it already
appears
to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a

table
of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through

editor
it
works well.
But when table reaches to the end of the page then instead

of
continuing to
the
next page it starts inserting rows from the first rows
















  #9  
Old August 3rd, 2006, 09:31 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

I'm afraid I'm running out of ideas. Check for document and template
corruption as described at
http://word.mvps.org/FAQs/AppErrors/CorruptDoc.htm.

You may also want to ask for help in a programming newsgroup, where
you are more likely to get knowledgeable comments on your code.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
no its not cheked. I have written following code

Table.AllowPageBreaks = true;
Table.AllowAutoFit = false;
Table.Rows.AllowBreakAcrossPages = -1;
Table.Rows.WrapAroundText = -1;

Table.Rows.HorizontalPosition =
Convert.ToSingle(Word.WdTablePosition.wdTableRight );
summaryTable.Rows.RelativeHorizontalPosition =

Word.WdRelativeHorizontalPosition.wdRelativeHorizo ntalPositionColumn;
Table.Rows.VerticalPosition = 0;
Table.Rows.RelativeVerticalPosition =
Word.WdRelativeVerticalPosition.wdRelativeVertical PositionParagraph;
Table.Rows.AllowOverlap = -1;

"Stefan Blom" wrote:

In Tools | Options, Compatibility tab, is the "Don't break wrapped
tables across pages" selected? If so, clear it.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,
Thanks for ur suggestions.
I think in word 2003 we can span a wrappes table across the page

but
i am
not able to do that. Just let me knoe whther we can do that in

word
2003 or
not

"Stefan Blom" wrote:

The best you can do with an "un-wrapped" table is to indent it

from
the left margin, or specify it to be right- or center-aligned

(on
the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
Hi,

Is there is any way by which i can also apply some

positioning
to
the table
and can continue table to the next page.Because when I

select
wrap
text to
False through the code positioning of the table get

disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the

ability
for
wrapped tables to continue on the following page was not
introduced
until later (in Word 2003, I think). In other words, you

may
have
to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the

Format
menu,
click Columns. Click the "One" option, even if it

already
appears
to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message

...
I am using Wprd with VSTO. Through code i have created

a
table
of 4
rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through

editor
it
works well.
But when table reaches to the end of the page then

instead
of
continuing to
the
next page it starts inserting rows from the first rows



















 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Choosing a package, return all items Teri New Users 10 June 7th, 2006 03:34 PM
Want to start page 1 numbering after five pages - how? RM Page Layout 6 April 5th, 2006 05:07 AM
Need to Improve Code Copying/Pasting Between Workbooks David General Discussion 1 January 6th, 2006 04:56 AM
Add New Field to DB Karen Database Design 7 October 19th, 2005 08:03 PM
Access combo box-show name, not ID, in table? write on New Users 30 April 30th, 2005 09:11 PM


All times are GMT +1. The time now is 09:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.