How do you get rid of it. I no longer need this browse. It is a nuisance looking at it all the time.
You must have a Control that says it calls that Procedure. Like a Button or Item. Or it could be a Template that names a Procedure to call like the Save button names the Update procedure. You need to remove that.
In the App Tree view you can usually start at the TODO then trace up the Tree lines from that to find the Parent Call Procedure. Open it and delete the Control, Template or Embed code reference, or at least remove the call.
You can search the CLWs to find the calling procedure. If the TODO is only in the Calls list that won’t work.
You can Export to a TXA. Search for that ToDo Procedure name. Search backwards for the previous [PROCEDURE] tag to find the Parent call.
You can rename a ToDo so you can give it a unique name like aaaaTODOaaaa that is easy to find and sorts to the top.
In C6, havent seen in C11, you can get orphaned Todo procedures, so by exporting to TXA, finding the Todo procedure and removing it from the TXA and then reimporting the TXA into a new app, can get rid of it.
Thanks Carl,
. That worked just fine. I do not use the Clarion provided main grey screen on start up. I by-pass it and install my own menus for the users. The browse option on the grey screen was calling the offending browse. I removed the reference and the ‘To-Do’ went away.
Thanks again
Wayne