To further clarify. When the form is run from the designer, data is
displayed in the DB Grid. When it is run from the database explorer, the
R> prompt or another form, no data is displayed in the DB Grid. Not
initially, when the form comes up (with data in the work table), nor
when the button is pressed to add an item.
Karl E. Herrick wrote:
Hello,
I have a form with a DB Grid linked to a work table. The form includes
a button to add items selected from a list. The button updates the
worktable and a master table. The form works when I run it within the
form designer - that is, the data in the grid reflects the current
state of the working table - and it adds items from the list when the
button is pressed. However, the form does not work when called from
the database explorer or the R> prompt with 'enter using' (with data
present in the work table). It also does not work when called from
another form with the state of the work table being set by the calling
form and the appropriate 'enter using' or 'edit using' command being
issued.
Any ideas?
Thank you
Karl Herrick