Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, through the BrowseDialog control itself, no. This would require that the values are passed back through an event. However, if you have a BrowseInformationPanel in the browse dialog, you can actually get to the entire form from there including the fields. There is a property called "this.BrowseDialogWindowReference" that will give you a direct reference to the dialog. At that point, you can get to pretty much anything you want.
|