2008 Oct 27 6:17 AM
Is there any possibility of calling a page with flow logic(x.htm ) from a controller?
Also I want to know how to apply scrolling to a tableview in a View as there is no event handler here. Iam able to view the first 30 records but want to navigate from 31 to 60...61to 90 and so on.......
Thanks and regards,
Sinu
2008 Oct 27 6:51 AM
Try with bsp tags <bsp:goto> or <bsp:call>
and also for tableview you can set the number of rows using visibleRowCount set the option to 30.
Try with bsp tags <bsp:goto> or <bsp:call>
and also for tableview you can set the number of rows using visibleRowCount set the option to 30.
2008 Oct 27 6:51 AM
Try with bsp tags <bsp:goto> or <bsp:call>
and also for tableview you can set the number of rows using visibleRowCount set the option to 30.
2008 Oct 27 7:01 AM
Thank you so much...
but will I be able to call from a controller as we call a view...similar to the below code.
lref_first_view = create_view( view_name = 'first.htm' ).
lref_first_view->set_attribute( name = 'MODEL' value = mref_model_first ).
call_view( lref_first_view ).
I have already set the visibleRowCount....but my issue is to navigate to the next records i.e say 2nd page 3rd page..........
Regards,
Sinu
2008 Oct 27 7:19 AM
ok, in this case you have to use the navigation parameter. the way you navigate in page with flow logic using the Navigation method goto_page
the equivalent will be like this..
navigation->goto_page( 'main.htm' ). "this is the page with flow logic page
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |