Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ario.Paxaz

  1. Hi

     

    I run my app by hyper_server.dll in IIs .

    for monitor server ,prompt_login is 0 In hyper_server.cfg ,but login form asked me Id and Password.

    If I do prompt_login = 1 and set 

    [login-0]
    user_name=1
    password=1
    admin=1

    will not enter again.

     

    Best Regards.

     

     

  2. Quote
    
    
    procedure TMainForm.UniPDFFrame1FrameLoaded(Sender: TObject);

    Hi

     

    I read my table and load in Unipdfframe ,when the field is null ,the following error is displayed,

    Cannot read property 'style' of null

    of course if I use below code

    procedure TMainForm.UniPDFFrame1FrameLoaded(Sender: TObject);
    begin
      // download button
      UniSession.AddJS (UniPDFFrame1.JSName + '.iframe.contentWindow.document.'
           + 'getElementById ("download").style.display = "none"');
      UniSession.AddJS (UniPDFFrame1.JSName + '.iframe.contentWindow.document.'
           + 'getElementById ("secondaryDownload").style.display = "none"');
    .
    .
    .
    Cannot read property 'style' of null
     

     

    Reagards.

    ErrorPdfframe.jpg

×
×
  • Create New...