Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » TableField in a Form
TableField in a Form [message #1101324] Wed, 04 September 2013 06:00 Go to next message
Eclipse UserFriend
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 09:15 Go to previous message
Eclipse UserFriend
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: Sat Jul 12 16:31:40 EDT 2025

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

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

Back to the top