Jump to content

njtz2011

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by njtz2011

  1. I use TUniDBEdit component, and associated with a DataSource but no matter Dataset.state what state the TuniDbEdit components can be edited, not when Dataset.state = dsEdit or dsInsert, TuniDbEdit components before they can edit, similar alsoTuniDBMemo, TUniDBCheckBox, TUniDBComboBox ...

    Sorry for my English!

  2. I want to manually stop a session,but I can't find ways to achieve,The following code no effect.

     

     

      ASession := TUniGUISession(UniServerModule.SessionManager.Sessions.GetSession(SomeSessionID,SomeRemoteHost));
     if ASession <> nil then
        ASession.UniApplication.Terminate;
        //or
        UniServerModule.ClearSessionBusy(ASession);
    

×
×
  • Create New...