Jump to content

Angelica

uniGUI Subscriber
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Angelica

  1. Hello Sherzod : How are you ? Thanks a lot. Another Subject: I do not know but i delete the title of this topic. I was trying copy the title, but it was deleted. Best regards. Angélica ( Arizmendi Team)
  2. Hello Sherzod: I've made a simple testcase and I attached it. Thanks in advanced. Angélica ( Arizmendi Team). Unit1.dfm Unit1.pas
  3. Hi Dear : We have a problem with TUniComboBox, with Property: Font. I attach a document with the explanation. Thanks in advanced Angélica ( Arizmendi Team) Problem with TUniComboBox Properties .docx
  4. Hi Dear Moderators: It works excelent!!! Thanks a lot!!!! Angélica ( Arizmendi Team)
  5. Posted 06 July 2018 - 03:28 PM Hi !! We have a problem with UniDbNavigator --> Events--> BeforeAction We need that button ->nbInsert can Table.cancel when the process ´s done. Details: 1. I 've made for you 2 very simple test case, 2. 1. In a Form, in VCL: procedure TForm1.DBNavigator1Click(Sender: TObject; Button: TNavigateBtn); begin if Button = nbInsert then IBCTable1.Cancel; end; end, Behavior: Button Insert doesn´t work, for us it´s OK, because it ´s we need that way. 2. In a Form, in Unigui: procedure TMainForm.UniDBNavigator1BeforeAction(Sender: TObject; Button: TNavigateBtn); begin if Button = nbInsert then IBCtable1.Cancel; end; Behavior: Button Insert workS, for us it´s KO, because it ´s we need that the table.Cancel works. Have you an alternative? Thanks in advanced. Angélica ( Arizmendi Team)
  6. Dear Administrators and Moderators: Thanks a lot!!!!! It works very well. Thanks a lot, again!!!! Angélica ( Arizmendi's Team)
  7. Hi !!! DataBase: Interbase XE7 UNIGUI Version: 1.10.0.1470 Thanks in advanced Angélica ( Arizmendi's Team)
  8. Hi: I send a test case ( project: PruebaAnge.rar) Thanks in advanced. Angélica ( Arizmendi 's Team) PruebaAnge.rar
  9. Hi !! We have a problem with UniDBGrid --> Columns - Property : Editor and UniDbGrid --> Property: ReadOnly Details: 1. I 've made for you a test case. 2. In a Form: - A UniDbGrid linked Table: ElFormularios. 1.In Property: Columns --> in Columns ' property-->Editor : we put a component, for example: a UniComboBox ( error appears with all components, we 've test them). - A UniRadioGroup1 with : 1 Name:ReadOnly (option): UniDBGrid.ReadOnly:= True; ( option for default) 2 Name:NotReadOnly(option): UniDBGrid.ReadOnly: False; - A UniButton1 ( it contains another process, it works well). 3. When clicking on UniRadioGroup1-->NotReadOnly first time, it works well. Then clicking on UniRadioGroup1-->ReadOnly, it works well For Second Time clicking on UniRadioGroup1-->NotReadOnly, it does not work. Error ( I attach a file with error). We don´t why UniDBGrid.ReadOnly:= False doesn´t work, if we put a component in editor ( Property's Columns). Thanks in advance Angélica ( Arizmendi's team)
  10. Hi Delphi -UniGUI Developers: Would you have an example of how to do Drag Drop in TUniLisBox? Would you have an example of how to do Drag Drop between two TUniLisBox (items)? I attached a file with screen. Kind Regards Angélica
  11. Hi Please, is there another solution? We need date fomat: dd /mm/yyyy. Best regards; Angélica Versión: Uniguid licenced 1402. We paid it.
  12. Hi !!! Thanks for your answer. I Found an extensible-lang-es.js. how do I include file (extensible-lang-es.js.) in my calendar application ( UniCalendarpanel)? I attached this file, Thanks a lot again. Angélica PD: extensible-lang-es.js 's: if (exists('Extensible.calendar.template.BoxLayout')) { Ext.apply(Extensible.calendar.template.BoxLayout.prototype, { firstWeekDateFormat: 'D d', // e.g. "Lun 01" otherWeeksDateFormat: 'd', singleDayDateFormat: 'l, d \\de F \\de Y', // e.g. "Lunes, 12 de Enero de 2011" multiDayFirstDayFormat: 'd M, Y', // e.g. "09 Ene, 2011" multiDayMonthStartFormat: 'd M' // e.g. "01 Ene" }); } extensible-lang-es.js.txt
  13. Hi Delphi -UniGUI Developers: We need your help, 'cause we need date format : 'dd-mm-yyyy',( first day and second month). I write in ClientEvents-->UniEvents; I attached a file ( agenda.png), too. function beforeInit(sender, config) { config.monthViewCfg = { ddCreateEventText: "Evento creado desde {0}", ddMoveEventText: "Evento Modificado desde {0}", ddResizeEventText: "Evento Actualizado desde {0}", showHeader: true, startDay: 1, onMoreClick: Ext.emptyFn, showWeekLinks: true, showWeekNumbers: true, todayText: "Hoy", FormatDate: "j F Y" ----> It doesn´t work. } } Thanks a lot. Best regards. Angélica
  14. Hi Developer Delphi !!! I need show for page 30 records of my table with 3.000.000 records. The UniDBGrid page doesn't work ( for big tables). Anyway, thanks for your time!!!
  15. I uploaded 2 images. 1.Project1 2.Error (Chrome)
  16. DB: Advantage Database Server 12.1 I use components TAdsTable y TAdsConnection I have made a simple project: i upload Project1.png file.
  17. Hi Delphi Developer: 1) I try with UniDBGrid -> WebOptions -> FetchAll = True , but It doesn´t work. 2) Error , UniDbGrid can´t full a table with 3.000.000. The page web doesn´t Work but with another tables ( e.g. 100.000) ,it works perfectly. Do you get it?? Really, I wanna, 'cause i need that my page web shows a table with 3.000.000, with pagination,obviusly. Best Regards!!! an Thanks a lot !!!
  18. Hi Delphi Developer: Thanks, for your soon answer. I did that UniDBGrid -> WebOptions -> Paged, PageSize ---> 25 but It didn't work for these case, a table with 3.000.000 records. Versión: Uniguid licenced 1402. I paid it. Best regards,
  19. Hi; I need see e.g. 3.000.000 registers in Unidbgrid, Is it possible?? Thanks! Angélica
×
×
  • Create New...