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

Home » RADICORE development » Transaction Patterns » PopUpForm (Retrieving additional field values)
Re: PopUpForm [message #4242 is a reply to message #4241] Fri, 06 June 2014 11:22 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2352
Registered: April 2006
Location: Surrey, UK
Senior Member
By default the popup form will only return the primary key of the selected entry. There ate two ways to obtain other (non-key) values:
(1) Use the _cm_getPkeyNames() method in the popup form to add extra field names to the list of primary key fields.
(2) After returning to the form which called the popup you may insert code to read the record with that primary key. This will give you access to all the data on the selected record. You can put code in the _cm_popupReturn() method or the _cm_post_popupReturn() method.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Virtual Private Database and List 2 pattern
Next Topic: Dropdown list
Goto Forum:
  


Current Time: Fri Jul 19 11:26:08 EDT 2024

Total time taken to generate the page: 0.01021 seconds