cancel
Showing results for 
Search instead for 
Did you mean: 

Receipt from production !!! Help me ....

Former Member
0 Kudos

Hi all,

I want to show a info warning when user input quantity over quantity of production in "Receipt from production" form, pls tell me how to do that !?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You will have to handle the validate event for that column id on the specified form. Use the debugger information to get the form id and col id. Then all you have to do is catch the VALIDATe for that event and pop your message to the screen when your validation fails.

Answers (0)