..
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user