Scroll Bar in the forms
From: <shanx_at_my-dejanews.com>
Date: Fri, 05 Jun 1998 19:09:49 GMT
Message-ID: <6l9fps$i38$1_at_nnrp1.dejanews.com>
Hi everybody,
[Quoted] I have a problem in creating scroll bar on a canvas which has two blocks and both blocks are multi record blocks;When I press a scroll bar, the associated block scrolls, But I am trying to make that other block also scroll.
Date: Fri, 05 Jun 1998 19:09:49 GMT
Message-ID: <6l9fps$i38$1_at_nnrp1.dejanews.com>
Hi everybody,
[Quoted] I have a problem in creating scroll bar on a canvas which has two blocks and both blocks are multi record blocks;When I press a scroll bar, the associated block scrolls, But I am trying to make that other block also scroll.
eg:
(BLOCK1 AND BLOCK2 ARE MULTI RECORD BLOCKS AND ARE IN THE SAME CANVAS)
|^| BLOCK1 BLOCK2
|S| FIELD1 FIELD2 FIELD3 FIELD4 FIELD1 FIELD2 FIELD3 FIELD4
|C| FIELD1 FIELD2 FIELD3 FIELD4 FIELD1 FIELD2 FIELD3 FIELD4
|R|
|O|
|L|
|B|
|A|
|R|
|^|
WHEN THEN PRESS THE SCROLL BAR(BLOCK1 IS DEFINED AS A SCROLL BAR), BLOCK1 SCROLL DOWN OR UP, so I wrote a trigger 'Key-scroll-down' in the block1
scroll_down; go_block('block2'); scroll_down; go_block('block1');
Nothing happens to block2, I have a requirement to make both block scroll! is there a way?
thanx in advance Received on Fri Jun 05 1998 - 21:09:49 CEST