Jump to content

fraxzi

uniGUI Subscriber
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by fraxzi

  1. fraxzi

    Clear Button

    Hi @Sherzod, Any update? Thanks, Frances
  2. fraxzi

    Clear Button

    here's the gif ... note: dataset AutoEdit is false. Thanks and regards, Frances
  3. fraxzi

    Clear Button

    Hi @Sherzod, The ClearButton property is 'true'. I carefully follow the above. I am using uniGui 1.90.0.1564. Thanks, Frances
  4. fraxzi

    Clear Button

    Hi @Sherzod, Good day! I tried with TUniDBEdit, but the "afterrender" has no effect.. If I move the record from UniDBGrid, the display TUniDBEdit always show the clearbutton. Any workarround? Thanks Frances
  5. Hi @Sherzod, Thanks! Although there's still manual pixel adjustment, it looks good.
  6. Hi Devs, How can I auto resize the width of conbobox based on selected item's length? Thanks.
  7. In sencha (https://fiddle.sencha.com/#fiddle/vsm&view/editor) There is tagfield widget for dbgrid column. Other than the widget, is there an alternative way to display tagfield as dbgrid column? Thanks.
  8. fraxzi

    TagField

    with TUniEdit(TUniDBTagField) do begin ReadOnly := true; end; Solved my 1st issue. Solved my 2nd issue. I have another, but I will post it on separate thread. Thanks.
  9. procedure TdmMonitoring01.sqlMonitoringAfterPost(DataSet: TDataSet); begin with sqlMonitoring do begin Connection.StartTransaction; try ApplyUpdates; Connection.Commit; except RestoreUpdates; Connection.Rollback; MainForm.ShowToast('SAVING FAILED!'); raise; end; CommitUpdates; Refresh; // dgGrid not refresh!??? Why? MainForm.ShowToast('DATA SAVED!'); end; end; I added "Refresh" to the Query but dgGrid still not refreshed.. The data displayed was not changed. I also confirmed the data was saved.. If I call lik form1.dbgrid.refresh from form2 I get the error "Owner Form not found". So what should be the right approach? Thanks, Frances
  10. from the above procedure, I called: error is "Owner Form not found."
  11. Hi Everyone, On my datamodule, i have this afterpost on my query.. once the data posted, i'd like to refresh a dbgrid from another form/frame (unit). If I call TFromAnotherForm.dbgrid.refresh got this error "Owner Form not found." How to solve this? Thanks in advance.
  12. fraxzi

    TagField

    Hi @Sherzod I have dbTagfield and using the latest version: my issues are: 1. How can I disable "auto edit" 2. Missing "close" icon on tagged item using "uni_win10" theme as shown:
  13. Hi @Sherzod, You are the Man! Thanks.. Works like a charm! Frances
  14. Hi to all, I search the forum and looked at ClientSide Alignment - xxx.. But still not executing so I attached a simple test-case. @Sherzod, could you please assist.. Thanks, Frances test02.zip
  15. Hi, when I access this "/server" using https error occurs ... app site auto redirect http to https: How to solve this? Thanks in advance, Frances
  16. It's fully working now... Thanks @Farshad Mohajeri
  17. Hi @Sherzod, Can you please assist me on my problem? Thanks, Frances
  18. Hi @Farshad Mohajeri, How to use this? I have comodo SSL and using Hyperserver DLL on IIS. My setup works with http but how to make use SSL for the same Hyperserver DLL on IIS? Thanks, Frances
  19. Hi, I tried this with panel (parent layout is 'border') but didn't work JSInterface.JSConfig('width', ['25%']); I'd like to change the width at runtime. any working suggestion? Thanks, Frances
  20. I Got it! dbGrid => Options => dgRowSelect = False; Thanks, Frances
×
×
  • Create New...