On 2013-04-24 20:37, Med Hamza wrote: > tab3.tdbstringgrid1.onenter:=s; > Wrong number of parameters specified for call to "s") > end;
Change that line to... tab3.tdbstringgrid1.onenter := @s; FPC compiler mode 'objfpc' requires that you correctly reference a method pointer. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

