Forum Post: Identify If On Choose Exists In File.

  • Thread starter Thread starter Paul Mowat
  • Start date Start date
Status
Not open for further replies.
P

Paul Mowat

Guest
Hi All, I need to work out whether a file contains a "on choose" for a specific handle. e.g. i have a file called p-py15-add.w that contains ON CHOOSE OF but-back IN FRAME F-Main /* Back */ DO: RUN change-page-back IN lh-container-source. RUN sens-next. RETURN NO-APPLY. END. I'm trying to write some code that will tell me that this trigger exists in that file so I can make a decision in the logic. I initially looked at the list-events, but I don't think that is what I need. Is this possible? Regards, Paul

Continue reading...
 
Status
Not open for further replies.
Back
Top