I am running this form another form that brings up an order.

The variable compID for the field I will use gives me the var vCNumber. This is 
the field I relate the List view to.

The list view is set up so the Main area for the information I want to look at 
is set to the same variable vControl.

My WHERE lookup is WHERE Control# = .vCNumber.  I have six columns that are 
supposed to show up.

The col names do not even show up. I checked the font and background settings 
for each col and they are different.

 

Here are my EEP var.

  

Form EEPs:

 

On Before Start EEP

  RECALC VAR

  RETURN

 

On After Start EEP

  PROPERTY ListView_Detail REFRESHLIST TRUE

  RETURN

 

On Before Design Action

  SET VAR vCNumber TEXT = NULL

 

=========================================================================

 Var Lookup ListView, Var Name : vCNumber, Component ID: ListView_Detail 

=========================================================================

 

These processes work but I can't see the lines on the listview itself.

 

 On Click Custom EEP: 

  RECALC VAR

  BROWSE FROM OrderShip WHERE Control# = .vCNumber AND Shipdate = ShipDate

  RETURN

On Right Click Custom EEP:

  PRINT KayParkBOLading WHERE Control# = .vCNumber AND ShipDate = ShipDate

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Gunnar Ekblad
Sent: Sunday, January 17, 2010 8:30 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - SV: variable lookup listview

 

One more crazy thing to look for is the variable declared and is the variable 
located in the listview. This has happened to mee.

 

Gunnar Ekblad

Kontema IT AB

Hästholmsvägen 32

131 30 Nacka

Sweden

 

-----Ursprungligt meddelande-----
Från: [email protected] [mailto:[email protected]] För Jim Belisle
Skickat: den 17 januari 2010 15:07
Till: RBASE-L Mailing List
Ämne: [RBASE-L] - variable lookup listview

 

My Variable lookup list view form comes up but it does not show the information 
that is there. 

I know the information is there because when I left or right click on the rows, 
the EEP's fire in the proper fashion.

What simple thing am I forgetting?

The settings all look like my other Listviews

 

Jim

Reply via email to