sync: auto-sync from GURU-5070 at 2026-06-13 20:21:10

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-13 20:21:10
This commit is contained in:
2026-06-13 20:21:37 -07:00
parent b7bc3f4d25
commit 93eb2fb9bb
23 changed files with 1816 additions and 0 deletions

View File

@@ -49,3 +49,27 @@ Visual FoxPro EOL was 2015. MS Access Jet/.mdb is still technically supported bu
## Session Logs
- `session-logs/` — work logs for this sub-project
---
## Update 2026-06-13 — Darv source recovery from migrated G: drive
During the G: file-share migration (SERVER3 -> VWP-FILES, Hyper-V), Darv's full user
profile was found on the G: volume at `G:\Users\Darv` (now `\VWP-FILES\G-drive\Users\Darv`).
**Source code status — still effectively lost:** `G:\Users\Darv\Source\VWP` contains ONLY
`frmPayroll.frm` (+ `.frx`, 32 KB, 2017) — the same single form found earlier on ADSRVR.
No `.vbp` project file, no other forms/modules. The 19 `.vbp` / 44 `.frm` elsewhere under
`Darv` are Crystal Reports 8.5 SDK samples (`Darv\Installs\SCR85Dev`), not the app.
**New compiled/data artifacts recovered** (staged to `source-analysis/darv-G-finds/`):
- `ORDERS0727-2015.exe` (7.3 MB, built 2015-07-27) — from `Darv\OrdersPkg\Package1508\Support\`.
Newer compiled build than `Orders_10A.exe`; primary VB Decompiler target.
- `ORDERS-2005.exe` (5.2 MB, 2005) — older build.
- `Package1508/` (60 MB, 88 files) — the InstallShield/PDW deployment package for the 2015 build.
- `frmPayroll.frm` / `.frx` — the one surviving source form.
**On G: but NOT pulled (large):** `G:\Users\Darv\VWP\db1.mdb` (120 MB, 2017) — likely VWP
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).