Jump to content

gastelumri

uniGUI Subscriber
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

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

gastelumri's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. The goal is to remove the option for the end user, and have control of showing / hiding the column, without it being an end user option I will use a combination of yours codes Thank you very much gentlemen
  2. May work, but will need the part that is set on IDE (UniDBGrid -> ClientEvents -> ExtEvents -> function reconfigure) Yes, hide the column, something like the below code procedure TMainForm.UniBitBtn1Click(Sender: TObject); begin UniDBGrid1.ClientEvents.Enabled:=false; UniDBGrid1.ClientEvents.ExtEvents.Clear; UniDBGrid1.ClientEvents.Enabled:=true; UniDBGrid1.ClientEvents.ExtEvents.Values['reconfigure']:= 'function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) ' + ' { columns[0].hideable=false; }'; //UniDBGrid1.ClientEvents.ExtEvents.Values['activate']:= 'function activate(sender, eOpts) { }'; end;
  3. Thank you @Sherzod It works at design environment How to do it on run time?
  4. Great!! From which version of uniGUI? I'm working with the version 1.70.0.1493 maybe you can send to my email a package that can work with Thanks a lot in advance
  5. Hello Hayri! I bought your uniSpecial component some time ago How can I get an update? Thanks in advance
  6. Hola He trabajado SQLDependency en C# con windows forms Ademas esto puede ayudar: https://neftali.clubdelphi.com/eventos-con-sql-server-y-firedac-query-notifications/
  7. It is good to know... may be they invite us to the "first annual conference of uniGUI users" I wish to visit Pamukkale, nice place!!
  8. Hello Is this set of components compatible with iniGUI Mobile?
  9. Hola, Ruben Gastelum desde México... Aprendiendo de este excelente framework... Saludos!!
  10. Thank you, how can I do to run on ISAPI?
  11. sorry for the delay; I recreated the app, and now is working CONGRATULATIONS for a very great job
  12. I'm testing my app with IE 7 and FireFox 6.0 On firefox I can't see a TUniStringGrid control but I can see TUniBitBtn and this issue is no happening on IE
  13. When I try to open in ISAPI module my app I get this error Line: 24 Char: 1 Error: 'Ext' is undefined Code: 0 URL: http://Server/sbtsug/sbts.dll But is working if I open the executable and run the browser http://server:8077
×
×
  • Create New...