Jump to content

Charles Holmes

Members
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Charles Holmes

  1. Hi,
     
    I having a similar problem with a UniDBGrid1 in MainForm;
    when I call Second_Form.ShowModal, the focus remains in the MainForm-->UniDBGrid1 
    and stay there until I click in the Second_Form

     

    I tried this:

     
    procedure TSecond_Form.UniFormShow(Sender: TObject);
    begin
      inherited;
      ActiveControl := Other_UniDBGrid;
    end;

     

     

    Thanks

     

    Charles

  2. Olá Pessoal, tudo bom ?

     

    Fiz um sistema, que funcionava tanto na web com em desktop, inicialmente com a unigui 0.93...., 

    Mas quando mudei para a versão 0.94.1024, o sistema não abre mais em desktop, só funciona na web.

    Qual propriedade controla isso?

     

    Estou usando:  Delphi XE3, Unigui 0.94.1024, Standalone Server

     

    Obrigado,

     

    Charles

×
×
  • Create New...