I did notice. I assumed someone would actually share how to do it rather than pointing out the timelines.
Hi Ben, I have 30 features (buttons, images and text) repeating over 10 pages. The functionality for all these features remain the same. Advantages of having a functional copy according to me: 1. No new events needs to be created if any required 2. Duplication of events is avoided 3. Easy to update and modify Thanks, Ashok
I have a button which triggers an event. I am trying to have a copy of that button in multiple pages which will utilize the existing callback without creating additional events . I am working on SP9 so I cannot use 'Frames'. Thanks, Ashok
Hey ZRomik, I am trying to do the same. Any suggestions to where to start? Thanks,
I have a function calling a function, in ST and both outputs are BOOLEAN I am trying a short hand IF FUNCTION2 THEN FLAG := TRUE; END_IF After Compilation I receive an error saying Type 'FUNCTION2' cannot be converted to Type Boolean. Any suggestions on how I can use this short hand?