Jim,

I think you need to have a where clause for your DB-Grid.
Then in your Variable list view try
PROPERTY TABLE thetableofyourDBGrid 'CLOSE'
RECALC VARIABLES
PROPERTY TABLE thetableofyourDBGrid 'OPEN'

Jan
 


-----Original Message-----
From: "Jim Belisle" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Mon, 10 May 2010 07:07:28 -0500
Subject: [RBASE-L] - var listview DBgrid connection


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
 
 
 
 

Reply via email to