How to use database linked controls

Jan Schenkel janschenkel at yahoo.com
Fri Jul 23 07:51:20 EDT 2004


--- Bill <bill at bluewatermaritime.com> 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/


More information about the use-livecode mailing list