pashminakazi opened a new issue #725: TypeError: Cannot set property 'oParentForm' of null URL: https://github.com/apache/royale-asjs/issues/725 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Accounts Payable from Select in Menu Go to Sales Commission Scheme from Setups in Menu File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml popUpDetailEntry = new dbzSalesCommissionSchemeDetail(); popUpDetailEntry.oParentForm = this; oParentForm is defined in dbzSalesCommissionSchemeDetail [Bindable] public var oParentForm:Object = null; On Clicking **Plus (+)** button for detail grid function called **fn_AddProduct** and which is setting **popUpDetailEntry.oParentForm = this;** and then this exception occurs 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
