MULTI5 [message #3772] |
Wed, 26 June 2013 19:17 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony,
Could you provide an example of the use of MULTI5?
I tried to use that transaction pattern, but the Selection Criteria area is not displayed. The html produced is:
<div class="outer">
<table>
<colgroup>
<col width="25%" />
<col width="*" />
</colgroup>
</table>
<div class="scrolling"> </div>
</div>
It is obviously missing the thead and tbody tags.
The Data Area (Rows of Selected Data) is displayed normally.
Perhaps I forgot something in the update process from Radicore 1.78 to 1.79.
Thanks in advance for any suggestion.
PS. I had no problem generating a MULTI2 transaction using the same tables.
|
|
|
Re: MULTI5 [message #3776 is a reply to message #3772] |
Thu, 27 June 2013 02:17 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
To have a field displayed in a particular zone on the screen you must have the following:
(a) The field must be in the $fieldarray array.
(b) The field must be in the screen structure file for that zone.
(c) If you want the field displayed with a particular HTML control then it must have the relevant details in the $fieldspec array.
Item (1) is important because in a MULTI5 pattern there is no automatic getData() on the database for the top zone, so you have to supply values manually.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|