BramNl
unread,Jan 27, 2012, 1:03:07 PM1/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Delphi on Rails
procedure TAjaController.getdatax_get(const sTerm: string ; out data:
ISuperObject);
with pool.GetConnection.newContext do
begin
data:= Execute(newSelect('SELECT FIRST 2 SKIP 20.... etc
---------------------------
gives {"data":[{"label":"3Shift","value":"3Shift"},
{"label":"3T","value":"3T"}]}
but I need
[{"label":"3Shift","value":"3Shift"},{"label":"3T","value":"3T"}]
without 'data'
thnx for your help