[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A window opens before the unhandled error
[Thread Prev] | [Thread Next]
- Subject: A window opens before the unhandled error
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Thu, 24 Oct 2024 14:20:41 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi,
is this code (row 118):
...
If $sLocate Then
Me.Title = Subst(("Locate project for component: &1"), $sLocate)
pchProject.SetButtonText(("Select"))
tabProject[TAB_CREATE].Visible = False
...
which is present in Project/FOpenProject.class in the Form_Open routine
perhaps related to program testing?
This window appears to a friend of ours on the Italian forum with the
title: Locate project for component: gb.gui.base, when an error occurs
that is not handled by the program.
Only when the window is closed does the error message to be resolved
appear.
Thank you
Regards
Gianluigi
| Re: A window opens before the unhandled error | Bruce Steers <bsteers4@xxxxxxxxx> |
| Re: A window opens before the unhandled error | Bruce Steers <bsteers4@xxxxxxxxx> |