realbasic-nug
[Top] [All Lists]

Re: Working with Word Document

To: "REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Working with Word Document
From: William Yu <william at realsoftware dot com>
Date: Mon, 28 Feb 2005 10:10:02 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
On 2/28/05 10:01 AM, "tom dot russell at transport dot alstom dot com"
<tom dot russell at transport dot alstom dot com> wrote:

> What I dont get though is if you type word.selection. and then press tab to
> see whats available, MoveDown does not show up. Thats what I was missing,
> and probably what has lead me astray so much. Other than that it works like
> it should albeit different than what you'd do coming from VB.

Eh, that's a bit of a "feature" of our autocomplete, since MoveDown is
technically supposed to return something, so you should be calling it as a
function.

RetVal = Word.Selection.MoveDown

That should autocomplete.


-- 
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>