Karen, Ve1, ve2 and ListView = Recalculate Form Variables on Exit’ are not checked. I only do one Recalc Variables in the timer eep, which is set to TimerEnabled ‘False’ during the first pass through. (I even took out Recalc, same result)
Set ve1 = 1201, set ve2 = 01255 get results okay. Set ve1 = 1283 (move off ve1 field into ve2), list view refreshes (re-query) ve1 = 1283 ve2 = 01255 Lena From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, January 17, 2011 11:54 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Variable ListView control behavior Lena: Check your variable edit controls: make sure the "`Recalculate Form Variables on Exit" box is not checked. Karen 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’

