Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Caption

0 views
Skip to first unread message

No Junk Mail

unread,
Dec 5, 2000, 3:00:00 AM12/5/00
to
Dear Reader,

How do I make the caption of one object to be the information from another
object that is linked to a database.

Example: One text control shows a 4, this number comes from a database.
I want a label control' caption to show 4.

With kind regards,

kk


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----

Patrick Goupell

unread,
Dec 6, 2000, 3:00:00 AM12/6/00
to

labelcontrol.caption = textcontrol.text

You will have to insure that this statement gets executed each time the
value in the textcontrol changes (ie, when you move to a different
record in the database)

--
Patrick Goupell

http://www.nite.org
http://www.noneusa.org


0 new messages