Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Help with setting up an error message.

Hi,

I need some help setting up an error message, i think maybe i need to use set analysis for what i am trying to do...

within my transaction application, the end user will select a TRANSID to view the transaction details. We have 250+ retail stores, so alot of the time there are a number of stores that have the same TRANSID's.

I want an error to pop up if there are duplicate TRANSID's after the user has selected one. I would like the error to say something like

'Please select a store before continuing'

Can anyone help please?

5 Replies
llauses243
Creator III
Creator III

Hi,

my offer-schema is ... macro: for control field TRANSID (must select one value) then to control field retail store if exists 2 or more values display error with msgbox else nothing

asoc macro to field TRANSID on event selected

Luis

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Hi, Thanks for your reply,

Is there any way of doing this without using a macro?

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Any more help with this one??

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Any ideas?

Not applicable

Hi Hopkinsc,

http://robwunderlich.com/Download.html

see the Cookbook of Rob and there is a example for errors. That is exactly what you need. Thanks to Rob.