• login app

    From joedrive007@gmail.com@21:1/5 to All on Wed Sep 11 06:41:27 2019
    Hi,
    does any one have any example of login procedure before running main menu?

    thx

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sean H@21:1/5 to joedrive007@gmail.com on Mon Sep 16 10:33:02 2019
    On 11/9/19 11:41 pm, joedrive007@gmail.com wrote:
    Hi,
    does any one have any example of login procedure before running main menu?

    thx


    Assuming ABC not legacy
    In your main procedure
    You just need to call the login procedure from thiswindow.init,
    somewhere early. If the login fails you return level:fatal

    easy


    Sean H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe Drive@21:1/5 to Sean H on Wed Sep 25 19:58:21 2019
    great thx

    On Monday, September 16, 2019 at 7:33:36 AM UTC+7, Sean H wrote:
    On 11/9/19 11:41 pm, joedrive007@gmail.com wrote:
    Hi,
    does any one have any example of login procedure before running main menu?

    thx


    Assuming ABC not legacy
    In your main procedure
    You just need to call the login procedure from thiswindow.init,
    somewhere early. If the login fails you return level:fatal

    easy


    Sean H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe Drive@21:1/5 to Sean H on Tue Oct 29 01:43:04 2019
    Do you have the example or steps?

    thx joes

    On Monday, September 16, 2019 at 7:33:36 AM UTC+7, Sean H wrote:
    On 11/9/19 11:41 pm, joedrive007@gmail.com wrote:
    Hi,
    does any one have any example of login procedure before running main menu?

    thx


    Assuming ABC not legacy
    In your main procedure
    You just need to call the login procedure from thiswindow.init,
    somewhere early. If the login fails you return level:fatal

    easy


    Sean H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sean H@21:1/5 to Joe Drive on Fri Nov 1 16:46:42 2019
    Create a window for your logon and design it however you want
    Maake a prototype to return a long ie (),LONG
    in the actions put a variable for a return value
    in the embed for the OK button set the return var to true

    In your main frame in this window.init put a call to your logon
    IF myLogonWindow() = FALSE
    Return level:Fatal
    END


    Sean H


    On 29/10/19 6:43 pm, Joe Drive wrote:
    Do you have the example or steps?

    thx joes

    On Monday, September 16, 2019 at 7:33:36 AM UTC+7, Sean H wrote:
    On 11/9/19 11:41 pm, joedrive007@gmail.com wrote:
    Hi,
    does any one have any example of login procedure before running main menu? >>>
    thx


    Assuming ABC not legacy
    In your main procedure
    You just need to call the login procedure from thiswindow.init,
    somewhere early. If the login fails you return level:fatal

    easy


    Sean H


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)