Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

WC 5.65 bug

$
0
0
WC 5.65 bug
Web Connection 5.0
WC 5.65 bug
Dec. 28, 2012
09:12 am
3OF0JQNI2Show this entire thread in new window
Gratar Image based on email address
From:Stein Goering
To:All
After recompiling my app with the 5.65 framework files, one of my methods started throwing the following error: "Property INPUTCONTROL is not found."

I traced it to the wwwebradiobuttonlist::render method in webcontrols.prg (line 2277):

IFLOWER(this.RepeatDirection) = "vertical"this.IsInputControl = .F. lcOutput = "<table " + this.WriteBaseTags() + ">" + CRLFthis.InputControl = .t.

That last line should be

this.IsInputControl = .t.

--stein


Viewing all articles
Browse latest Browse all 10393

Trending Articles