SercoSteve
Programmer
I have a number of Tables on a Form all of which I am making visible or NOT visible depending on selections made via the form.
The way it works is that the user selects a record on one of the Form Tables and then moves to the next Form Table, which hides the original Table, As I make next table visible I programmatically move to the record I want using a call to moveToRecNo, an example is shown below.
allptlist.PARTS_BOX.MAN_OPT.moveToRecNo(recordNumber)
I move to the record fine, the Table and all linked Tables update correctly. What I need to do is highlight the current record programmatically. so that the user can see what the current record is.
Any suggestions greatly appreciated
Thanks in advanced
Steve
The way it works is that the user selects a record on one of the Form Tables and then moves to the next Form Table, which hides the original Table, As I make next table visible I programmatically move to the record I want using a call to moveToRecNo, an example is shown below.
allptlist.PARTS_BOX.MAN_OPT.moveToRecNo(recordNumber)
I move to the record fine, the Table and all linked Tables update correctly. What I need to do is highlight the current record programmatically. so that the user can see what the current record is.
Any suggestions greatly appreciated
Thanks in advanced
Steve