cathalturi
Programmer
Hello, this is my first post to this forum. Hopefully someone here can help me.
Here's my problem: I have a browse-window showing several records. Each record has tweo fields: one for the name, the second for it's position within the queue.
BMW 1
PORSCHE 2
FIAT 3
DODGE 4
Also on the form are two buttons, one labeled UP, the other labeled DOWN. Let's say I click the record FIAT, positioned on 3 - then I click the UP Button. This is what i want:
BMW 1
FIAT 2
PORSCHE 3
DODGE 4
Had I pressed down, FIAT would now be on pos. 4 and DODGE would be on position 3. As you may notice, this sort of function is quite common in many applications. Being a total newbie to Clarion I would really appreciate some help! Please consider my very limited knowledge when answering !!
Thanx!
Here's my problem: I have a browse-window showing several records. Each record has tweo fields: one for the name, the second for it's position within the queue.
BMW 1
PORSCHE 2
FIAT 3
DODGE 4
Also on the form are two buttons, one labeled UP, the other labeled DOWN. Let's say I click the record FIAT, positioned on 3 - then I click the UP Button. This is what i want:
BMW 1
FIAT 2
PORSCHE 3
DODGE 4
Had I pressed down, FIAT would now be on pos. 4 and DODGE would be on position 3. As you may notice, this sort of function is quite common in many applications. Being a total newbie to Clarion I would really appreciate some help! Please consider my very limited knowledge when answering !!
Thanx!