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