revdb_movenext

Chris Sheffield cm_sheffield at yahoo.com
Fri Mar 21 09:58:05 EST 2003


That did it.  Thanks!

I actually though of trying that, but the example in
the documentation didn't specify that.  I guess I
should have known since it's a function.

Thanks again,

Chris Sheffield
Read Naturally

--- Sarah <sarahr at genesearch.com.au> wrote:
> Chris,
> 
> I think your problem is that revdb_movenext is a
> function and when you 
> call a function from within a script, you have to
> tell it what to do 
> with the result, you can't just have it all on it's
> own in a line with 
> no other action.
> 
> I have used something like this:
>        put revdb_movenext(cursorID) into moveOK
>        if moveOK <> true then beep   -- error
> 
> You can also use "get" which puts the result into
> "it", which can be 
> checked or not, depending on your needs.
>        get revdb_movenext(cursorID)
> 
> Cheers,
> Sarah
> sarahr at genesearch.com.au
> http://www.troz.net/Rev/
> 
> 
> 

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



More information about the use-livecode mailing list