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

Home » RADICORE development » Bug Reports » using Popup on outer table of MULTI4
using Popup on outer table of MULTI4 [message #1142] Thu, 25 October 2007 13:13 Go to previous message
alrobertson is currently offline  alrobertson
Messages: 9
Registered: October 2007
Location: Vancouver
Junior Member
When I use a popup for a field in the outer table of a MULTI4,
the outer table's popcall() function does not get called but the inner tables popupcall() function gets called instead.

I made a small change to childForm() to get me by. I added
$found_x = true; to the conditional where _x$ is being stripped off. Then added this code after the 'popup|filepicker' has been determined:

if (($pattern_id == 'MULTI4') AND ($found_x)) {
reset($object_array);
$objectname = key($object_array);
$dbobject = $object_array[$objectname];
}

I'm sure you will have a better way, but I thought I should let you know about the issue.

Thanks
 
Read Message
Read Message
Read Message
Previous Topic: dict_table_s03
Next Topic: getInitialDataMultiple does not deal with ') OR (' in $where parameter
Goto Forum:
  


Current Time: Wed Aug 07 16:26:11 EDT 2024

Total time taken to generate the page: 0.00946 seconds