Results 1 to 5 of 5

Thread: DF 19.1 - Invalid message GET_VIEWOBJECT when running RequestLogin in a webMobile app, with loginSupported

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Feb 2009
    Location
    Brazil
    Posts
    5,445

    Default Re: DF 19.1 - Invalid message GET_VIEWOBJECT when running RequestLogin in a webMobile app, with loginSupported

    Hi Harm

    *** Edit *** -> Please ignore all this.. My bad !! I had a typo in my code.. Forgot to remove 'of' from my original Send Navigate of ...
    Send NavigatePathBegin of hoLogin False

    ------ Section to be ignored --------
    Did you actually test that workaround?
    It did not work for me.. I receive the error "No navigate begin path defined for the view" now, If I use NavigatePathBegin

    Code:
                       Procedure OnClick
                            Handle hoLogin
                            //Send RequestLogin of ghoWebSessionManager
                            //Send NavigatePath  // no navigate forward defined in the invoking object
                            Get GetLoginView to hoLogin
                            Send NavigatePathBegin of hoLogin False
                        End_Procedure
    Steps..
    1. Load WebAPP (oDashboard is shown) (login is not required)
    2. Open Menu, Select Login menu-item .
    BAM - ERROR

    Code:
    D:\Projetos\DataFlex\Igreja\Recovery Media Repository\RecoveryMediaRepository_ws\Programs\WebApp.exe
    No navigate begin path defined for the view
    Erro número: 4402 linha: 22722.
    
    MSG_NAVIGATEPATHBEGIN (6346) - oWebApp (23) - at address 22722
    MSG_NAVIGATEPATHBEGIN (6346) - oLoginDialog (104) - in native code
    MSG_ONCLICK (6413) - oSignIn_itm (64) - at address 30512
    GET_HANDLEACTION (5674) - oSignIn_itm (64) - at address 16023
    GET_CALLACTION (6202) - oWebApp (23) - at address 22484
    GET_CALLACTION (6202) - oWebServiceDispatcher (46) - at address 21697
    GET_DOCALL (1284) - oCallInterface (47) - in native code
    GET_DOCALL (1284) - oWebServiceDispatcher (46) - at address 21451
    MSG_ONDFFUNC (5379) - oVDFInetSession (34) - at address 13455
    MSG_STARTWEBAPP (5593) - oWebApp (23) - at address 15210
    [start] - at address 31447

    --- End of secition -----

    This is working now..

    but now, I have a new issue to close my login view and return back.. will post in a new answer...


    Regards
    Last edited by Samuel Pizarro; 24-Jun-2019 at 02:02 PM.
    Samuel Pizarro

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •