Jump to content

Mediv

Members
  • Posts

    79
  • Joined

  • Last visited

Recent Profile Visitors

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

Mediv's Achievements

Member

Member (2/4)

0

Reputation

  1. The same question arises when editing data grid, made ​​with Timer. Perhaps this is what you need. procedure DataVirtualTableAfterEdit(DataSet: TDataSet); begin inherited; UniTimer.Enabled := True; end; // procedure UniTimerTimer(Sender: TObject); begin inherited; UniTimer.Enabled := False; // DataVirtualTable.DisableControls; ... DataVirtualTable.edit; ... DataVirtualTable.post; ... DataVirtualTable.Next; // DataVirtualTable.EnableControls; end;
  2. Всем привет, подскажите как реализовать такую вещь. К гриду привязан набор данных, при хождении по строкам в гриде отрабатывает DataChange на источнике данных, в нем происходит выполнения другого запроса, как повесить маску на время выполнения второго селекта? Спасибо.
  3. У меня в проекте 150-200 пользователей, сколько одновременно работает сказать не могу, но exe в диспетчере показывает в среднем 500-600 метров, бывало и 800 и клиент работал, каждую ночь стоит перезапуск на всякий случай. Сервер на линуксе, там подняли виртуалку и в ней висит проект. Почти год работаем - полет нормальный.
  4. I have added a random at the end, there were cases when the 1s formed more than one report.
  5. Free form or Application form?? I had similar problems, there was an error in the code.
  6. hi. I liked the sort. a very necessary thing. In my project, too, do the sorting, but a symbol showing the direction of the sort we have not really look beautiful. (pic 11, 12) Can you share your sorting. Thank you.
  7. Bpl своя, просто перенесли туда часть функционала программы, щас собрал проект без нее, по тестируем отпишу, но на первый взгляд все нормально, установил в среду библиотеку EurekaLog может что покажет. Ошибка явно возникает при срабатывании SessionTimeOut, но из-за чего отловить не получается, прошел отладчиком по шагам, все нормально.
  8. Mediv

    bpl in uniGui

    Hello everyone, some functionality in the project in the package, is there anyone have any experience with the package uniGUI?? I encountered a problem, an error on the server side (client no errors), the error occurs after the operation SessionTimeOut, attached image error, after error exe stops responding to user requests, no one can enter into the program, after the close of the error messages that everything starts to work fine, until the next time (exe not restarted). Someone has the idea of ​​what it is and how to fight it? Thank you. 10.bmp
  9. Всем привет, в проекте часть функционала поместили в пакет, есть ли у кого нибудь опыт использования пакетов в uniGUI?? я столкнулся с проблемой, появляется ошибка на серверной стороне(на клиенте ошибок нет), ошибка возникает после срабатывания SessionTimeOut, изображение ошибки прикрепил, после возникновения ошибки exe перестает отвечать на запросы пользователей, никто не может войти в программу, после закрытия сообщений об ошибке, все начинает работать нормально, до следующего раза( exe не перезапускался). У кого нибудь есть идеи что это такое и как с этим бороться? Спасибо. 10.bmp
  10. Hi All, The same problem seems relevant to many, the user has to press 2 times Enter in mass edit data in the grid: Edited field, hit Enter to save, record shifted down and to have one more time to press Enter, to enter the edit mode of the cell. Give somebody a code call ExtEvent. which is responsible for the transition of the cell into edit mode? (like event "select", I could be wrong, have long had to deal with this by AjaxEvent saw the order of events that are called when editing a cell in the grid) Thank you.
  11. Hi Farhad, tell me what ClientsEvent can be used on the grid, to avoid this situation. Thank you.
×
×
  • Create New...