<div dir="ltr">yes,I fighting even with inndexedDB API javaScript....I trying get data from database...look I did:<br><br>fSolicAlmMostrar := fTransAlmacMostrar.get(gInfo.clave); <br>fSolicAlmMostrar.onsuccess := @MostrarLista; <br><br>function MostrarLista(aEvent: TEventListenerEvent):Boolean;<br> var<br> fResult : TJSEventTarget;<br> begin<br> <br> fResult := aEvent.Target;<br> <br> gCajaDatos.innerHTML:='<div>'+ TInfo(fResult).clave +'--'+ TInfo(fResult).texto +'----'+ TInfo(fResult).anno+'</div>';<br> <br> end;<br> <br>but it does not compiles!!!!<br>I really dont know how can I recover the resulting data from an operation TJSIDBObjectStore.get()....<br>I thinking the point is how capture the correct value returning from this operation...or not?...any help please?<br><br>Thanks a lot!<br>pp<br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><pre style="color:rgb(0,0,0);font-variant:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px">MSc. Ing. Pedro Pablo Oviedo Vera
Dirección Técnica y Desarrollo
Empresa de Proyectos e Ingeniería del
Ministerio de la Agricultura.ENPA.
Boyeros y Conill, Piso 10 Edif MINAG
Telef. 884 7197
SIP:23000116</pre></div></div></div>