You need to force the table to update. Try an on click eep in the
DBGrid, and include
PROPERTY TABLE <tablename here> 'REFRESH'
statements for each of the tables that needs updating.
Albert
Jim Belisle wrote:
I am using the latest build of 7.6.
I have a form that has Two var list views. One shows all parts to be
shipped for a product.
The other shows the inventory for those parts. These both work
perfectly together.
I also have a DBgrid on this form.
I want it to show all the various locations for a part based on
clicking in the Var list view row by row.
I cannot get the DBGrid to change based on clicking on the different
parts in the list view.
The common column in the list view and DBGrid is Partnum.
I also have a predefined var vNamePart that does change when I click
on the different rows in the var listview.
That is the value I want to transfer to the DBGrid so that part shows
up in the GRID.
Here are the particulars of the DBGrid.
Component ID Comp_PartLoc.
Common column is Partnum.
Jim
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================