another newbie question- calculation field

hello again forum,

can anyone tell me what the calculation would be to display something similar to how filemaker says “Record 5 of 30 - Found 30” in the rollodex? I would like to put something like that in my controller.

thanks again,

  1. place a label on your form
  2. click the checkbox in the property window that says ‘displaytags’
  3. doubleclick the text property
  4. select/doubleclick recordindex and maxRexordIndex where recordindex = current record and maxRecordIndex = maximum number of records in the recordset.

(REMARK: the maxRecordIndex is not necessarily the maximum number of records. Because of speed conciderations normally the max number is 200…)

Cheers,

wow thanks that worked fine! :D