Hi,
Suppose that the follow data are in a browse window:
ABCD
ACCD
BEDF
BFGC
CHJK
I have use a select statement to select this field into a temp table, and i use the following code to display in a browse window.
ON KEY LABEL ENTER KEYBOARD "{CTRL+W}"
BROWSE fields phone : R title "Select Phone Number and press ENTER when done..."
ON KEY LABEL ENTER
After the browse window pop up it's point to [ABCD], the thing i wish to do is when I press B the record will point to [BEDF] and when I press A it'll point back to [ABCD] and so on.
Can anyone give me any hint to do this?
Thanks in advance.
Suppose that the follow data are in a browse window:
ABCD
ACCD
BEDF
BFGC
CHJK
I have use a select statement to select this field into a temp table, and i use the following code to display in a browse window.
ON KEY LABEL ENTER KEYBOARD "{CTRL+W}"
BROWSE fields phone : R title "Select Phone Number and press ENTER when done..."
ON KEY LABEL ENTER
After the browse window pop up it's point to [ABCD], the thing i wish to do is when I press B the record will point to [BEDF] and when I press A it'll point back to [ABCD] and so on.
Can anyone give me any hint to do this?
Thanks in advance.