Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    829
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by eduardosuruagy

  1. 4 minutes ago, Hayri ASLAN said:

    Ao clicar no botão, ele o desativará até a resposta para que ninguém possa clicar novamente.

    would there be another way to do this? I'm using third party component

  2. 2 minutes ago, Hayri ASLAN said:

    E qual é o tipo de botão Fechar? é UniButton?

    Temos propriedade autolock para unibutton

    image.png.a4e2c6cc9cc17c76cdda1f1ab2f0e92d.png

    I saw now that the property exists.
    What does this property do? I'm using another type of button and it doesn't have it

  3. 4 minutos atrás, Hayri ASLAN disse:

    O é o mais recente.

    Você está usando UniButton? Como eles estão fechando seu formulário?

    I open my frame in a pagecontrol and close it like this:

    At the click of the close button:

    MainForm.pgGeral.ActivePage.Close;

  4. 7 hours ago, Sherzod said:

    Você está usando JSInterface .JSConfig em algum lugar?

    i have this a lot on my system, can this cause any problems?

     

          TUniSpinEdit(Components[I]).JSInterface.JSConfig('hideTrigger', [True]);
          TUniSpinEdit(Components[I]).JSInterface.JSConfig('minValue'   , [0]);
     

  5. 52 minutes ago, Hayri ASLAN said:

    Definir o Chrome para abrir PDF em vez de baixá-los?

    but the problem only happens when I use it in the mobile form, if I leave it in the normal way

  6. 21 minutes ago, Hayri ASLAN said:

    Olá

    Você pode pesquisar no google. Eu não tenho uma resposta para isso.

    But what am I going to research on?

  7. 6 minutes ago, Hayri ASLAN said:

    Olá

    Não consigo reproduzir este erro. Isso deve estar relacionado às configurações do seu navegador.

    What would these settings be? I'm using chrome Version 91.0.4472.77 (Official version) 64 bits and it doesn't work, in Firefox using version 89.0 (64-bits) it works normal

  8. On 29/05/2021 at 16:38, Hayri ASLAN said:

    Olá

    Você tem algum erro no console?

     

    If I access the project from my cell phone, the pdf downloads but it doesn't show on the screen. I got the demo and it looks the same.

    Demos:
    C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\FastReport

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Desktop \ FastReport - Dynamic

  9. When I put the browser in cellular mode, my report does not appear, what would be the reason?

    On-screen colors are just for visualizing where the components are on the screen. I am using UniURLFrame to view the report.

    Sem título.png

  10. I have a table with a compound key and I wanted to select it through a combobox. But when I have the record with the same code it doesn't show correctly. How could you make that selection?

    Example:
    Agency Table
    Agency_ID = 0001
    Banco_ID = 104

    Agency_ID = 0001
    Banco_ID = 001

×
×
  • Create New...