Re: index number of a datarow in a data table

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thanks for replying so fast.

You see, my requirements are the following:

I need to create a page which has two functions: 1) display the content
a specific record in a database table and 2) page forward and backward
from the initial specific record mentioned before.

When the page loads, a datatable ("mydatatable") is created, and a
specific record is selected according certain criteria. Furthermore,
the page contains "Next" and "Previous" buttons, which allows for the
user to move forward and backwards in the datatable, but always using
the initially selected record as a starting point.

My idea is therefore to identify the initially selected record by its
index number, from which one can more up and down by adding to or
subtracting from that initial value (the minimum value being 0 and the
maximum value being mydatatable.rows.count - 1)

Let me know what you think.

Thanks

TB

.



Relevant Pages

  • Re: Focus Ring
    ... This will display the focus field for the record you're looking at (see ... than making a database that works. ... > line that FMP draws to the left of the line, ... > do is put some kind of focus ring around the current selected record. ...
    (comp.databases.filemaker)
  • Re: MFC MDI for binary db
    ... i think the 'right' method to do this is to have an array of views. ... be used to display different sections of the same document in copies of the ... > structure represent one record of a database. ... > selected record. ...
    (microsoft.public.vc.mfc)
  • Re: Focus Ring
    ... This will display the focus field for the record you're looking at ... The problem is that, apart from the little black line that FMP draws to the left of the line, there's nothing that really draws focus to which line has been clicked on. ... What I'd like to do is put some kind of focus ring around the current selected record. ... "Giving money and power to government is like giving whiskey and car keys to teenage boys." ...
    (comp.databases.filemaker)
  • ToolTipText for record that is not selected in continuous form
    ... enough to display the file names with long paths so I have written code to ... But this only works for the selected record. ... Dim strFileName As String ...
    (microsoft.public.access.formscoding)
  • Newbie: How to preview a report of a record selected in a form
    ... I have made a form to display and edit the fields of a selected record. ... When a row is selected in the combobox, the combobox only shows the value ... In the form I have also added a command button that opens a report preview. ...
    (microsoft.public.access.formscoding)