forecast_api/Master Template.xlsm_EXPORTS
PhilRunninger 22c2375f44 Add a mechanism to self-upgrade the workbook.
It's not completely seamless, but it should work adequately well. The
workbook (aka client) inserts the workbook version into the http request
body. The server code compares that version number against its minimum
supported client version.

If the client is too old, an error message is sent back to the client.

When the client receives the "Obsolete" error message, it launches the
https://<server>:<port>/template URL in the default browser, which
enables the user to save the downloaded new workbook file.
2024-03-22 18:33:04 -04:00
..
build.frm Add a function to treat 1x1 ranges as an array, not a scalar value. 2024-03-15 10:09:56 -04:00
build.frx Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
changes.frm DRY up the WinHttpRequest calls. One sub now does it all. 2024-03-20 17:21:08 -04:00
changes.frx Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
fpvt.frm DRY up the WinHttpRequest calls. One sub now does it all. 2024-03-20 17:21:08 -04:00
fpvt.frx Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
handler.bas DRY up the WinHttpRequest calls. One sub now does it all. 2024-03-20 17:21:08 -04:00
HttpHandler.bas Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
JsonConverter.bas Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
JsonDebugPrint.bas Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
openf.frm Add a function to treat 1x1 ranges as an array, not a scalar value. 2024-03-15 10:09:56 -04:00
openf.frx Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
part.frm Add a function to treat 1x1 ranges as an array, not a scalar value. 2024-03-15 10:09:56 -04:00
part.frx Add a mechanism to self-upgrade the workbook. 2024-03-22 18:33:04 -04:00
shConfig.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
shData.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
shHelp.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
shMonthUpdate.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
shMonthView.cls DRY up the WinHttpRequest calls. One sub now does it all. 2024-03-20 17:21:08 -04:00
shOrders.cls Make the VBA handle pivot fields in the filters section. 2024-03-19 16:21:18 -04:00
shSupportingData.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
shWalk.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
ThisWorkbook.cls Save the exported VBA code in the repo. This is its initial commit. 2024-03-13 08:55:39 -04:00
Utils.bas DRY up the WinHttpRequest calls. One sub now does it all. 2024-03-20 17:21:08 -04:00