m_essaid
10 years agoValued Contributor
Delphi, DBGrids and debug info
Hi,
Another problem... We obviously don't compile our products with debug infos on and optimizations off.
And we must test our softwares in a real environment, so with this configuration.
But I have problems with a simple DBGrid.
If I build a version with debug info, everything is fine. All the methods that are explained in SmartBear samples works perfectly.
But if I take off debug info in the build, I can't go further.
I only want to set focus on a specified row...
Any help would be much appreciated.
Mehdi
I didn't like the idea of using debug info either so I use Text Recognition to select things on rows.
Hope that helps you as well.