Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I want to make een error messagebox.
whene you select more than 20 people you get a error.
I have already this:
sub DisplayMessage
Answer= MsgBox("test",64,"Welkom")
End Sub
How can i get the erro When there are more then 20 people are select?
Please check the following qvw...
How about a text box (layer = top) conditioned to show when getpossiblecount(fieldname) > 20?
Regards,
Gordon
Yes you can do that.
But i want a Error Messagebox.
If that is possible.
Hi,
You can do the following to resolve...
create a variable and assign it with
vTest=GetSelectedCount(FieldName)
then crete a macro to be called when selections made...
then goto->Document Properties->Triggers Tab-> Variable Event Triggers
-> add an action to run macro in onchange event
I hope this will help you...
check the qvw file attached...
and reply me
Please check the following qvw...