Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    337
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ario.Paxaz

  1. Hi

     

    I used below function ,but don't  fixed.

    procedure TMainForm.PrintRpt(FileName: String);
    begin
      frxReport1.LoadFromFile(FileName);
      Form_Print.frxReport1:=frxReport1;
      Form_Print.PrepareAndShow(Form_Print.frxReport1,Form_Print.frxPDFExport1);
      Form_Print.ShowModal;
    end;
    

    and this 

    procedure TMainForm.PrintRpt(FileName: String);
    begin
      frxReport1.LoadFromFile(FileName);
      Form_Print.frxReport1:=frxReport1;
      Form_Print.PrepareAndShow(Form_Print.frxReport1,Form_Print.frxPDFExport1);
    end;
    

     all of them,in stand alone work.

     

     

     

    Best Regards.

  2. Hi

     

    I Lock the IP that 3 time  enter wrong password in login form  by below code.

      if  PassMiss=3 then
        Begin
          IPAddress:=UniApplication.RemoteAddress;
          UniServerModule.SessionTimeout:=1000;
          UniServerModule.BlockedIPList.Add(IPAddress);
          Exit
        End;
    

    But after this ,all user after login into web application ,they automatically  back into login form.

    notice that i use SSL certification.

     

     

     

    Best Regards.

  3. Hi

     

    I have tow below log in log_isapi folder in log file.

    1-

    in exit or close login form the below log occur

    EInvalidPointer : Invalid pointer operation
    

    how to prevent of occur it?

     

     

    2-

    and below log that i don't know what occur.

    [HttpExtensionProc[1.2.193.26]]:EUniSessionException
    

    and how to prevent of occur  it?

     

     

    Best Regards.

  4. Hi

     

    I solved it.

     

    It is enough add link of  it group to Unilable caption and set   Textconversion to txtHTML.

    <a href="https://t.me/joinchat/link of group ?subject=Subject">SendMessage</a>
    

    Best Regards.

×
×
  • Create New...