Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » MULTI5
MULTI5 [message #3772] Wed, 26 June 2013 19:17 Go to next message
jjtoranzo2004 is currently offline  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 Go to previous message
AJM is currently offline  AJM
Messages: 2347
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.


Previous Topic: How to use ADD 3 ?
Next Topic: Virtual Private Database and List 2 pattern
Goto Forum:
  


Current Time: Fri Apr 19 05:37:07 EDT 2024

Total time taken to generate the page: 0.01087 seconds