Re: table->movedown
From: Dinçer (dincer80"at"yahoo.com)
Date: 02/23/04
- Next message: Philip: "Outlook Object Model - SMTP Server Definitions"
- Previous message: Dinçer: "table->movedown"
- In reply to: Dinçer: "table->movedown"
- Next in thread: Klaus Linke: "Re: table->movedown"
- Reply: Klaus Linke: "Re: table->movedown"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 15:22:10 +0200
I tried this:
I made the document visible before each MoveDown usage, and then I made the
document back invisible.
When run in visible mod, MoveDown works OK.
But, for each table the screen kinda blinks you. And of course, I don't want
this..
Are there any other solution ??
"Dinçer" <dincer80"at"yahoo.com> wrote in message
news:Op0mtOg%23DHA.1632@TK2MSFTNGP12.phx.gbl...
> Hi everyone!
>
> My program creates a report (Word document) which includes several tables.
> Unfortunately, today, I found out that Microsoft has a bug when using
> MoveDown method.
>
>
(http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com
> :80/support/kb/articles/q235/8/76.asp&NoWebContent=1)
>
> The article says the bug doesn't appear if we make the document visible
> before using MoveDown method. Indeen, it doesn't.
> However, it is not a good thing to show the user all the creation process
of
> the report.
> How can I skip this error and create my reports?
>
> Thank you...
>
> PS:
> This line of code is the reason of the problem:
> objDoc.ActiveWindow.Selection.MoveDown Unit:=wdLine, Count:=1
>
> What can I do instead of this code, to be able to finish a table and after
> putting a few newline's go to the other table?
>
>
- Next message: Philip: "Outlook Object Model - SMTP Server Definitions"
- Previous message: Dinçer: "table->movedown"
- In reply to: Dinçer: "table->movedown"
- Next in thread: Klaus Linke: "Re: table->movedown"
- Reply: Klaus Linke: "Re: table->movedown"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|