Lena,

Sometimes I've had weirdness with the ListView control.
When it just totally doesn't do what is expected - recreate the form.
Don't copy the listview from somewhere else.

Jan

 


-----Original Message-----
From: Lena Dammstrom <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Mon, 17 Jan 2011 11:44:14 -0600
Subject: [RBASE-L] - Variable ListView control behavior


Good day.
 
I have a simple form that has:
2 variable edit controls - ve1 and ve2
1 var lookup ListView     
1 Bit Button – which calls a Form_Action  - which creates where clause and 
sets property for ListView
    vTmp = Where Column 1 = .ve1 and Column2 = .ve2
    Property ListView LookupWhereClause = .vtmp
    Property ListView RefreshList ‘True’
 
My intent is to allow user to enter data into BOTH ve1 and ve2, push the bit 
button to get results into ListView.
 
What is happening after the first initial request is, any change to either  
ve1 or ve2;  is trigging the ListView to refresh without pushing the button.
I have no eeps for either ve1 or ve2.  I’ve tried setting Property 
ListView RefreshList ‘FALSE’
 
What I am missing to avoid the listview from refreshing before the button is 
pressed to say ‘Get Results’?
 
 
Thank you in advance for any clues/tips….
 
Regards,
Lena 
X1037
 

Reply via email to