Jump to content

heronim

uniGUI Subscriber
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    1

heronim last won the day on January 11 2017

heronim had the most liked content!

Recent Profile Visitors

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

heronim's Achievements

Member

Member (2/4)

1

Reputation

  1. The worst response for a customer isn't a negative, it's a vacuum.
  2. Will this issue be addressed?
  3. So my statement is correct, Unidbgrid is not for data inclusion
  4. Does this mean unigrid was not made to include data?
  5. Is something so simple in VCL so impossible in Unigui?
  6. TESTE.GDBGRID_TEST.rar I prepared an example project, in addition to the "grid in dirt state" and "recno mismatch" error messages, focus is lost if all grids are active.
  7. Hello! I need the user to reach the end of a grid by clicking on tab to insert a new line, automatically. I need this line to be discarded when the user hits ESC or hits the up arrow I need the user when entering a unidbgrid to automatically insert a blank line. All these behaviors are common in any grid in Delphi, but I'm having a hard time implementing them in Unigui. There are codes that deal with this in the forum like the one below, but they cause other problems and instabilities. How do I resolve this? Shouldn't these needs above be standard in Unigui? procedure TMainForm.UniDBGrid1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); var isLastRecord: Boolean; begin isLastRecord := (Sender as TUniDBGrid).DataSource.DataSet.RecNo = (Sender as TUniDBGrid).DataSource.DataSet.RecordCount; if (Key = VK_TAB)and(isLastRecord)and(TUniExDBGrid(Sender).CurrCol=(Sender as TUniDBGrid).Columns.Count-1) then begin // your logic (Sender as TUniDBGrid).DataSource.DataSet.Append; end; end;
  8. What is the correct way to append the table in unidbgrid automatically, all the solutions I saw on the forum fail somehow
  9. How do I validate a dbgrid's fields preventing it from changing records? In the field validate it changes column and record even invalidating the information
  10. Olá,

    Tenho interesse no produto. Tenho uma dúvida, posso usar em app VCL? Existe uma forma já desenvolvida do servidor enviar para o cliente os documentos?

    1. Show previous comments  12 more
    2. Fred Montier

      Fred Montier

      Ok amigo.. tudo certo. Pode passar o seu e-mail por aqui ?


      Dia 24 estará disponível com o manual em português e inglês sem falta.

    3. heronim

      heronim

      heronim@vitoriasoft.com.br

    4. Fred Montier

      Fred Montier

      ok.. registrado aqui.

      Obrigado.

  11. I decided by compiling in Delphi 10.3, in Delphi 10.4 there was no way to solve it.
  12. I don't have this component in my project, and the error only occurs on one server, I tested it on another one and the error did not occur
  13. vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Server First Init. vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Start Path = C:\vitoriasoft\vsReg\ vsReg.exe: 000004EC: 18:58:59 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists. : Addr: $004D5DF8 vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Server Shutdown Completed. vsReg.exe: 000004EC: 18:58:59 []:<------------------------------------------
×
×
  • Create New...