diff --git a/PROMS/Formats/fmtall/VEGP2all.xml b/PROMS/Formats/fmtall/VEGP2all.xml index 86043269..3b797a86 100644 Binary files a/PROMS/Formats/fmtall/VEGP2all.xml and b/PROMS/Formats/fmtall/VEGP2all.xml differ diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.cs index b4308c66..0d3e7556 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.cs @@ -5380,6 +5380,8 @@ namespace VEPROMS private void btnUpdateFormat_Click(object sender, EventArgs e) { UpdateFormats(null); + //C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in. + RefreshFormats(sender, null); } private void UpdateFormats(string mypath)