Using latest build release: 24.0.29.54
WebOrderMobile sample
Demo menu, "Custom Forward Navigations" view.
click in prompt btn for the state form
Code:
C:\DataFlex 24.0 Examples\WebOrderMobile\Programs\WebApp.exe
Improper NavigateData passed to Validation List select
Erro número: 4402 linha: 41501.
MSG_ONNAVIGATEFORWARD (6998) - oSelectValidationValue (850) - at address 41501
MSG_NAVIGATEFORWARDFINISH (6970) - oSelectValidationValue (850) - at address 27871
MSG_NAVIGATEFORWARD_CALLBACK (6967) - oSelectValidationValue (850) - at address 27649
MSG_SHOWVIEW (6382) - oWebApp (22) - at address 22634
MSG_NAVIGATEFORWARD2 (6968) - oSelectValidationValue (850) - at address 27730
MSG_NAVIGATEFORWARD (6962) - oSelectValidationValue (850) - at address 27557
MSG_PERFORMNAVIGATEBYINVOKINGOBJ (5734) - oDemoCustomFwdNavigations (877) - at address 20882
MSG_PERFORMNAVIGATEBYINVOKINGOBJ (5734) - oAddress_group (890) - in native code
MSG_PERFORMNAVIGATEBYINVOKINGOBJ (5734) - oCustomerState (891) - in native code
MSG_NAVIGATEPATH (5809) - oCustomerState (891) - at address 17925
MSG_ONPROMPT (6507) - oCustomerState (891) - at address 41818
GET_HANDLEACTION (5779) - oCustomerState (891) - at address 17415
MSG_CALL_ACTION (5679) - oWebApp (22) - at address 21077
MSG_PROCESSREQUEST (5665) - oWebApp (22) - at address 16528
MSG_ONHTTPPOST (5631) - oWebServiceDispatcher (45) - at address 28635
MSG_ONHTTPREQUEST (5448) - oWebServiceDispatcher (45) - at address 15983
MSG_HANDLEHTTPREQUEST (5411) - oWebServiceDispatcher (45) - at address 16021
MSG_ONHTTPREQUEST (5448) - oVDFInetSession (24) - at address 14837
MSG_STARTWEBAPP (5655) - oWebApp (22) - at address 16380
[start] - at address 54053
This does not happens in previous releases.
MainDD of invoking obj is missing.
If you open the same view in DF-Studio in DF 23 vs DF 24, and check object binding properties, you see that the server is missing.
It seems inheritance got broken !? I guess this might be related to the latest feature to support multiple ddo structures ? But this view does not have this..
This is a critical issue !!!