Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » TableField in a Form
TableField in a Form [message #1101324] Wed, 04 September 2013 10:00 Go to next message
Ara Kapelo is currently offline Ara KapeloFriend
Messages: 1
Registered: September 2013
Junior Member
Hi all,

I want to know how to populate a table in a form. Within an "AbstractPageWithTable" I can use the function "execLoadTableData". Within a form I can't find any functions to do that.

Thanks
Re: TableField in a Form [message #1101441 is a reply to message #1101324] Wed, 04 September 2013 13:15 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Have you read this:
Table > Add a rows in the table

You can populate the table in the execLoad function of your Form Handler.


Often the data of a Form comes from the server and is transferred to the client with a FormData. For each TableField in your Form the FormData will contain a TableData. You can put the content of the table there. The data will be imported like for any other field (with importFormData(..))


Previous Topic:Scout bundles
Next Topic:SDK/RT Source - which tag to checkout
Goto Forum:
  


Current Time: Thu Apr 25 16:48:17 GMT 2024

Powered by FUDForum. Page generated in 0.02621 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top