Jump to content

Sherzod

Moderators
  • Posts

    19793
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Selecting all rows will work within the page.
  2. I'm sorry, I do not understand your issue.
  3. procedure TMainForm.UniButton2Click(Sender: TObject); var SId : string; SS : TUniGUISession; begin SId := ClientDataSet1.FieldByName('sessionid').AsString; if (SId <> '') and (SId <> UniSession.SessionId) then begin SS := UniServerModule.GetSession(SId); if Assigned(SS) then try SS.TerminateAfterSecs(1); finally SS.UnBusy; end; end; end;
  4. Hello, You can also analyze this demo example I think: \FMSoft\Framework\uniGUI\Demos\Desktop\Session List
  5. Можете попробовать использовать HTML текст, к примеру использовать <br> тэг: Columns[xx].Title.Caption = 'Первая строка<br>вторая строка'
  6. Or use the "specialkey" event for the column editor:
  7. Perhaps you need to use another event for this.
  8. Hello, We have updated the demo installer today. Please download build 1514 and try again. http://www.unigui.com/download/docman
  9. It works for me. But with one excluding of course: The following sequence doesn't work Enter (works) -> ESC (doesn't work) (and this is normal...) What do you want to achieve?
  10. Sherzod

    Ajax Error

    Sorry, not enough details.
  11. Sorry, can you please explain in more detail? How should we work with the testcase?
  12. Hello, Sorry for the late response. Well first of all you can look at the documentation: http://unigui.com/doc/online_help/deployment_options.htm http://unigui.com/doc/online_help/isapi_module.htm
  13. Hi, Happy new year. Which build are you using? Can you make a simple testcase for reproduce?
  14. It expires at end of each quarter.
  15. http://forums.unigui.com/index.php?/topic/12609-unipanel-background/&amp;do=findComment&amp;comment=67182
  16. Sherzod

    Loading Data

    Hi, UniDBGrid.LoadMask.Enabled = False ?
  17. Добрый день, procedure TMainForm.UniButton4Click(Sender: TObject); begin UniHTMLMemo1.JSInterface.JSCall('execCmd', ['underline']); end;
  18. You need add only for the first button, which should be aligned on the right side.
  19. Sherzod

    Ajax Error

    Which edition? Are you using trial edition?
  20. Hi, Can you please make a simple testcase?
×
×
  • Create New...