Well... The programmer who wrote this system only allows one screen to be visible at a time so there is no way I or the user can get to another screen. In fact, he shrinks/expands the VFP main window around each programmatically in the init(). There is no menu, just a main form with command button.
I'm thinking it may be something buried somewhere inside the FFC. I asked the user to get a screen capture of it the next time it happens. Did I mention how much I'd like to re-write this system? Lol Thanks for the suggestion! Lou -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Thursday, November 04, 2010 12:05 PM To: [email protected] Subject: RE: VFP9: Data validator error? Lou Syracuse wrote on 2010-11-04: > I have yet another oddity on the FFC-based application that I > 'inherited'. You have no idea what I'd give to re-write this app. > > A user this morning is getting a "data validator" error message when > she clicks in a dropdown list in Edit mode. I saw it happen. Then > she went > back into the app and didn't get it. I saw that happen too. > > What the heck is a data validator??? > Lou, Sounds like there is code validation on the form. Make a change on the screen without touching that combobox, then change the focus from the screen to a second screen (if you have an MDI application). Then click directly back onto the drop down. If you are able to reproduce the error this way, it sounds like an event (When, GotFocus, Valid) is firing off a validation and the data is not available since the event sees a different datasession. One of the oddities of the Fox. Tracy Pearson PowerChurch Software __________ Information from ESET NOD32 Antivirus, version of virus signature database 5592 (20101104) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/040a01cb7c55$f8c07d20$ea4177...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

