In a browse which has a button with code, if I check
refresh browse row DATA after server code runs
the server halts without any GPF or message.
The halt is in between:
! End of "After Validate New Value"
loc:InView = 1
do BrowseRow
loc:InView = 0
do SendPacket
! Start of "After Data Refreshed"
! [Priority 5000]
It works OK in NT11, same app.
Cheking "whole browse" instead of "row" it works ok.
I could not reproduce it in the web1 example.
Dont know why it does not works for me.
Any idea of how to trace it?
Regards