• login app

    From joedrive007@joedrive007@gmail.com to comp.lang.clarion on Wed Sep 11 06:41:27 2019
    From Newsgroup: comp.lang.clarion

    Hi,
    does any one have any example of login procedure before running main menu?

    thx
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Sean H@sean@none.com to comp.lang.clarion on Mon Sep 16 10:33:02 2019
    From Newsgroup: comp.lang.clarion

    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
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Joe Drive@joe.private00@gmail.com to comp.lang.clarion on Wed Sep 25 19:58:21 2019
    From Newsgroup: comp.lang.clarion

    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

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Joe Drive@joe.private00@gmail.com to comp.lang.clarion on Tue Oct 29 01:43:04 2019
    From Newsgroup: comp.lang.clarion

    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

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Sean H@sean@none.com to comp.lang.clarion on Fri Nov 1 16:46:42 2019
    From Newsgroup: comp.lang.clarion

    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


    --- Synchronet 3.21d-Linux NewsLink 1.2