[Gambas-user] howto use datacombo

John Dizaro jedsoftware at ...626...
Wed Jan 2 19:30:55 CET 2008


Tanks  this  part i know but how to  configure the propreties and how to  to
put data in "datacombo"


2008/1/2, Fabien Bodard <gambas.fr at ...626...>:
>
> Le Wednesday 02 January 2008 18:07:06 John Dizaro, vous avez écrit:
> > Please can someone show me how to use "datacombo" in gambas?
> >
> > Thanks for all.
>
> create a Module MMain.module wich is the Main
>
> In it put :
>
>
> Private hCon as New Connection
> Public sub Main()
>
> hCon.type="mysql"
> hCon.Host="localhost"
> hCon.Login = "Root"
> hCon.PassWord=""
>
> MyForm.Show
>
> END
>
> in MyForm, just configure the properties of the Datacombo..
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
John Evan Dizaro
JED Desensolvimento de Software - Windows e Linux
O software do jeito que você precisa
Fone: (41) 3334-3001
Fone: (41) 9244-4603
Rua: Chile, 2211 Bebouças Curitiba - PR - Brasil



More information about the User mailing list