How do I step into browse dialog souce?


Author
Message
Charles R Hankey
Charles R Hankey
StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)
Group: Forum Members
Posts: 524, Visits: 30K
I'd like to step into the browse dialog source, but I'm not finding a place to put a breakpoint. I would guess I should put a variable break of some kind that says when the controlling routine is browsedialogwindow break but I'm not sure of the syntax. Tried to figure out breaking on the click of the browse button on a maintenanceforntoolstrip.



Rowpopulating is too late. I want to get in before the query is built to look at the loinfo object inside the browsedialogwindow





Thoughts?



Replies
Charles R Hankey
Charles R Hankey
StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)StrataFrame VIP (1.3K reputation)
Group: Forum Members
Posts: 524, Visits: 30K
There is a lot to be said for posting one's discoveries here !



http://forum.strataframe.net/FindPost21042.aspx



I put that up over a year ago and I think it is the answer to my question BigGrin





Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Did you get this figured out? In short, make sure that you have the framework built in debug mode and those debug assemblies added to the GAC. Once this is done, you can put a break point prior to executing a search or open up the BrowseDialogWindow source file and put a break point on the ExecuteSearch method from within the VS IDE you are executing your test program. It will then break when this line of code is hit just as though it were part of your application.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search