Closed GoogleCodeExporter closed 9 years ago
Use StoreArray.
Please read Ext JS docs and ExtPascalSamples sources.
See this example and the source:
http://extpascal.call.inf.br/cgi-bin/ExtPascalSamples.cgi/ShowEditableGrid
Options := '';
while not EOF do begin
Options := Options + '"' + FielByName('NomCargo').AsString + '"';
Next;
if not EOF then Options := Options + ',';
end;
CboCargos.StoreArray := JSArray(Options);
Original comment by wanderla...@gmail.com
on 22 Apr 2010 at 2:53
Ok, Thank you wanderlan, it would be better if you upload more examples with
conecctions with databases not with XML, if you upload examples with databases,
Extpascal Would be more understandable.
Thank you.
Original comment by delphiic...@gmail.com
on 23 Apr 2010 at 1:09
Database examples are in the forum. See ExtendDialer, DemoWeb and d3tkjdt, but
they
not functional because restrictions or behavior requirements. Use them only as
guides.
Original comment by wanderla...@gmail.com
on 23 Apr 2010 at 1:19
Original issue reported on code.google.com by
delphiic...@gmail.com
on 22 Apr 2010 at 1:39