in case it helps, here is some info provided by michael hogan:
Regarding the design tab display problem, it almost appears that every time the form's REFRESH is triggered, it toggles the display of the data. Even if I click several times in a single field, it toggles the display off and on. The name of the packaged unit at the top of the form also disappears, so I think VFP may be moving off the record, or possibly trying to display before it gets to the record.
So I suspect you have a record pointer issue with VFP moving off the active record for some reason as you move from field to field.
Here are a couple of errors from the event log:
Error detected at code line #66 of method 'projects_scx.wtableswap'
Method or procedure recnoset(): error #5 ("Record is out of range.") at code line #5775
URL: http://unitedcoolair.ideatellc.com/ucsTest/DOMEvent.ucs?&Event=click&ObjAddr=welcome_scx-command2&PageInit=&UserID=3NX0F2HE1&nReq=2
Client: 207.229.185.9
Form variables: &nButton=1&nShiftAltCtrl=0&lastKey=0&version=1.26
Call stack: 1. processhit > 2. process > 3. routerequest > 4. ucsprocess.process > 5. wwprocess.process > 6. ucsprocess.domevent > 7. ucsprocess.ajaxformrequest > 8. awajax.formrequest > 9. awajax.useraction > 10. awapphost.useraction > 11. awapphost.useraction_ > 12. command2.clickinet > 13. command2.click > 14. welcome_scx.wform > 15. welcome_scx.wformnoshow > 16. awapphost.oform > 17. awajax.formreset > 18. awajax.propsrestore > 19. awajax.propsrestore_ds > 20. awajax.propsrestore_ds_aliases > 21. awajax.propsrestore_ds_alias > 22. awajax.propsrestore_ds_alias_dbf > 23. projects_scx.wtableswap
=================================================================================
Error detected at code line #5863 of method 'awajax.propsrestore_ds'
Form 'projects_scx': an error occurred while restoring data session
Method or procedure recnoset(): error #5 ("Record is out of range.") at code line #5775
URL: http://unitedcoolair.ideatellc.com/ucsTest/DOMEvent.ucs?&Event=click&ObjAddr=welcome_scx-command2&PageInit=&UserID=3NX0F2HE1&nReq=2
Client: 207.229.185.9
Form variables: &nButton=1&nShiftAltCtrl=0&lastKey=0&version=1.26
Call stack: 1. processhit > 2. process > 3. routerequest > 4. ucsprocess.process > 5. wwprocess.process > 6. ucsprocess.domevent > 7. ucsprocess.ajaxformrequest > 8. awajax.formrequest > 9. awajax.useraction > 10. awapphost.useraction > 11. awapphost.useraction_ > 12. command2.clickinet > 13. command2.click > 14. welcome_scx.wform > 15. welcome_scx.wformnoshow > 16. awapphost.oform > 17. awajax.formreset > 18. awajax.propsrestore > 19. awajax.propsrestore_ds
The above two errors always appear to occur in that order, one immediately after the other.
_____________________________________________________________________________________________