--- Bill <[EMAIL PROTECTED]> wrote:
> Thanks for the quick reply. I'm trying to get
> another of the undocumented
> functions to work. I don't want all the records from
> a search put in a field
> I just want the total found returned and a pointer
> number returned as the
> user goes through them.
> 

If you're using Database-linked buttons to traverse
the record set, the easiest way is to group these
together, and set the group script to :
--
on mouseUp
  put revCurrentRecordfOfQuery("Connect") && "/" &&  \
        revRecordCountOfQuery("Connect") into fld
"RecNum"
end mouseUp
--

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


        
                
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to