Jump to content

Sanyi

Members
  • Posts

    58
  • Joined

  • Last visited

Recent Profile Visitors

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

Sanyi's Achievements

Member

Member (2/4)

1

Reputation

  1. Hi Sherzod, I did it. Conclusion: 1. I'm programming C++. Before I set these options with a pascal code: procedure AddUniDBGridOption(var dg :TUniDBGrid;opt :TUniDBGridOption); begin dg.Options :=dg.Options+[opt]; end; procedure RemoveUniDBGridOption(var dg :TUniDBGrid;opt :TUniDBGridOption); begin dg.Options :=dg.Options-[opt]; end; That works no more in new version. I set the options with C++ code for example Rownumbers: dg->Options =dg->Options+TUniDBGridOptions() <<dgRowNumbers. That works with both of old and new versions. Very strange.... But dgEditing don't works. Here I'm doing what your wrote: I set ReadOnly property of grid. Thanks your help, Regards, Sándor
  2. Hi Sherzod, I tried your solution but not working. 1. I add dgRowNumbers in my formcreate. When I here call your solution, comes an error: 2. When I add after form create with a button clikc, then I see the column, but without numbers: This is a very big projects, with more then 400 source files! I need the runtime solution which works with Version 1546! Regards, Sándor
  3. Some other values of my programm..... Thats not good news. Something works with old versions, but in the new no more.....
  4. I mean other options... but I need it runtime, it depends on some other values.
  5. Thanks. And what it with others? I need to add or remove dgCheckSelect, dgMultiSelect, dgEditing. These will be working?
  6. No. My Customer Portal Login is office@medianova.hu I red it. " Starting from yesterday uniGUI forums started using the new email forums@fmsoft.net. Previous email was info@fmsoft.net. This means that all forum notifications will be sent from forums@fmsoft.net. You may need to adjust your email server whitelist to avoid emails from forums@fmsoft.net to go into spam folder. "
  7. The forum notification Emails will arrive. What schould I do?
  8. But why I become no answer for 2 month. And could you please correct it? I don't think that it cannot be corrected.
  9. I wrote, that in new version not working! In old version it works!!!!!!
  10. Hi! I made it. But no answer! Why? 2 month and no result? Regards, Sándor
  11. Hi! In new version 1555 I can't change the options in DBGrid in runtime (old version works!) UniDBGrid1.Options :=UniDBGrid1.Options+[dgRowNumbers]; not working! Please correct it! Regards, Sándor
  12. Hello, I started this node. What Farshad wrote, solved the problem. Regard, Sándor
×
×
  • Create New...