"wwRESTProcess :: OnError" using wrong variable name Nicola Marangon All 6VQ08L1FM Apr 19, 2024 @ 04:00am Reply I've just downloaded West Wind Web Connection v7.40 and I've found an error in wwprocess.prg The code uses "Respsonse" instead of "Response" IF !EMPTY(Response.Status) AND !StartsWith(Response.Status,"200") lcStatus = Respsonse.Status ENDIF
re: "wwRESTProcess :: OnError" using wrong variable name Rick Strahl Nicola Marangon 6VR187KB8 Apr 20, 2024 @ 08:37pm Reply Thanks fixed. Surprised this has slipped by unnoticed for so long... +++ Rick ---