sync: auto-sync from GURU-5070 at 2026-06-14 05:33:01

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-14 05:33:01
This commit is contained in:
2026-06-14 05:34:46 -07:00
parent 93eb2fb9bb
commit fccf9f9468
278 changed files with 370095 additions and 35 deletions

View File

@@ -73,3 +73,22 @@ No `.vbp` project file, no other forms/modules. The 19 `.vbp` / 44 `.frm` elsewh
data DB; plus other Darv-project DBs (HealthCare/ACA). Pull on demand.
**Next:** run VB Decompiler Pro against `ORDERS0727-2015.exe` (P-Code -> ~70-80% recovery).
---
## Update 2026-06-13 (later) — SOURCE FULLY RECOVERED (supersedes "still lost" above)
The complete VWP "Orders" VB6 source was recovered from **`F:\Darv\Darv.rar`** on
**WINFileSvr (192.168.0.35)** — a 51 GB backup of Darv's dev machine (extracted to
`F:\Darv\Darv-rar`, 135 GB). The full project tree is present, with multiple versions:
- **Newest:** `…\Kingston\Project\VWP_Current\ORDERS_C.vbp` (2020-06-09) — 128 `.frm`, 4 `.bas`;
`ORDERS_C` references 80 forms + 10 OCX (TABCTL32, Crystal `Crystl32`, True DBGrid, FarPoint Spread).
- Also: `VWP_Inv`, `VWP_Update`, `VWP_Current_0317`; historical `ORDERSold.vbp` (2002), `ORDERSSave`.
**Staged to repo:** `source-code/Orders-VWP_Current-2020/` — 12.2 MB pure source
(147 `.frm`, 4 `.bas`, 5 `.vbp`). Databases left on the server.
**Decompilation (VB Decompiler Pro) is NO LONGER NEEDED** — we have the real, buildable source.
Stack now confirmed from source: **VB6 (P-Code), Jet/Access `.mdb`, Crystal Reports, heavy OCX
dependency** (TABCTL32, True DBGrid Pro, FarPoint Spread, Flp32a30). Next: set up a VB6 build env
to confirm it compiles, then scope the modernization from actual source. Tracked on ticket #32280.