Steve,
 
Try this;
 
Set v vmsg=(.var1&.var2&.var3)
Pause 2 using .vmsg (etc., with your settings)
 
If you want to display a message on only 1 of the 3 variables you would have
to decide which variable has preference such as:
 
If var1 is not null and var2 is null and var3 is null the
  set v vmsg=.var1
  pause 2 using .vmsg, etc.
endi
 
..and so on.
 
Hope that helps.
 
Bill Eyring

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Steve Breen
Sent: Wednesday, December 16, 2009 10:04 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Displaying Message On Form on Initial Entry of Data


I am trying to display a vMessage = '?' based on three variables.
 
What is the best way to do this ?
 
vMessage1 = 'test' where ?
 
Thanks for the help



 

Reply via email to