This commit is contained in:
backuppc
2025-07-14 16:30:03 +09:00
parent 032f6e4c4e
commit 479a736b80
8 changed files with 1201 additions and 75 deletions

View File

@@ -374,7 +374,13 @@ namespace Project
{
string formkey = "WORKBOOK";
if (!ShowForm(formkey))
AddForm(formkey, new FPJ0000.fJobReport());
{
if (this.webok && Pub.InitWebView == 1 && System.Diagnostics.Debugger.IsAttached)
AddForm(formkey, new Dialog.fJobReport());
else
AddForm(formkey, new FPJ0000.fJobReport());
}
}
void menu_save_cost()