Avatar

Level 8

Hello

I have to throw error message (app.alert) if user crosses(comes down) from a horizontal line (its not a object, its just in my mind, say, its imaginary line on the form), pls. let me know how can achiive this?

Actually, i have 6 fields in my_subform, among these 6, the 3 fields are cros--dependednt (i mean, if user enters data on 1st or 2nd....then, user must to enter on 3rd field as well, else erorr.....so, with out entering on the 3rd user should not do any other stuff)

It worked for me when i put JS on EXIT event of subform level, but, i dont want that, bcz subform is very big in size, occupies whole page

By scroll down / scroll up action? if so, how can i capture the scroll up/down actions of the user?

i guess, mouseDown event is some thing else

Thank you