TWebTableControl paging Error?

Hi,
It looks like problem i have got with webdbgrid , in release mode the linker do not declare the variables not used , in your case variable s is used only in an asm block.

You have to edit source and add a fake reference to s variable to force linker to declare it

see https://support.tmssoftware.com/t/release-target-error/20791

1 Like