Hi ,For example, I have this code on queryclose event:
If session.getenvironmentstring(“StationeryMail”) = 1 Then
do thing,
end if
if environment variable “StationeryMail” exist, but it is not equal “1”, then it is OK, but it is not working if this variable is not exist. I got error “type mismath”.
Do we have some code like: isavilable(“StationeryMail”)?
Thanks a lot for any help,