[Gambas-user] Questions

M. Cs. mohareve at ...626...
Sat Feb 18 13:39:11 CET 2012


Thanks!


2012/2/18, Andreas Fröhlke <afroehlke at ...784...>:
> 1. just set the text property of your form
>
> 2.
> DIM REStest as Result
>
> REStest = MyConn.Exec("SELECT sum(myrow) FROM MyTable;)
> FOR EACH REStest
> 	PRINT REStest["sum(myrow"]
> NEXT
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: M. Cs. [mailto:mohareve at ...626...]
> Gesendet: Samstag, 18. Februar 2012 12:48
> An: mailing list for gambas users
> Betreff: [Gambas-user] Questions
>
> Hi, I have some questions:
> 1. Is it possible to set/change the text of panel button. I mean the
> K3b's panel button(of minimized window) shows the process of writing
> in %. Is this possible with Gambas?
> 2. How could I retrieve the result from the following query:
> MyConn.Exec("SELECT sum(myrow) FROM MyTable;)
>
> Csaba
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list