Wilton Ergon Posted February 23 Share Posted February 23 9 minutes ago, picyka said: Você usa grid para manipular dados? only in low-access forms, such as editing auxiliary tables, which are rarely changed. in all others when I use the grid and only for data visualization. Quote Link to comment Share on other sites More sharing options...
picyka Posted February 23 Share Posted February 23 Right, I use grid only to visualize data, I think that in the web world, it would be the most appropriate, just my opinion. Quote Link to comment Share on other sites More sharing options...
eduardosuruagy Posted February 23 Share Posted February 23 3 hours ago, Wilton Ergon said: em algumas telas de uso intenso, simplesmente abandonei o uso do grid, crio listas em html puro, onde o resultado visual é bem mais bonito, mais rápido, e não dá todos esses problemas, podemos nos contentar com o que ter.. If you can give me an example, I'd appreciate it, when you have the native option to mark the record, that's where the error happens Quote Link to comment Share on other sites More sharing options...
Mossy Posted February 23 Share Posted February 23 4 hours ago, Wilton Ergon said: in some screens of intense use, I simply abandoned the use of the grid, I create lists in pure html, where the visual result is much prettier, faster, and it doesn't give all these problems, we can make do with what we have.. Hi Is it possible to share this code? Regards Quote Link to comment Share on other sites More sharing options...
lcolombo Posted March 23 Share Posted March 23 Hi, We use Advantage Database Server and had the same error continuously. We fixed it by changing the following option of the TAdsTable component: Sequenced := true; SequencedLevel := slExact; Regards, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.