A Brayshaw
Programmer
I am using Clarion 8.0. I have a form on which I have a browse list containing a list of PDF files which serves as a "pick list". One field on the form contains a choice from this browse list. I can use the BrowseReset method to position the browse list on the matching record (if a match exists), but I can only make this work by embedding the code in the Accepted embed point of a button control. I've set up the button merely to test the record positioning code - I don't really want to use a button.
What I would prefer to have happen is to have the proper record in the browse selected automatically once the window opens (i.e. using the code my test button currently executes), but have not been able to find the proper embed point to make this work. It seems it needs to be the step just before the window is ready for user interaction. I've experimented with more than a dozen possibilities with no luck.
Can anyone suggest the est embed point to accomplish this?
TIA
What I would prefer to have happen is to have the proper record in the browse selected automatically once the window opens (i.e. using the code my test button currently executes), but have not been able to find the proper embed point to make this work. It seems it needs to be the step just before the window is ready for user interaction. I've experimented with more than a dozen possibilities with no luck.
Can anyone suggest the est embed point to accomplish this?
TIA