/ Forums / Advansys Formativ / Creating Solutions with Formativ / New appointment registered as “free” – did I miss something? / Reply To: New appointment registered as “free” – did I miss something?
August 28, 2007 at 5:24 pm
#7794
See the sample code below set Priority of the Appointment message to High. The above sample code also set the Priority to Normal. See the Object API for more information about the message properties.
with objAppt .OnCalendar = TRUE .Priority = fgwHigh end with
These constants identify the priority of a message. See the Formativ Language Guide for more information about the constants.
fgwLow (1)
fgwNormal (2)
fgwHigh (3)
Regards,
Advansys Support