Jump to content

Juan Francisco

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Juan Francisco's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Ya esta solucionado: procedure TMainForm.UniButton1Click(Sender: TObject); begin with UniDBGrid1 do begin CurrCol:= 3; CurrRow:= 1; JSInterface.JSCode('Ext.select("#'+ JSId +' .x-grid-cell-selected").elements[0].scrollIntoView();'); end; end;
  2. It can be done in unigi!! I hope that the information I send will help you to support me a little.
  3. Edición: Delphi 10.3.3 uniGUI Web Application Framework - Trial Edition 1.90.0 build 1547 evaluation Edition Compilación: 32 Bits. https://drive.google.com/file/d/1Bgn3EpwKmK_Q8TYP3hF-eb6sGgtnbcgg/view?usp=sharing https://drive.google.com/file/d/1j_3aBifJb9zNX5lBlxSkaftREbyTptPA/view?usp=sharing
  4. Hi, good evening, I'm working with the TUniDbGrid, I'm trying to put the focus on a specific cell, but at the moment I haven't found a clear solution, maybe you can help me. In the following image I show the functionality that you want to get to do, for example when selecting the button positions the focus in the Area 3 column with the value 033, in another case that when selecting the button it will be positioned in the Area 1 column with the value 011, only in the row that is active, could this be done? https://drive.google.com/file/d/1HF8wAGK0P3asENJeE72oBsqZLBugNXZK/view?usp=sharing
  5. Buenas noches, tengo un problema con el control de TUniMemo, estoy utilizando un demo que es proporcionado por "UniGui", en el grid muestra la columna "Notes" esta columna esta ligada a un campo del tipo "MemoField" pero como podrán observar debido a demasiado contenido, la columna del grid se hace mas grande, sobran de alguna propiedad para evitar que el el memo se muestre de esta manera y así evitar que la columna del grid se haga mas grande, y así cuando el usuario se posicione sobre este campo se muestre todo el contenido. C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\Grid with Memo and Image
×
×
  • Create New...