Não é mais fácil vc enviar só o dataProvider do datagrid não? 2008/4/28 h4fun <[EMAIL PROTECTED]>: > > Oi, > > Como posso enviar o "datagrid" para o AMFPHP e ser processado > posteriormente pelo php? > > "<mx:HTTPService id="emailService" url="http://.../email.php" > method="POST" resultFormat="xml" result="emailResult()" > useProxy="false"/> > > <mx:Form id="emailForm" width="100%" height="100%"> > <mx:FormItem label="Nome" width="100%"> > <mx:TextInput id="senderName" width="80%"/> > </mx:FormItem> > <mx:FormItem label="Email" width="100%"> > <mx:TextInput id="senderEmail" width="80%"/> > </mx:FormItem> > <mx:FormItem label="Cartão de Credito" width="100%"> > <mx:TextInput/> > </mx:FormItem> > > <mx:Label text="Pedido"/> > <mx:DataGrid > width="100%" height="100%" > dataProvider="{ > ModeloDeDatos.getInstance().productosAdquiridos }" > showHeaders="false" selectable="false"> > <mx:columns> > <mx:DataGridColumn headerText="Producto" > dataField="nombreProducto" labelFunction="sacarNombreProducto"/> > <mx:DataGridColumn headerText="Cant." > dataField="cantidad" > width="50"/> > <mx:DataGridColumn headerText="Precio" > dataField="precio" > width="60" labelFunction="sacarPrecioTotalLineaDePedido"/> > </mx:columns> > </mx:DataGrid> > <mx:HBox horizontalAlign="right" width="100%"> > <mx:Label text="Total:"/> > <mx:Text text="{ > ModeloDeDatos.getInstance().totalPedido }" > width="50" /> > <mx:Text text="€" /> > </mx:HBox>" > > > podem dar uma dica? > > Obrigado. > On 25 Abr, 12:31, "Junio Gonçalves Vitorino" <[EMAIL PROTECTED]> > wrote: > > > > Obrigado pela resposta... > > > > > Podes-me dar mais detalhe sobre essa solução? > > > > > Tens algum exemplo que me possas indicar de como posso fazer essa > > > implementação? > > > > http://www.leonardofranca.com.br/index.php/2006/07/16/inserindo-edita... > > > > -- > > > Atenciosamente, > > > > Junio Vitorino - Belo Horizonte - Brasil > > [EMAIL PROTECTED]://www.juniovitorino.com > > > > >
--~--~---------~--~----~------------~-------~--~----~ Você recebeu esta mensagem porque está inscrito na lista "flexdev" Para enviar uma mensagem, envie um e-mail para [email protected] Para sair da lista, envie um email em branco para [EMAIL PROTECTED] Mais opções estão disponíveis em http://groups.google.com/group/flexdev -~----------~----~----~----~------~----~------~--~---
