bound properties

  • Thread starter Thread starter Guest
  • Start date Start date
Hi phxdatadr,

You can't "bind" it to a field, but in the form on current event you can set
the caption to a field like this:

me.CONTROL.caption = me.FIELDNAME

Assuming the control supports the caption property...

Hope this helps.

Damian.
 
It is like this .
I have a table with restaraunt menu items in it. I want to dynamically
populate a form with a button for each item in the table and then have the
the caption property dynamically populated with the menu_item field in the
table.
 
Hi again,

Perhaps you could have a combo box for the user to select the item, and a
single button on your form to process the selected item. This would be
easier and cleaner than creating (potentially many) buttons on the fly.

Damian.
 
I have a table with restaraunt menu items in it. I want to dynamically
populate a form with a button for each item in the table and then have the
the caption property dynamically populated with the menu_item field in the
table. the contol has to be a button as this is a touch screen POS system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top