ruby
Posts: 8
|
| Posted: 12/01/2004, 1:53 AM |
|
hi
can somebody tell me how to what to show a message box on validation
i have two labels fields and i compare them
my code for this is.---
Function Quantity_OnValidate()
'Custom Code @132-73254650
' -------------------------
If (grid1.Quant1.Value) > (grid1.Quant2.Value) Then _
OffenPositionen.Errors.addError(grid.RuckgabeMenge.Value & " is not Valid")
' -------------------------
'End Custom Code
but what ccs does is it just shows a message on the gird
but i just want to show a message box telling the user that he has entered more quanitiy
i just want to do in the same way as ccs does i mean when i rename a page name then there is messgae box asking me
"update all links " -- i just want to do that in the same way
any suggestions would be very helpful to me
thanks in advance
regards
|
 |
 |
|