[fpc-pascal] Re: Help!!

Malvin malvinvnv at gmail.com
Sun Jan 15 14:58:21 CET 2012


So far i've managed to do the program quite well, and I was wondering, can
i close the main form (form1) whils opening form2 and not closing the app?
Is there any way that I can do it?
And if i were to make a new 'ID' (on the app), is there any way that i can
write that into my database? What command should i use?

Thanks in advance.

On Mon, Jan 9, 2012 at 10:15 PM, Malvin Viriya <malvinvnv at gmail.com> wrote:

> thanks, i'll try using it
>
>
> On 1/4/12, Graeme Geldenhuys-2 [via Free Pascal - General]
> <ml-node+s1045716n5120203h26 at n5.nabble.com> wrote:
> >
> >
> > On 4 January 2012 12:33, Malvin wrote:
> >> Is there any other components need installing so that it will connect
> >> properly other than libmysql.dll,
> >
> > Under Windows, that should be all that you need. Under Linux you would
> > normally need to install the xxx-dev package where xxx is the database
> > library (mysql, firebird, postgresql etc).
> >
> >
> >> and also i've heard of TMySQL, what is
> >> that? and is there any other alternatives?
> >
> > I don't use MySQL at all, so can't really comment on that. I solely
> > use Firebird for my commercial work. I also don't use database
> > components directly, instead I use tiOPF - an object persistence
> > framework which supports multiple database backends. This allows me to
> > concentrate on business objects and business logic, and the tiOPF
> > framework takes care of the loading, saving and transaction support
> > for me. I primarily use the SqlDB database backend (included with FPC)
> > via tiOPF, but can easily change to FBLib via a single compiler
> > directive change and a recompile too.
> >
> > tiOPF is also documented on the FPC wiki. Or visit
> > http://www.tiopf.com for more details if you want.
> >
> > --
> > Regards,
> >   - Graeme -
> >
> >
> > _______________________________________________
> > fpGUI - a cross-platform Free Pascal GUI toolkit
> > http://fpgui.sourceforge.net
> > _______________________________________________
> > fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> > http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> >
> >
> > _______________________________________________
> > If you reply to this email, your message will be added to the discussion
> > below:
> >
> http://free-pascal-general.1045716.n5.nabble.com/Help-tp5116673p5120203.html
> >
> > To unsubscribe from Help!!, visit
> >
> http://free-pascal-general.1045716.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5116673&code=bWFsdmludm52QGdtYWlsLmNvbXw1MTE2NjczfDEyNTA4MzUwNA==
>


--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Help-tp5116673p5146427.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120115/1a079ae6/attachment.html>


More information about the fpc-pascal mailing list