[Gambas-user] howto use datacombo

Fabien Bodard gambas.fr at ...626...
Wed Jan 2 19:42:33 CET 2008


Le Wednesday 02 January 2008 19:30:55 John Dizaro, vous avez écrit :
> Tanks  this  part i know but how to  configure the propreties and how to 
> to put data in "datacombo"
>

in the left of the ide

set the table property

the datafield one
and the display one

and normaly you can't put data in it



> 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






More information about the User mailing list